Abacn commented on PR #36670:
URL: https://github.com/apache/beam/pull/36670#issuecomment-3576372973
Ran `./gradlew
:sdks:java:io:elasticsearch-tests:elasticsearch-tests-9:build` locally and
there is one test failure
```
testValidSSLAndUsernameConfiguration
java.lang.NullPointerException
at
org.apache.beam.sdk.io.elasticsearch.ElasticsearchIOTest.testValidSSLAndUsernameConfiguration(ElasticsearchIOTest.java:303)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
```
also need to add the test target to github action script
https://github.com/apache/beam/blob/a9e2e68e5079944bb0212a3ff121441707bd8dac/.github/workflows/beam_PreCommit_Java_ElasticSearch_IO_Direct.yml#L103
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]