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 (Consumed from an unexpected) in SimpleEndToEndTest.test_consumer_interruption #11306

Closed
rystsov opened this issue Jun 8, 2023 · 5 comments · Fixed by #11448
Closed
Assignees
Labels

Comments

@rystsov
Copy link
Contributor

rystsov commented Jun 8, 2023

https://buildkite.com/redpanda/redpanda/builds/30854#01889a79-3d42-4b02-8500-00ea6604d469

Module: rptest.tests.simple_e2e_test
Class:  SimpleEndToEndTest
Method: test_consumer_interruption
test_id:    rptest.tests.simple_e2e_test.SimpleEndToEndTest.test_consumer_interruption
status:     FAIL
run time:   29.334 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 79, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/simple_e2e_test.py", line 70, in test_consumer_interruption
    assert "Consumed from an unexpected" in str(error)
AssertionError
@rystsov
Copy link
Contributor Author

rystsov commented Jun 8, 2023

@andijcr
Copy link
Contributor

andijcr commented Jun 9, 2023

@michael-redpanda
Copy link
Contributor

@ztlpn
Copy link
Contributor

ztlpn commented Jun 14, 2023

@mmaslankaprv mmaslankaprv self-assigned this Jun 15, 2023
mmaslankaprv added a commit to mmaslankaprv/redpanda that referenced this issue Jun 15, 2023
Verifiable consumer may fail with two different messages when consuming
while the topic is being deleted. Accounting for all the messages in the
assertion checking error reporting.

Fixes: redpanda-data#11306

Signed-off-by: Michal Maslanka <[email protected]>
@michael-redpanda michael-redpanda removed their assignment Jun 15, 2023
rystsov pushed a commit to rystsov/redpanda that referenced this issue Jun 16, 2023
Verifiable consumer may fail with two different messages when consuming
while the topic is being deleted. Accounting for all the messages in the
assertion checking error reporting.

Fixes: redpanda-data#11306

Signed-off-by: Michal Maslanka <[email protected]>
mmaslankaprv added a commit to mmaslankaprv/redpanda that referenced this issue Jul 24, 2023
Verifiable consumer may fail with two different messages when consuming
while the topic is being deleted. Accounting for all the messages in the
assertion checking error reporting.

Fixes: redpanda-data#11306

Signed-off-by: Michal Maslanka <[email protected]>
(cherry picked from commit 84288b7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants