Skip to content

Commit

Permalink
[bug] Simplified test to reproduce #23299
Browse files Browse the repository at this point in the history
  • Loading branch information
michalcukierman committed Sep 14, 2024
1 parent 06b6cd8 commit 879595f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public void testAllCompactedOut() throws Exception {
@Test
public void testCompactionOfCompressedMessagesWithProperties() throws Exception {
String topicName = BrokerTestUtil.newUniqueName(
"persistent://my-property/use/my-ns/testAllCompactedOut");
"persistent://my-property/use/my-ns/testCompactionOfCompressedMessagesWithProperties");

@Cleanup
Producer<String> producer = pulsarClient.newProducer(Schema.STRING)
Expand Down

0 comments on commit 879595f

Please sign in to comment.