./gradlew ':server:integTest' --tests "org.elasticsearch.indices.flush.FlushIT.testSyncedFlushWithConcurrentIndexing" \
-Dtests.seed=68566A4079D35F31 \
-Dtests.security.manager=true \
-Dtests.locale=rm-CH \
-Dtests.timezone=Atlantic/Azores \
-Dcompiler.java=12 \
-Druntime.java=11
The test has failed multiple times:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+matrix-java-periodic/ES_BUILD_JAVA=openjdk12,ES_RUNTIME_JAVA=zulu11,nodes=general-purpose/225/console
and on different branches
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.4+matrix-java-periodic/ES_BUILD_JAVA=openjdk12,ES_RUNTIME_JAVA=corretto11,nodes=general-purpose/48/console
I could not reproduce locally