mirror of https://github.com/apache/kafka.git
Fix to avoid flakiness in verifiable producer system test. The test lists running processes and greps to find the VerifiableProducer one, but wasn't providing an specific pattern to grep (so flaky if there were more than one process containing the default grep pattern "kafka") Fix by passing a "proc_grep_string" to filter when looking for the VerifiableProducer process. All test pass successfully after the change. Reviewers: PoAn Yang <payang@apache.org>, Andrew Schofield <aschofield@confluent.io> |
||
---|---|---|
.. | ||
__init__.py | ||
test_bounce.py | ||
test_console_consumer.py | ||
test_console_share_consumer.py | ||
test_performance_services.py | ||
test_verifiable_producer.py |