Skip to content

Commit 261ead1

Browse files
committed
Revert "[fix][test] Fix flaky test OneWayReplicatorUsingGlobalZKTest.testConfigReplicationStartAt (apache#24011)"
This reverts commit 5e8ad9e.
1 parent 722ead6 commit 261ead1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pulsar-broker/src/test/java/org/apache/pulsar/broker/service/OneWayReplicatorUsingGlobalZKTest.java

-4
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ public void testConfigReplicationStartAt() throws Exception {
156156
p1.close();
157157

158158
admin1.namespaces().setNamespaceReplicationClusters(ns1, new HashSet<>(Arrays.asList(cluster1, cluster2)));
159-
Awaitility.await().untilAsserted(() -> {
160-
assertTrue(admin2.topics().getList(ns1).contains(topic1));
161-
});
162-
admin2.topics().createSubscription(topic1, subscription1, MessageId.earliest);
163159
org.apache.pulsar.client.api.Consumer<String> c1 = client2.newConsumer(Schema.STRING).topic(topic1)
164160
.subscriptionName(subscription1).subscribe();
165161
Message<String> msg2 = c1.receive(2, TimeUnit.SECONDS);

0 commit comments

Comments
 (0)