You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test case org.opensearch.common.util.concurrent.AbstractAsyncTaskTests.testAutoRepeat is flaky:
java.lang.AssertionError: interrupted
at __randomizedtesting.SeedInfo.seed([DD4EBA07C4C6FEE9]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.opensearch.common.util.concurrent.AbstractAsyncTaskTests$1.runInternal(AbstractAsyncTaskTests.java:85)
at org.opensearch.common.util.concurrent.AbstractAsyncTask.run(AbstractAsyncTask.java:159)
at org.opensearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:854)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)
Describe the bug
The test case org.opensearch.common.util.concurrent.AbstractAsyncTaskTests.testAutoRepeat is flaky:
Related component
Other
To Reproduce
Expected behavior
The test must always pass
Additional Details
Plugins
Standard
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: