MINOR: fix number of nodes used in test_compatible_brokers_eos_v2_enabled (#12211)

Reviewers: David Jacot <djacot@confluent.io>
This commit is contained in:
Lucas Bradstreet 2022-05-25 11:03:06 -07:00 committed by GitHub
parent 54d60ced86
commit 46630a0610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ class StreamsBrokerCompatibility(Test):
self.consumer.stop()
self.kafka.stop()
@cluster(num_nodes=4)
@parametrize(broker_version=str(LATEST_2_8))
@parametrize(broker_version=str(LATEST_2_7))
@parametrize(broker_version=str(LATEST_2_6))