KAFKA-16988: add 1 more node for test_exactly_once_source system test (#16379)

Reviewers: Igor Soarez <soarez@apple.com>
This commit is contained in:
Luke Chen 2024-06-18 21:03:55 +09:00 committed by GitHub
parent 9af6e28042
commit 191b6476d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ class ConnectDistributedTest(Test):
assert success, "Found validation errors:\n" + "\n ".join(errors)
@cluster(num_nodes=6)
@cluster(num_nodes=7)
@matrix(
clean=[True, False],
connect_protocol=['sessioned', 'compatible', 'eager'],