You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/19 04:41:55 UTC

[GitHub] [pulsar] codelipenghui commented on a diff in pull request #16668: [fix][flaky-test] Use different ledger name for avoidUseSameOpAddEntryBetweenDifferentLedger test

codelipenghui commented on code in PR #16668:
URL: https://github.com/apache/pulsar/pull/16668#discussion_r924052927


##########
managed-ledger/src/test/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerTest.java:
##########
@@ -3193,7 +3193,7 @@ public void avoidUseSameOpAddEntryBetweenDifferentLedger() throws Exception {
 
         @Cleanup("shutdown")
         ManagedLedgerFactoryImpl factory = new ManagedLedgerFactoryImpl(metadataStore, bkc, config);
-        ManagedLedgerImpl ledger = (ManagedLedgerImpl) factory.open("my_test_ledger");
+        ManagedLedgerImpl ledger = (ManagedLedgerImpl) factory.open("avoidUseSameOpAddEntryBetweenDifferentLedger");

Review Comment:
   Oh, I missed this one, let me check the detailed logs.



-- 
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@pulsar.apache.org

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