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 2021/12/29 00:51:02 UTC

[GitHub] [bookkeeper] zymap commented on pull request #2958: zk client config update and bugfix for ZKMetadataClientDriver

zymap commented on pull request #2958:
URL: https://github.com/apache/bookkeeper/pull/2958#issuecomment-1002343328


   Looks like the tests have been failed multiple times. Could you please run them on your local and find what's happened?
   
   ```
   org.apache.bookkeeper.conf.NoSystemPropertiesConfigurationTest
   
     Test testUseSystemProperty PASSED
   
   org.apache.bookkeeper.replication.AuditorBookieTest
   
     Test testBookieClusterRestart FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testEnsureOnlySingleAuditor FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testSuccessiveAuditorCrashes FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testShutdown FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
   
   org.apache.bookkeeper.replication.AuditorPeriodicCheckTest
   
     Test testPeriodicCheckWhenLedgerDeleted FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfReplicasCheck FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfPlacementPolicyCheck FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testGetLedgerFromZookeeperThrottled FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfCheckAllLedgers FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
   
   org.apache.bookkeeper.replication.AutoRecoveryMainTest
   
     Test testAutoRecoverySessionLoss FAILED (2.6s)
   
     java.lang.NullPointerException
         at org.apache.bookkeeper.replication.AutoRecoveryMainTest.testAutoRecoverySessionLoss(AutoRecoveryMainTest.java:118)
   
   
   org.apache.bookkeeper.replication.TestReplicationWorker
   
     Test testDeferLedgerLockReleaseForReplicationWorker FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.TestReplicationWorker.testDeferLedgerLockReleaseForReplicationWorker(TestReplicationWorker.java:737)
   
   
   org.apache.bookkeeper.test.ReadOnlyBookieTest
   
     Test testBookieShouldTurnWritableFromReadOnly PASSED (5s)
   
   org.apache.bookkeeper.test.LedgerCreateDeleteTest
   
     Test testCreateLedgerWithZKException FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.test.LedgerCreateDeleteTest.testCreateLedgerWithZKException(LedgerCreateDeleteTest.java:92)
   
   
   org.apache.bookkeeper.client.TestReadLastConfirmedLongPoll
   
     Test testReadLACLongPollWhenSomeBookiesDown[0] PASSED (6.5s)
   
   org.apache.bookkeeper.replication.AuditorBookieTest
   
     Test testBookieClusterRestart FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testEnsureOnlySingleAuditor FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testSuccessiveAuditorCrashes FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testShutdown FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
   
   org.apache.bookkeeper.replication.AuditorPeriodicCheckTest
   
     Test testPeriodicCheckWhenLedgerDeleted FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfReplicasCheck FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfPlacementPolicyCheck FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testGetLedgerFromZookeeperThrottled FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfCheckAllLedgers FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
   
   org.apache.bookkeeper.replication.AutoRecoveryMainTest
   
     Test testAutoRecoverySessionLoss FAILED (13.8s)
   
     java.lang.AssertionError: AR1's auditor should not be running
         at org.apache.bookkeeper.replication.AutoRecoveryMainTest.testAutoRecoverySessionLoss(AutoRecoveryMainTest.java:170)
   
   
   org.apache.bookkeeper.replication.TestReplicationWorker
   
     Test testDeferLedgerLockReleaseForReplicationWorker FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.TestReplicationWorker.testDeferLedgerLockReleaseForReplicationWorker(TestReplicationWorker.java:737)
   
   
   org.apache.bookkeeper.test.LedgerCreateDeleteTest
   
     Test testCreateLedgerWithZKException FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.test.LedgerCreateDeleteTest.testCreateLedgerWithZKException(LedgerCreateDeleteTest.java:92)
   
   
   org.apache.bookkeeper.replication.AuditorBookieTest
   
     Test testBookieClusterRestart FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testEnsureOnlySingleAuditor FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testSuccessiveAuditorCrashes FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testShutdown FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
   
   org.apache.bookkeeper.replication.AuditorPeriodicCheckTest
   
     Test testPeriodicCheckWhenLedgerDeleted FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfReplicasCheck FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfPlacementPolicyCheck FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testGetLedgerFromZookeeperThrottled FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfCheckAllLedgers FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
   
   org.apache.bookkeeper.replication.AutoRecoveryMainTest
   
     Test testAutoRecoverySessionLoss FAILED (13.8s)
   
     java.lang.AssertionError: AR1's auditor should not be running
         at org.apache.bookkeeper.replication.AutoRecoveryMainTest.testAutoRecoverySessionLoss(AutoRecoveryMainTest.java:170)
   
   
   org.apache.bookkeeper.replication.TestReplicationWorker
   
     Test testDeferLedgerLockReleaseForReplicationWorker PASSED (8.3s)
   
   org.apache.bookkeeper.test.LedgerCreateDeleteTest
   
     Test testCreateLedgerWithZKException FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.test.LedgerCreateDeleteTest.testCreateLedgerWithZKException(LedgerCreateDeleteTest.java:92)
   
   
   org.apache.bookkeeper.replication.AuditorBookieTest
   
     Test testBookieClusterRestart FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testEnsureOnlySingleAuditor FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testSuccessiveAuditorCrashes FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testShutdown FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
   
   org.apache.bookkeeper.replication.AuditorPeriodicCheckTest
   
     Test testPeriodicCheckWhenLedgerDeleted FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfReplicasCheck FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfPlacementPolicyCheck FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testGetLedgerFromZookeeperThrottled FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfCheckAllLedgers FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
   
   org.apache.bookkeeper.replication.AutoRecoveryMainTest
   
     Test testAutoRecoverySessionLoss FAILED (13.8s)
   
     java.lang.AssertionError: AR1's auditor should not be running
         at org.apache.bookkeeper.replication.AutoRecoveryMainTest.testAutoRecoverySessionLoss(AutoRecoveryMainTest.java:170)
   
   
   org.apache.bookkeeper.test.LedgerCreateDeleteTest
   
     Test testCreateLedgerWithZKException FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.test.LedgerCreateDeleteTest.testCreateLedgerWithZKException(LedgerCreateDeleteTest.java:92)
   
   
   org.apache.bookkeeper.replication.AuditorBookieTest
   
     Test testBookieClusterRestart FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testEnsureOnlySingleAuditor FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testSuccessiveAuditorCrashes FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
     Test testShutdown FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorBookieTest.stopAuditorElectors(AuditorBookieTest.java:215)
   
   
   org.apache.bookkeeper.replication.AuditorPeriodicCheckTest
   
     Test testPeriodicCheckWhenLedgerDeleted FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfReplicasCheck FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfPlacementPolicyCheck FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testGetLedgerFromZookeeperThrottled FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
     Test testInitialDelayOfCheckAllLedgers FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.replication.AuditorPeriodicCheckTest.tearDown(AuditorPeriodicCheckTest.java:142)
   
   
   org.apache.bookkeeper.replication.AutoRecoveryMainTest
   
     Test testAutoRecoverySessionLoss FAILED (13.9s)
   
     java.lang.AssertionError: AR1's auditor should not be running
         at org.apache.bookkeeper.replication.AutoRecoveryMainTest.testAutoRecoverySessionLoss(AutoRecoveryMainTest.java:170)
   
   
   org.apache.bookkeeper.test.LedgerCreateDeleteTest
   
     Test testCreateLedgerWithZKException FAILED (2m)
   
     org.junit.runners.model.TestTimedOutException: test timed out after 120 seconds
         at org.apache.bookkeeper.test.LedgerCreateDeleteTest.testCreateLedgerWithZKException(LedgerCreateDeleteTest.java:92)
   
   
   
   1808 tests completed, 71 failed, 21 skipped
   FAILURE: Executed 1808 tests in 3h 44m (71 failed, 21 skipped)
   ```


-- 
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