Skip to content

Commit ffb0916

Browse files
im-kongeppatierno
authored andcommitted
[ST] Configure number of messages per transaction into one more test (strimzi#11111)
Signed-off-by: Lukas Kral <lukywill16@gmail.com>
1 parent fe88f4b commit ffb0916

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • systemtest/src/test/java/io/strimzi/systemtest/kafka

systemtest/src/test/java/io/strimzi/systemtest/kafka/KafkaST.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,8 @@ void testResizeJbodVolumes() {
11661166
KafkaClients kafkaBasicClientJob = ClientUtils.getContinuousPlainClientBuilder(testStorage)
11671167
.withMessageCount(continuousClientsMessageCount)
11681168
.withAdditionalConfig(producerAdditionConfiguration)
1169+
// TODO: needed because of bug in test-clients - https://github.com/strimzi/test-clients/issues/119
1170+
.withMessagesPerTransaction("1")
11691171
.build();
11701172

11711173
resourceManager.createResourceWithWait(kafkaBasicClientJob.producerStrimzi(), kafkaBasicClientJob.consumerStrimzi());

0 commit comments

Comments
 (0)