mirror of https://github.com/apache/kafka.git
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:
parent
9af6e28042
commit
191b6476d7
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue