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 (AssertionError: Transformed partitions must the same or larger watermark) in TxAtomicProduceConsumeTest.test_basic_tx_consumer_transform_produce #20831

Closed
oleiman opened this issue Jul 3, 2024 · 2 comments
Labels
ci-failure kind/bug Something isn't working

Comments

@oleiman
Copy link
Member

oleiman commented Jul 3, 2024

https://buildkite.com/redpanda/redpanda/builds/51057#019079ee-4612-4a8a-b249-d66fb115c4d3

Module: rptest.transactions.tx_atomic_produce_consume_test
Class:  TxAtomicProduceConsumeTest
Method: test_basic_tx_consumer_transform_produce
====================================================================================================
test_id:    rptest.transactions.tx_atomic_produce_consume_test.TxAtomicProduceConsumeTest.test_basic_tx_consumer_transform_produce
status:     FAIL
run time:   3 minutes 17.718 seconds


    AssertionError('Transformed partitions must the same or larger watermark than source')
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 "/root/tests/rptest/services/cluster.py", line 105, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/transactions/tx_atomic_produce_consume_test.py", line 370, in test_basic_tx_consumer_transform_produce
    transformer.validate_transform()
  File "/root/tests/rptest/transactions/tx_atomic_produce_consume_test.py", line 271, in validate_transform
    assert dst_high_watermarks[
AssertionError: Transformed partitions must the same or larger watermark than source

JIRA Link: CORE-5097

@bharathv
Copy link
Contributor

bharathv commented Jul 3, 2024

This seems like a dupe of #20315. Fix was just merged, presumably ran without the fix.

@bharathv bharathv closed this as completed Jul 3, 2024
@oleiman
Copy link
Member Author

oleiman commented Jul 3, 2024

Oh, that explains why I didn't find it in the main list. Thanks @bharathv

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
Projects
None yet
Development

No branches or pull requests

2 participants