You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/10/31 09:46:00 UTC

[GitHub] [druid] cryptoe opened a new issue, #13289: [Flaky ut] KafkaSupervisorTest.testResumeAllActivelyReadingTasks

cryptoe opened a new issue, #13289:
URL: https://github.com/apache/druid/issues/13289

   Found in : 
   ```
   org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest.testResumeAllActivelyReadingTasks[numThreads = 8]  Time elapsed: 0.397 s  <<< FAILURE!
   
   java.lang.AssertionError: Nothing captured yet
   
   	at org.easymock.Capture.getValue(Capture.java:101)
   
   	at org.apache.druid.indexing.kafka.supervisor.KafkaSupervisorTest.testResumeAllActivelyReadingTasks(KafkaSupervisorTest.java:4057)
   
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   
   	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   
   	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
   
   	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
   
   	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
   
   	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
   
   	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   
   	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
   
   	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
   
   	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
   
   	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
   
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
   
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
   
   	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
   
   	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
   
   	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
   
   	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
   
   	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
   
   	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
   
   	at org.junit.runners.Suite.runChild(Suite.java:128)
   
   	at org.junit.runners.Suite.runChild(Suite.java:27)
   
   	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
   
   	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
   
   	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
   
   	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
   
   	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
   
   	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
   
   	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
   
   	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
   
   	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
   
   	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
   
   	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
   
   	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
   
   	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
   
   	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
   
   	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
   
   	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
   
   	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
   
   [ERROR] 
   
   ```
   
   in pr : https://github.com/apache/druid/pull/13288


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] AmatyaAvadhanula closed issue #13289: [Flaky ut] KafkaSupervisorTest.testResumeAllActivelyReadingTasks

Posted by GitBox <gi...@apache.org>.
AmatyaAvadhanula closed issue #13289: [Flaky ut] KafkaSupervisorTest.testResumeAllActivelyReadingTasks
URL: https://github.com/apache/druid/issues/13289


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] a2l007 commented on issue #13289: [Flaky ut] KafkaSupervisorTest.testResumeAllActivelyReadingTasks

Posted by GitBox <gi...@apache.org>.
a2l007 commented on issue #13289:
URL: https://github.com/apache/druid/issues/13289#issuecomment-1297978138

   Found in pr: #13156 as well


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] AmatyaAvadhanula commented on issue #13289: [Flaky ut] KafkaSupervisorTest.testResumeAllActivelyReadingTasks

Posted by GitBox <gi...@apache.org>.
AmatyaAvadhanula commented on issue #13289:
URL: https://github.com/apache/druid/issues/13289#issuecomment-1304540025

   Fixed by https://github.com/apache/druid/pull/13315


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org