Skip to content

Commit 7fdc26a

Browse files
add progress topic config check to testdrive
1 parent b1b4d77 commit 7fdc26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testdrive/kafka-sink-topic-config.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ALTER SYSTEM SET storage_sink_ensure_topic_config = 'alter'
8989

9090
$ kafka-create-topic topic=kafka-progress partitions=1 compaction=false
9191

92-
$ kafka-verify-topic topic=testdrive-kafka-progress-${testdrive.seed} topic-config={"cleanup.policy": "delete"} replication-factor=1 partition-count=1
92+
$ kafka-verify-topic topic=testdrive-kafka-progress-${testdrive.seed} topic-config={"cleanup.policy": "delete", "segment.bytes": "134217728"} replication-factor=1 partition-count=1
9393

9494
> CREATE CONNECTION kafka_conn_progress
9595
TO KAFKA (BROKER '${testdrive.kafka-addr}', SECURITY PROTOCOL PLAINTEXT, PROGRESS TOPIC 'testdrive-kafka-progress-${testdrive.seed}');

0 commit comments

Comments
 (0)