-
Notifications
You must be signed in to change notification settings - Fork 593
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
ducktape: add transaction tests for transforms #15178
Conversation
Local run of these tests:
|
/ci-repeat 4 |
new failures in https://buildkite.com/redpanda/redpanda/builds/41890#018c17eb-df26-428a-895f-617855793f00:
new failures in https://buildkite.com/redpanda/redpanda/builds/41890#018c17eb-df1a-4d22-9d03-00cee0bea692:
new failures in https://buildkite.com/redpanda/redpanda/builds/41890#018c17eb-df1b-4e55-a957-607808c91af1:
new failures in https://buildkite.com/redpanda/redpanda/builds/41890#018c17eb-df1b-4ff9-8001-afcf2c7791e4:
new failures in https://buildkite.com/redpanda/redpanda/builds/41890#018c17eb-df1b-4c82-b236-0f8fdcda2f86:
new failures in https://buildkite.com/redpanda/redpanda/builds/41954#018c1be8-cfc7-45b5-8493-156264612149:
new failures in https://buildkite.com/redpanda/redpanda/builds/41988#018c1cf6-2260-49ef-9606-037c2fea6ddb:
new failures in https://buildkite.com/redpanda/redpanda/builds/41988#018c1cf6-2260-4d44-9e2f-2daf5cec5f67:
new failures in https://buildkite.com/redpanda/redpanda/builds/41988#018c1cf6-2260-484a-9d69-a524d02634ea:
new failures in https://buildkite.com/redpanda/redpanda/builds/41988#018c1cf6-225f-4306-bc87-7f8203617419:
new failures in https://buildkite.com/redpanda/redpanda/builds/42028#018c1f64-6ae5-4025-9329-b1b4ba79d496:
new failures in https://buildkite.com/redpanda/redpanda/builds/42028#018c1f64-6af0-406d-8165-c91787acdd42:
new failures in https://buildkite.com/redpanda/redpanda/builds/42028#018c1f64-6aed-4086-bf1e-9a245d80f86b:
new failures in https://buildkite.com/redpanda/redpanda/builds/42028#018c1f64-6ae9-476a-b086-84d73d9c55ea:
|
Force push: fix formatting |
/ci-repeat 4 |
/ci-repeat 4 |
1 similar comment
/ci-repeat 4 |
Add automated tests that transforms only process read committed records. Signed-off-by: Tyler Rockwood <rockwood@redpanda.com>
I saw a test fail when CI repeating a bunch due to the a retry failing because the process already had exited, that should be fine, so just continuing to check that the pid is gone. Signed-off-by: Tyler Rockwood <rockwood@redpanda.com>
Force push: drop UBSAN in ducktape, that needs a followup PR |
Force push: rebase against dev |
When computing initial lag, it's possible that last_processed_offset is offset::min(), and we'll get overflow when subtracting that from the current last record in the log. Signed-off-by: Tyler Rockwood <rockwood@redpanda.com>
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/42050#018c2115-25ca-4ad4-8199-08ec4492a1fe |
/ci-repeat 4 |
CI looks clean after a few hundred runs of the new tests |
Add automated tests that transforms only process read committed records.
Backports Required
Release Notes