redpanda-data / redpanda

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

CI Failure (key symptom) in `ConsumerOffsetsRecoveryTest.test_consumer_offsets_partition_recovery` #21302

Open vbotbuildovich opened 2 months ago

vbotbuildovich commented 2 months ago

https://buildkite.com/redpanda/vtools/builds/15390

Module: rptest.tests.consumer_group_recovery_test
Class: ConsumerOffsetsRecoveryTest
Method: test_consumer_offsets_partition_recovery
test_id:    ConsumerOffsetsRecoveryTest.test_consumer_offsets_partition_recovery
status:     FAIL
run time:   132.891 seconds

TimeoutError('RPK failed to list consumer groups')
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 "/home/ubuntu/redpanda/tests/rptest/services/cluster.py", line 105, in wrapped
    r = f(self, *args, **kwargs)
  File "/home/ubuntu/redpanda/tests/rptest/tests/consumer_group_recovery_test.py", line 181, in test_consumer_offsets_partition_recovery
    groups_post_restore = self.describe_all_groups()
  File "/home/ubuntu/redpanda/tests/rptest/tests/consumer_group_recovery_test.py", line 88, in describe_all_groups
    group_list_res = wait_until_result(
  File "/home/ubuntu/redpanda/tests/rptest/util.py", line 94, in wait_until_result
    wait_until(wrapped_condition, *args, **kwargs)
  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: RPK failed to list consumer groups

JIRA Link: CORE-5544

vbotbuildovich commented 2 months ago

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