-
Notifications
You must be signed in to change notification settings - Fork 591
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
Datalake in Random Node Operations test #24179
base: dev
Are you sure you want to change the base?
Conversation
dea809b
to
5da2d68
Compare
/dt |
5da2d68
to
b1b6ca6
Compare
/dt |
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/58327#01934945-6ead-458a-ba3d-adba5f914e44 |
cloud_storage_bucket=self._si_settings.cloud_storage_bucket, | ||
cloud_storage_access_key=self._si_settings. | ||
cloud_storage_access_key, | ||
cloud_storage_secret_key=self._si_settings. | ||
cloud_storage_secret_key, | ||
cloud_storage_region=self._si_settings.cloud_storage_region, | ||
cloud_storage_api_endpoint=self._si_settings.endpoint_url, | ||
filesystem_wrapper_mode=False) |
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.
probably needs a rebase ( NV just merged something that affects this)
b1b6ca6
to
8c8cb91
Compare
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58436#01934df0-96ea-4560-ba1b-870db0bfc356:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58436#01934df0-96e8-41bd-8f4b-6ee6b32e663a:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58552#019353c1-7090-41da-8ba7-f1e471cd82d8:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58552#019353c1-708f-4c06-9d59-8837cd3d0c6f:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58552#019353c1-7092-4e64-a734-d79e9a173300:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58552#019353c1-708c-48c5-ab8b-3ed16be62d0c:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58677#01936308-8321-488b-98e5-4dab01961c6b:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58677#01936308-8324-4009-9483-c3648fad5caf:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58699#01936471-e21e-41e2-8250-ff6d3116c7d3:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58699#01936471-e21f-4439-95f0-0b5dee690c4d:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58699#01936471-e222-4a29-8b98-00cf2647acee:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58776#01936807-c27d-420b-b11f-ac29fb296b1d:
|
Retry command for Build#58436please wait until all jobs are finished before running the slash command
|
8c8cb91
to
0f22815
Compare
Retry command for Build#58552please wait until all jobs are finished before running the slash command
|
dd6f6a3
to
724ee16
Compare
Retry command for Build#58677please wait until all jobs are finished before running the slash command
|
724ee16
to
97a060a
Compare
the below tests from https://buildkite.com/redpanda/redpanda/builds/58699#01936415-5294-4558-a6c6-9e4d478aa3e5 have failed and will be retried
the below tests from https://buildkite.com/redpanda/redpanda/builds/58699#01936415-5293-4076-bef5-06d65681c0cc have failed and will be retried
the below tests from https://buildkite.com/redpanda/redpanda/builds/58776#019367c1-77a8-4b65-9aaf-efff1ae837ae have failed and will be retried
|
Retry command for Build#58699please wait until all jobs are finished before running the slash command
|
Added assert validating if Redpanda memory reservation was correctly configured when creating `datalake_manager` service. As an addition to that the log entry informing about configured memory parameters was added. Signed-off-by: Michał Maślanka <[email protected]>
Added a parameter that enables Iceberg in RandomNodeOperations test to validate the behavior with node operations and failures. Signed-off-by: Michał Maślanka <[email protected]>
97a060a
to
57c06f5
Compare
Retry command for Build#58776please wait until all jobs are finished before running the slash command
|
Enabling Iceberg in Random Node Operations test to validate its correctness in face of failures and node operations.
Backports Required
Release Notes