-
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 #23477
tests: bump ducktape to latest of 0.11.x #23477
Conversation
/ci-repeat 1 |
tests/setup.py
Outdated
@@ -13,8 +13,8 @@ | |||
package_data={'': ['*.md']}, | |||
include_package_data=True, | |||
install_requires=[ | |||
'ducktape@git+https://github.com/redpanda-data/ducktape.git@cad0aeaa32da8ad43a297e50d6cdb215770fd10c', | |||
'prometheus-client==0.9.0', 'pyyaml==6.0', 'kafka-python==2.0.2', | |||
'ducktape@git+https://github.com/ivotron/ducktape.git@48498ecec438002c3cdee6a734746447288023e4', |
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.
curious if you tried upstream ducktape (plus our patches) or just 0.11.x?
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.
it's 0.11.x plus our patches. We do plan to analyze moving to upstream, given that the latest versions contain a "deflake" feature that we could make use of instead of the ok-to-fail stuff, and also given we now use pt2.0 to handle flakies
b8f6050
to
dcf9464
Compare
/ci-repeat 1 |
fa0b04e
to
8cef8ad
Compare
/ci-repeat 1 |
after local ducktape tests finish, i'll launch tests on cloud VMs to check if all is good there, then I'll mark as ready for review |
/ci-repeat 1 |
/ci-repeat 1 |
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/55260#01923040-abae-4d07-9d67-43982c02e51c |
/ci-repeat 1 |
/cdt |
2e0c9d0
to
d1b9333
Compare
launched FIPS build on https://buildkite.com/redpanda/redpanda/builds/55367 |
@michael-redpanda @pgellert after bumping up the ducktape version, all DT tests on the FIPS job get executed, as opposed to just ~950 from before updating. However, there are some SSL errors, in addition to the ones we were seeing before related to |
/cdt |
Nice, thank you Ivo! 🎉 do you happen to know how the upgrade is helping with this?
Yeah, I think that's OK, I don't think there's a reason to block this PR until they are fixed. @michael-redpanda what do you think? |
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>
d1b9333
to
7618b35
Compare
I can only speculate since I didn't go all the way down to debugging the ones that were getting stuck. This could be due to improvements in handling connectivity to nodes. |
For the regular (non-FIPS) CDT job https://buildkite.com/redpanda/redpanda/builds/55407, I see some SSL errors that are similar on. I've rebased |
/ci-repeat 1 |
5331c52
to
63b579b
Compare
Signed-off-by: Ivo Jimenez <ivo@redpanda.com>
63b579b
to
0323bac
Compare
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