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

Assertion failed in TopicRecoveryTest.test_missing_partition #5711

Closed
VladLazar opened this issue Jul 28, 2022 · 1 comment · Fixed by #5721
Closed

Assertion failed in TopicRecoveryTest.test_missing_partition #5711

VladLazar opened this issue Jul 28, 2022 · 1 comment · Fixed by #5721
Assignees
Labels
area/cloud-storage Shadow indexing subsystem area/tests ci-failure kind/bug Something isn't working

Comments

@VladLazar
Copy link
Contributor

There's three recent instances of this test failure:

test_id:    rptest.tests.topic_recovery_test.TopicRecoveryTest.test_missing_partition
status:     FAIL
run time:   1 minute 15.366 seconds

    AssertionError()
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/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 35, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/topic_recovery_test.py", line 1155, in test_missing_partition
    self.do_run(test_case)
  File "/root/tests/rptest/tests/topic_recovery_test.py", line 1113, in do_run
    test_case.validate_cluster(baseline, restored)
  File "/root/tests/rptest/tests/topic_recovery_test.py", line 414, in validate_cluster
    assert partition.high_watermark == 0
AssertionError
@Lazin
Copy link
Contributor

Lazin commented Jul 29, 2022

should be fixed by #5721

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cloud-storage Shadow indexing subsystem area/tests ci-failure kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants