This is an automated email from the ASF dual-hosted git repository.
daojun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 56970b714f5 [improve][test] Move ShadowManagedLedgerImplTest to flaky
tests (#22526)
56970b714f5 is described below
commit 56970b714f5adb606b02d12a99db1ceec3fa7832
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Apr 17 12:46:43 2024 -0700
[improve][test] Move ShadowManagedLedgerImplTest to flaky tests (#22526)
---
.../org/apache/bookkeeper/mledger/impl/ShadowManagedLedgerImplTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/managed-ledger/src/test/java/org/apache/bookkeeper/mledger/impl/ShadowManagedLedgerImplTest.java
b/managed-ledger/src/test/java/org/apache/bookkeeper/mledger/impl/ShadowManagedLedgerImplTest.java
index cc4b3f24811..2aa04197ab9 100644
---
a/managed-ledger/src/test/java/org/apache/bookkeeper/mledger/impl/ShadowManagedLedgerImplTest.java
+++
b/managed-ledger/src/test/java/org/apache/bookkeeper/mledger/impl/ShadowManagedLedgerImplTest.java
@@ -51,7 +51,7 @@ public class ShadowManagedLedgerImplTest extends
MockedBookKeeperTestCase {
return (ShadowManagedLedgerImpl) shadowML;
}
- @Test
+ @Test(groups = "flaky")
public void testShadowWrites() throws Exception {
ManagedLedgerImpl sourceML = (ManagedLedgerImpl)
factory.open("source_ML", new ManagedLedgerConfig()
.setMaxEntriesPerLedger(2)