michalxo opened a new pull request #11764: URL: https://github.com/apache/kafka/pull/11764
Signed-off-by: Michal T <[email protected]> Some system tests are failing on missing `tc` traffic control utility, which is provided on debian in iproute2 package. This fixes issues with failing tests ``` File "/opt/kafka-dev/tests/kafkatest/services/trogdor/trogdor.py", line 325, in done 21:07:43 raise RuntimeError("Failed to gracefully stop %s: got task error: %s" % (self.id, error)) 21:07:43 RuntimeError: Failed to gracefully stop rate-1000: got task error: worker.start() exception: org.apache.kafka.common.utils.Shell$ExitCodeException: sudo: tc: command not found ``` Some tests from ``` kafkatest.tests.core.round_trip_fault_test.RoundTripFaultTest.test_produce_consume_with_latency kafkatest.tests.core.network_degrade_test.NetworkDegradeTest.test_rate ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
