kafka/tests/kafkatest/services/performance
Ron Dagostino 0711d15582
MINOR: Test the new KIP-500 quorum mode in ducktape (#10105)
Add the necessary test annotations to test the new KIP-500 quorum broker mode
in many of our ducktape tests. This mode is tested in addition to the classic
Apache ZooKeeper mode.

This PR also adds a new sanity_checks/bounce_test.py system test that runs
through a simple produce/bounce/produce series of events.

Finally, this PR adds @cluster annotations to dozens of system tests that were
missing them. The lack of this annotation was causing these tests to grab the
entire cluster of nodes.  Adding the @cluster annotation dramatically reduced
the time needed to run these tests.

Reviewers: Colin P. McCabe <cmccabe@apache.org>, Ismael Juma <ismael@juma.me.uk>
2021-02-22 13:57:17 -08:00
..
templates
__init__.py
consumer_performance.py MINOR: Test the new KIP-500 quorum mode in ducktape (#10105) 2021-02-22 13:57:17 -08:00
end_to_end_latency.py MINOR: Test the new KIP-500 quorum mode in ducktape (#10105) 2021-02-22 13:57:17 -08:00
performance.py
producer_performance.py MINOR: Test the new KIP-500 quorum mode in ducktape (#10105) 2021-02-22 13:57:17 -08:00