wenbingshen opened a new pull request, #3410: URL: https://github.com/apache/bookkeeper/pull/3410
### Motivation ```java Error: Failures: Error: org.apache.bookkeeper.test.BookieZKExpireTest.testBookieServerZKExpireBehaviour Error: Run 1: BookieZKExpireTest.testBookieServerZKExpireBehaviour:103 Bookie should not shutdown on losing zk session Error: Run 2: BookieZKExpireTest.testBookieServerZKExpireBehaviour:103 Bookie should not shutdown on losing zk session Error: Run 3: BookieZKExpireTest.testBookieServerZKExpireBehaviour:103 Bookie should not shutdown on losing zk session ``` ```java Warning: Flakes: Warning: org.apache.bookkeeper.test.ReadOnlyBookieTest.testBookieContinueWritingIfMultipleLedgersPresent Error: Run 1: ReadOnlyBookieTest.testBookieContinueWritingIfMultipleLedgersPresent » BKNotEnoughBookies Error: Run 2: ReadOnlyBookieTest.testBookieContinueWritingIfMultipleLedgersPresent » BKNotEnoughBookies ``` The tests `testBookieServerZKExpireBehaviour` and `testBookieContinueWritingIfMultipleLedgersPresent` always fail, I can see 10 tests, almost 90% to 100% probability of failure. Such tests are pointless. Related issues: #3206, #2665 https://github.com/apache/bookkeeper/runs/7401819852?check_suite_focus=true https://github.com/apache/bookkeeper/runs/7392121414?check_suite_focus=true ### Changes Banned flaky tests that always failed. Not open until we fix it. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
