-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Elasticsearch under thirdparty container tests #360
Comments
Elasticsearch version :- v6.1.3 JDK Used :- OpenJDK with hotspot (OpenJDK8_x64_Linux_20182702) , Build and test was successful. |
JDK Used :- OpenJDK with OpenJ9 (OpenJDK8-OPENJ9_x64_Linux_jdk8u152-b16).
|
I added "permission java.lang.RuntimePermission "accessClassInPackage.sun.misc";" in java.policy file ...it had again failed with the below issue :- ERROR 0.00s | DisableGraphQueryTests (suite) <<< FAILURES!
HEARTBEAT J0 PID([email protected]): 2018-03-21T13:07:40, stalled for 10.5s at: BalanceUnbalancedClusterTests.testRun
|
After adding "permission java.lang.RuntimePermission "accessClassInPackage.sun.net.www.protocol.jar""; in java.policy file ...it had again failed with the below issue :- ERROR 0.00s | DisableGraphQueryTests (suite) <<< FAILURES!
HEARTBEAT J0 PID([email protected]): 2018-03-21T13:19:18, stalled for 10.2s at: BalanceUnbalancedClusterTests.testRun
|
Added "permission java.lang.RuntimePermission "accessClassInPackage.sun.net.www.protocol.file";" in the java.policy file and reran the tests.it failed again :- ERROR 0.00s | DisableGraphQueryTests (suite) <<< FAILURES!
|
Added " permission java.lang.RuntimePermission "accessClassInPackage.sun.security.provider.certpath";" in the java.policy file and reran the tests.it failed again :-
Suite: org.elasticsearch.client.RestClientBuilderIntegTests
|
So,we added the below in java.policy file permission java.lang.RuntimePermission "accessClassInPackage.sun.misc"; and encountered the above mentioned error (mentioned below ) 2> Mar 21, 2018 2:17:13 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks |
Fixed by #410 |
This issue is for evaluating and adding elasticsearch under the third party container tests.
#172
There are multiple versions of Elasticsearch available. As of now I've taken up v6.1.3
The text was updated successfully, but these errors were encountered: