Closed
Description
Repro line:
./gradlew ':x-pack:plugin:eql:internalClusterTest' --tests "org.elasticsearch.xpack.eql.action.EqlCancellationIT.testCancellation" -Dtests.seed=CED58D289E2F2711 -Dtests.security.manager=true -Dtests.locale=it-IT -Dtests.timezone=GB -Druntime.java=8
Reproduces locally?: No
Applicable branches: 7.x
Failure history:
Failed twice in the last 7 days, in 7.x and a pr build for master.
Failure excerpt:
junit.framework.AssertionFailedError: Expected exception Exception but no exception was thrown
at __randomizedtesting.SeedInfo.seed([CED58D289E2F2711:18E2D25E00901097]:0)
at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2744)
at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2734)
at org.elasticsearch.xpack.eql.action.EqlCancellationIT.testCancellation(EqlCancellationIT.java:78)