This is an automated email from the ASF dual-hosted git repository.
lhotari 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 9e5056fba57 [fix][test] Fix flaky test:
PendingAckPersistentTest.testDeleteUselessLogDataWhenSubCursorMoved (#19438)
9e5056fba57 is described below
commit 9e5056fba57b61afe5f77f8ea73edad1b5fb3fc2
Author: Nicolò Boschi <[email protected]>
AuthorDate: Tue Feb 7 16:28:12 2023 +0100
[fix][test] Fix flaky test:
PendingAckPersistentTest.testDeleteUselessLogDataWhenSubCursorMoved (#19438)
---
.../pulsar/broker/transaction/pendingack/PendingAckPersistentTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/pendingack/PendingAckPersistentTest.java
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/pendingack/PendingAckPersistentTest.java
index 8e097144de0..bc537fb784f 100644
---
a/pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/pendingack/PendingAckPersistentTest.java
+++
b/pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/pendingack/PendingAckPersistentTest.java
@@ -89,7 +89,7 @@ public class PendingAckPersistentTest extends
TransactionTestBase {
private static final int NUM_PARTITIONS = 16;
- @BeforeMethod
+ @BeforeMethod(alwaysRun = true)
public void setup() throws Exception {
setUpBase(1, NUM_PARTITIONS, PENDING_ACK_REPLAY_TOPIC, 0);
}