redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.63k stars 585 forks source link

CI Failure (key symptom) in `AuditLogTestsAppLifecycle.test_app_lifecycle` #21388

Closed vbotbuildovich closed 1 month ago

vbotbuildovich commented 3 months ago

https://buildkite.com/redpanda/redpanda/builds/51484

Module: rptest.tests.audit_log_test
Class: AuditLogTestsAppLifecycle
Method: test_app_lifecycle
test_id:    AuditLogTestsAppLifecycle.test_app_lifecycle
status:     FAIL
run time:   83.095 seconds

TimeoutError('')
Traceback (most recent call last):
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 184, in _do_run
    data = self.run_test()
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/tests/runner_client.py", line 276, in run_test
    return self.test_context.function(self.test)
  File "/root/tests/rptest/services/cluster.py", line 105, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/audit_log_test.py", line 715, in test_app_lifecycle
    _ = self.find_matching_record(
  File "/root/tests/rptest/tests/audit_log_test.py", line 678, in find_matching_record
    return self.read_all_from_audit_log(filter_fn=filter_fn,
  File "/root/tests/rptest/tests/audit_log_test.py", line 648, in read_all_from_audit_log
    raise e
  File "/root/tests/rptest/tests/audit_log_test.py", line 641, in read_all_from_audit_log
    wait_until(predicate,
  File "/opt/.ducktape-venv/lib/python3.10/site-packages/ducktape/utils/util.py", line 57, in wait_until
    raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
ducktape.errors.TimeoutError

JIRA Link: CORE-5597

vbotbuildovich commented 3 months ago

*https://buildkite.com/redpanda/redpanda/builds/51829

piyushredpanda commented 1 month ago

Closing older-bot-filed CI issues as we transition to a more reliable system.