-
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
CORE-2177: rptest: e2e write caching tests with failure injection #17236
Conversation
0b63ec7
to
761b4a3
Compare
9bb3462
to
38eaac1
Compare
8ca9a26
to
6733042
Compare
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/47627#018ec936-d2ab-4963-8871-bdcbc19212c0 ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/47627#018ec93d-e39c-4c7f-88fd-d27912afe0c4 |
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.
mostly minor comments.
Force pushed to address @bharathv feedback and rebased on dev. |
Prevents bugs caused by the same node appearing multiple times in the list. Happens for example when when we kill signal a node and then we start it. Although we could check manually the presence in the list, it is more bug prone approach. There are cases when we want to operate on each started node concurrently and if we have a node registered multiple times then we run into very hard to debug race conditions. Example is RedpandaService.all_up method.
Force pushed to revert a change which should not be committed https://github.com/redpanda-data/redpanda/compare/93abe494e8d6af9478aa5ad998b583cddd11ea51..09b987a0112ab92bfd8e468191b3b9ef1d3f34b3 |
new failures in https://buildkite.com/redpanda/redpanda/builds/47671#018ecddf-cd1e-4882-b2fd-37c9be9d4ea9:
|
known failure; i didn't touch these files unrelated know failure; i didn't touch any cpp files
|
Depends on #17674
Closes https://github.com/redpanda-data/core-internal/issues/1247
Backports Required
Release Notes