You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/02/15 12:35:55 UTC

[GitHub] [kafka] michalxo opened a new pull request #11764: Install missing 'tc' utility - iproute2 for systemtests

michalxo opened a new pull request #11764:
URL: https://github.com/apache/kafka/pull/11764


   Signed-off-by: Michal T <mt...@redhat.com>
   
   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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] mimaison merged pull request #11764: Install missing 'tc' utility - iproute2 for systemtests

Posted by GitBox <gi...@apache.org>.
mimaison merged pull request #11764:
URL: https://github.com/apache/kafka/pull/11764


   


-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org