Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BadLogLines in AvailabilityTests.test_recovery_after_catastrophic_failure #5078

Closed
ztlpn opened this issue Jun 9, 2022 · 1 comment · Fixed by #5097
Closed

BadLogLines in AvailabilityTests.test_recovery_after_catastrophic_failure #5078

ztlpn opened this issue Jun 9, 2022 · 1 comment · Fixed by #5097
Assignees

Comments

@ztlpn
Copy link
Contributor

ztlpn commented Jun 9, 2022

https://buildkite.com/redpanda/redpanda/builds/11059#018141f0-3442-457e-9728-090bf35e548d

Module: rptest.tests.availability_test
Class:  AvailabilityTests
Method: test_recovery_after_catastrophic_failure
test_id:    rptest.tests.availability_test.AvailabilityTests.test_recovery_after_catastrophic_failure
status:     FAIL
run time:   2 minutes 26.132 seconds


    <BadLogLines nodes=docker-rp-21(1) example="ERROR 2022-06-08 06:47:37,202 [shard 0] cluster - persisted_stm.cc:211 - sync error: wait_offset_committed failed with seastar::condition_variable_timed_out (Condition variable timed out); offsets: dirty=31714, committed=30651; ntp={kafka/test-topic/2}">
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.9/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
    return self.test_context.function(self.test)
  File "/root/tests/rptest/services/cluster.py", line 47, in wrapped
    self.redpanda.raise_on_bad_logs(allow_list=log_allow_list)
  File "/root/tests/rptest/services/redpanda.py", line 1065, in raise_on_bad_logs
    raise BadLogLines(bad_lines)
rptest.services.utils.BadLogLines: <BadLogLines nodes=docker-rp-21(1) example="ERROR 2022-06-08 06:47:37,202 [shard 0] cluster - persisted_stm.cc:211 - sync error: wait_offset_committed failed with seastar::condition_variable_timed_out (Condition variable timed out); offsets: dirty=31714, committed=30651; ntp={kafka/test-topic/2}">
@jcsp
Copy link
Contributor

jcsp commented Jun 16, 2022

Fix is already up in #5097

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants