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

CI Failure in OffsetForLeaderEpochTest.test_offset_for_leader_epoch #6098

Closed
rystsov opened this issue Aug 19, 2022 · 2 comments · Fixed by #6187
Closed

CI Failure in OffsetForLeaderEpochTest.test_offset_for_leader_epoch #6098

rystsov opened this issue Aug 19, 2022 · 2 comments · Fixed by #6187
Assignees
Labels
ci-failure kind/bug Something isn't working pr-blocker CI failures blocking a PR from being merged

Comments

@rystsov
Copy link
Contributor

rystsov commented Aug 19, 2022

This isn't a duplicate of #6097

https://buildkite.com/redpanda/redpanda/builds/14311#0182b1e9-cd33-49ea-9d2e-56c46232acae

Module: rptest.tests.offset_for_leader_epoch_test
Class:  OffsetForLeaderEpochTest
Method: test_offset_for_leader_epoch
test_id:    rptest.tests.offset_for_leader_epoch_test.OffsetForLeaderEpochTest.test_offset_for_leader_epoch
status:     FAIL
run time:   50.107 seconds

    KeyError(('topic-ayjcguqpfw', 14))
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/offset_for_leader_epoch_test.py", line 122, in test_offset_for_leader_epoch
    assert last_offsets[(o.topic,
KeyError: ('topic-ayjcguqpfw', 14)
@rystsov rystsov added kind/bug Something isn't working ci-failure labels Aug 19, 2022
@rystsov
Copy link
Contributor Author

rystsov commented Aug 19, 2022

kcl.list_offsets didn't return ('topic-ayjcguqpfw', 14) info

@rystsov
Copy link
Contributor Author

rystsov commented Aug 19, 2022

blocks #6003

@rystsov rystsov added the pr-blocker CI failures blocking a PR from being merged label Aug 19, 2022
mmaslankaprv added a commit to mmaslankaprv/redpanda that referenced this issue Aug 23, 2022
Fixes: redpanda-data#6098

Signed-off-by: Michal Maslanka <michal@redpanda.com>
pvsune pushed a commit that referenced this issue Aug 24, 2022
Fixes: #6098

Signed-off-by: Michal Maslanka <michal@redpanda.com>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-failure kind/bug Something isn't working pr-blocker CI failures blocking a PR from being merged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants