kafka/tests/kafkatest/sanity_checks
Lianet Magrans 80eb86e18e
KAFKA-19418: Fix for flaky verifiable producer system test (#20001)
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>
2025-06-20 09:59:10 -04:00
..
__init__.py KAFKA-2408: ConsoleConsumerService direct log output to file 2015-08-11 15:24:52 -07:00
test_bounce.py MINOR: Fix TestBounce sys test (#18798) 2025-02-04 14:49:20 +01:00
test_console_consumer.py KAFKA-18677; Update ConsoleConsumerTest system test (#18763) 2025-01-31 12:19:49 +01:00
test_console_share_consumer.py KAFKA-19226: Added test_console_share_consumer.py (#19708) 2025-05-16 17:33:46 +01:00
test_performance_services.py KAFKA-19321: Added share_consumer_performance.py and related system tests (#19836) 2025-06-02 10:55:50 +01:00
test_verifiable_producer.py KAFKA-19418: Fix for flaky verifiable producer system test (#20001) 2025-06-20 09:59:10 -04:00