Skip to content
Snippets Groups Projects
Commit 377ba2c8 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

conftest: Fix tests hang with elasticsearch 7.17.3

elasticsearch 7.17.3 uses JDK >= 18 which changed the value of
"java.security.manager" property to "disallow".

As a consequence a "java.lang.UnsupportedOperationException" is
now raised when bootstrapping elasticsearch server used in tests.

So explicitely set the "java.security.manager" property to "allow"
to avoid that exception raising when elasticsearch setups its custom
security manager.

Closes T4192
parent 418a660b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment