Skip to content

Commit

Permalink
Fix SnappyCompressionIT as KRaft default logs dir changed
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Jan 17, 2025
1 parent e016d5d commit 5fbf0df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class SnappyCompressionIT {

private static final String BIG_JSON = "/big_json.json";

private static final String COMMAND_LOG_CONTAINER = "./bin/kafka-run-class.sh kafka.tools.DumpLogSegments --deep-iteration --print-data-log --files /tmp/kraft-combined-logs/test-0/00000000000000000000.log | head";
private static final String COMMAND_LOG_CONTAINER = "./bin/kafka-run-class.sh kafka.tools.DumpLogSegments --deep-iteration --print-data-log --files /tmp/default-log-dir/test-0/00000000000000000000.log | head";

@KafkaContainer(vendor = KafkaVendor.STRIMZI)
static final KafkaService kafka = new KafkaService().withProperty("auto.create.topics.enable", "false");
Expand Down

0 comments on commit 5fbf0df

Please sign in to comment.