Skip to content
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

[BUG] org.opensearch.ad.transport.ADBatchAnomalyResultTransportActionTests.testMultipleTasks fails on JDK8 #427

Closed
dblock opened this issue Mar 10, 2022 · 1 comment
Assignees
Labels
bug Something isn't working Priority-Medium

Comments

@dblock
Copy link
Member

dblock commented Mar 10, 2022

Describe the bug

Similar to #426.

  2> REPRODUCE WITH: ./gradlew ':test' --tests "org.opensearch.ad.transport.ADBatchAnomalyResultTransportActionTests.testMultipleTasks" -Dtests.seed=CC9B1EF17C496801 -Dtests.security.manager=false -Dtests.locale=es-AR -Dtests.timezone=America/Mexico_City -Druntime.java=8
  2> REPRODUCE WITH: ./gradlew ':test' --tests "org.opensearch.ad.transport.ADBatchAnomalyResultTransportActionTests.testMultipleTasks" -Dtests.seed=CC9B1EF17C496801 -Dtests.security.manager=false -Dtests.locale=es-AR -Dtests.timezone=America/Mexico_City -Druntime.java=8
  2> org.gradle.internal.exceptions.DefaultMultiCauseException: Multiple Failures (2 failures)
    	java.lang.AssertionError: <no message>
    	com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5743, name=opensearch[node_t4][ad-batch-task-threadpool][T#1], state=RUNNABLE, group=TGRP-ADBatchAnomalyResultTransportActionTests]
        at org.junit.vintage.engine.execution.TestRun.getStoredResultOrSuccessful(TestRun.java:196)
        at org.junit.vintage.engine.execution.RunListenerAdapter.fireExecutionFinished(RunListenerAdapter.java:226)
        at org.junit.vintage.engine.execution.RunListenerAdapter.testFinished(RunListenerAdapter.java:192)
        at org.junit.vintage.engine.execution.RunListenerAdapter.testFinished(RunListenerAdapter.java:79)
        at org.junit.runner.notification.SynchronizedRunListener.testFinished(SynchronizedRunListener.java:87)
        at org.junit.runner.notification.RunNotifier$9.notifyListener(RunNotifier.java:225)
        at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72)
        at org.junit.runner.notification.RunNotifier.fireTestFinished(RunNotifier.java:222)
        at com.carrotsearch.randomizedtesting.ThreadLeakControl$SubNotifier.fireTestFinished(ThreadLeakControl.java:202)
        at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:956)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at com.carrotsearch.randomizedtesting.rules.NoShadow
@dblock dblock added bug Something isn't working untriaged labels Mar 10, 2022
@dblock dblock changed the title [BUG] [BUG] org.opensearch.ad.transport.ADBatchAnomalyResultTransportActionTests.testMultipleTasks fails on JDK8 Mar 10, 2022
dblock added a commit to dblock/anomaly-detection that referenced this issue Mar 10, 2022
@ylwu-amzn
Copy link
Collaborator

Close this one, track all flaky test in this meta issue #499

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority-Medium
Projects
None yet
Development

No branches or pull requests

3 participants