Mickael Maison created KAFKA-15973:
--------------------------------------
Summary: quota_test.py system tests are flaky
Key: KAFKA-15973
URL: https://issues.apache.org/jira/browse/KAFKA-15973
Project: Kafka
Issue Type: Bug
Components: core, system tests
Reporter: Mickael Maison
Stacktrace:
{noformat}
TimeoutError("Kafka server didn't finish startup in 60 seconds")
Traceback (most recent call last):
File
"/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line
186, in _do_run
data = self.run_test()
File
"/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line
246, in run_test
return self.test_context.function(self.test)
File "/usr/local/lib/python3.9/dist-packages/ducktape/mark/_mark.py", line
433, in wrapper
return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
File "/opt/kafka-dev/tests/kafkatest/tests/client/quota_test.py", line 139,
in test_quota
self.kafka.start()
File "/opt/kafka-dev/tests/kafkatest/services/kafka/kafka.py", line 654, in
start
self.wait_for_start(node, monitor, timeout_sec)
File "/opt/kafka-dev/tests/kafkatest/services/kafka/kafka.py", line 879, in
wait_for_start
monitor.wait_until("Kafka\s*Server.*started", timeout_sec=timeout_sec,
backoff_sec=.25,
File
"/usr/local/lib/python3.9/dist-packages/ducktape/cluster/remoteaccount.py",
line 753, in wait_until
return wait_until(lambda: self.acct.ssh("tail -c +%d %s | grep '%s'" %
(self.offset + 1, self.log, pattern),
File "/usr/local/lib/python3.9/dist-packages/ducktape/utils/util.py", line
58, in wait_until
raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from
last_exception
ducktape.errors.TimeoutError: Kafka server didn't finish startup in 60
seconds{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)