You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): fix Elasticsearch client compatibility and test configuration
- Replace ping() with info() method for Elasticsearch 8.x compatibility
- Add environment variables to disable security for test environment
- Add ES_JAVA_OPTS to set memory limits
- Format code with scalafmt
Copy file name to clipboardExpand all lines: docker-controller-scala-elasticsearch/src/test/scala/com/github/j5ik2o/dockerController/elasticsearch/ElasticsearchControllerSpec.scala
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,17 @@ class ElasticsearchControllerSpec extends AnyFreeSpec with DockerControllerSpecS
0 commit comments