-
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
rptest: cache metrics test with custom mountpoint #24140
base: dev
Are you sure you want to change the base?
Conversation
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58117#019330f3-fcb8-4792-8075-9c7488b9c6b0:
non flaky failures in https://buildkite.com/redpanda/redpanda/builds/58117#0193310f-0f97-4e79-82df-ccfb435096e6:
|
Retry command for Build#58117please wait until all jobs are finished before running the slash command
|
ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/58117#019330f3-fcbc-480e-a1ac-fba3c8b28de5 |
2cad68c
to
d03d37a
Compare
@ivotron wdyt? |
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.
will it work in CDT where we aren't running in docker? seems like we might need to add a special environment variant of some sort to mock the cache disk size in that case?
+1 on what Noah mentioned. We can launch a |
def test_node_cache_storage_metrics(self): | ||
# Skip the test if dedicated nodes are used as we don't have custom | ||
# mount points for cache directories. | ||
if self.redpanda.dedicated_nodes: |
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.
Addition for #24138. Review only the last commit please 2cad68c
Backports Required
Release Notes