-
Notifications
You must be signed in to change notification settings - Fork 592
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
tests: bump ducktape to latest of 0.11.x #23570
tests: bump ducktape to latest of 0.11.x #23570
Conversation
The fork that redpanda-data maintains has been updated and a new https://github.com/redpanda-data/ducktape/tree/0.11.x-redpanda branch contains the latest version of ducktape. This commit points to the current tip of that branch. Signed-off-by: Ivo Jimenez <ivo@redpanda.com>
Stop explicitly installing it and instead use whatever version ducktape points to. Signed-off-by: Ivo Jimenez <ivo@redpanda.com>
This is needed to reconcile dependencies between ducktape and kafkatest, which before this were pointing to different versions of the `requests` package. Signed-off-by: Ivo Jimenez <ivo@redpanda.com>
Signed-off-by: Ivo Jimenez <ivo@redpanda.com>
/cdt |
turns out all the CDT failures are known flakies. I initially got confused because they were marked as failures, so they weren't retried, but then realized that there is no auto-retry in CDT |
'pytest==7.1.2', 'jump-consistent-hash==3.2.0', | ||
'azure-storage-blob==12.14.1', | ||
'kafkatest@git+https://github.com/apache/kafka.git@3.2.0#egg=kafkatest&subdirectory=tests', | ||
'ducktape@git+https://github.com/redpanda-data/ducktape.git@7772220005a27957d3a796de0e19d3c51eb61f6a', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: using a tag would be really nice (we can add our own tag), for readability and for indicating immutability.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we'll move to using tags after we simplify the fork
'protobuf==4.21.8', 'fastavro==1.4.9', 'falcon==3.1.3', | ||
'psutil==5.9.0', 'numpy==1.22.3', 'pygal==3.0', 'pytest==7.1.2', | ||
'jump-consistent-hash==3.2.0', 'azure-storage-blob==12.14.1', | ||
'kafkatest@git+https://github.com/apache/kafka.git@e146c7c9164c4e8817fe891ac9d7d1661889b2b4#egg=kafkatest&subdirectory=tests', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a public repo, so I guess we cannot add a tag!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
chatted with ivo about backport strategies: since each of the supported branches can run with older versions of ducktape, may want to skip backporting if it causes too many issues
btw, related PR to the |
full local DT run in https://buildkite.com/redpanda/redpanda/builds/55485 (errors are known flaky unit/fixture tests). force-merging |
/backport v24.2.x |
/backport v24.1.x |
Failed to create a backport PR to v24.1.x branch. I tried:
|
(re-creating #23477 since it "got stuck" in BK)
The fork that
redpanda-data
maintains has been updated and a new https://github.com/redpanda-data/ducktape/tree/0.11.x-redpanda branch contains the latest version of ducktape. This PR updates the reference of ducktape's version to the current tip of this branch. The version ofkafkatest
also is updated as part of this.fixes https://redpandadata.atlassian.net/browse/PESDLC-2080
Backports Required
Release Notes