You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2022/04/25 22:22:48 UTC

[GitHub] [bookkeeper] dlg99 commented on pull request #3244: [WIP] fix flaky test BookieZKExpireTest.testBookieServerZKExpireBehaviour

dlg99 commented on PR #3244:
URL: https://github.com/apache/bookkeeper/pull/3244#issuecomment-1109099529

   Looks like this didn't work:
   ```
   Error:  Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 17.088 s <<< FAILURE! - in org.apache.bookkeeper.test.BookieZKExpireTest
   Error:  org.apache.bookkeeper.test.BookieZKExpireTest.testBookieServerZKExpireBehaviour  Time elapsed: 16.325 s  <<< FAILURE!
   java.lang.AssertionError: Bookie should not shutdown on losing zk session
   	at org.junit.Assert.fail(Assert.java:88)
   	at org.junit.Assert.assertTrue(Assert.java:41)
   	at org.apache.bookkeeper.test.BookieZKExpireTest.testBookieServerZKExpireBehaviour(BookieZKExpireTest.java:108)
   	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:50)
   	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
   	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
   	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.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
   	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
   	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   	at java.base/java.lang.Thread.run(Thread.java:829)
   ```


-- 
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: issues-unsubscribe@bookkeeper.apache.org

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