TaiJuWu commented on PR #18247:
URL: https://github.com/apache/kafka/pull/18247#issuecomment-2550372486
This is draft since there is a failure locally and the others are pass.
```
================================================================================
SESSION REPORT (ALL TESTS)
ducktape version: 0.12.0
session_id: 2024-12-17--001
run time: 1 minute 34.279 seconds
tests run: 1
passed: 0
flaky: 0
failed: 1
ignored: 0
================================================================================
test_id:
kafkatest.tests.core.network_degrade_test.NetworkDegradeTest.test_rate.task_name=rate-1000-latency-50.device_name=eth0.latency_ms=50.rate_limit_kbit=1000000.metadata_quorum=ISOLATED_KRAFT
status: FAIL
run time: 1 minute 34.084 seconds
AssertionError('Expected most of the measured rates to be within an
order of magnitude of target 1000000. This means `tc` did not limit the
bandwidth as expected.')
Traceback (most recent call last):
File
"/usr/local/lib/python3.7/dist-packages/ducktape/tests/runner_client.py", line
351, in _do_run
data = self.run_test()
File
"/usr/local/lib/python3.7/dist-packages/ducktape/tests/runner_client.py", line
411, in run_test
return self.test_context.function(self.test)
File "/usr/local/lib/python3.7/dist-packages/ducktape/mark/_mark.py", line
438, in wrapper
return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
File "/opt/kafka-dev/tests/kafkatest/tests/core/network_degrade_test.py",
line 145, in test_rate
assert len(acceptable_rates) > 5, msg
AssertionError: Expected most of the measured rates to be within an order of
magnitude of target 1000000. This means `tc` did not limit the bandwidth as
expected.
```
--
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]