aditya-kumbhar opened a new issue, #3550: URL: https://github.com/apache/bookkeeper/issues/3550
AuditorReplicasCheckTest has the following tests that are flaky, detected using [Nondex](https://github.com/TestingResearchIllinois/NonDex). testReplicasCheckForLedgersFoundHavingLessThanAQReplicasOfAnEntry() testReplicasCheckForLedgersFoundHavingLessThanWQReplicasOfAnEntry() testReplicasCheckForLedgersFoundHavingNoReplica() testReplicasCheckForLedgersWithEmptySegments() All fail with a similar error below. ``` [INFO] Running org.apache.bookkeeper.replication.AuditorReplicasCheckTest [ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.48 s <<< FAILURE! - in org.apache.bookkeeper.replication.AuditorReplicasCheckTest [ERROR] org.apache.bookkeeper.replication.AuditorReplicasCheckTest.testReplicasCheckForBookieHandleNotAvailable Time elapsed: 1.287 s <<< ERROR! java.lang.IllegalArgumentException: New entry must have a first entry greater than any existing ensemble key at com.google.common.base.Preconditions.checkArgument(Preconditions.java:145) at org.apache.bookkeeper.client.LedgerMetadataBuilder.newEnsembleEntry(LedgerMetadataBuilder.java:146) at org.apache.bookkeeper.replication.AuditorReplicasCheckTest.createClosedLedgerMetadata(AuditorReplicasCheckTest.java:202) at org.apache.bookkeeper.replication.AuditorReplicasCheckTest.testReplicasCheckForBookieHandleNotAvailable(AuditorReplicasCheckTest.java:324) ``` -- 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]
