-
Notifications
You must be signed in to change notification settings - Fork 304
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
DAOS-15873 test: Fix wal checkpoint metric test #14416
Conversation
When verifying the wal checkpoint metrics after check pointing has occurred, make sure to use a case-insensitive match of the UUID of the pool for which the metrics are expected to have changed. Skip-unit-tests: true Skip-fault-injection-test: true Skip-func-hw-test-medium-md-on-ssd: false Test-repeat: 3 Test-tag: test_wal_checkpoint_metrics Required-githooks: true Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
Ticket title is 'telemetry/wal_metrics.py:WalMetrics.test_wal_checkpoint_metrics - validation of metrics after checkpointing is incorrect' |
if '_wal_purged' in metric: | ||
# Check point wal purged should be > 0 after check point for MD on SSD | ||
if pool.uuid.casefold() in label.casefold(): | ||
# After check pointing has occurred for a pool with for MD on SSD |
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.
# After check pointing has occurred for a pool with for MD on SSD | |
# After check pointing has occurred for a pool with MD on SSD |
Test passed 3 times w/ PMEM and MD on SSD: https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14416/1/testReport/FTEST_telemetry/WalMetrics/ |
When verifying the wal checkpoint metrics after check pointing has occurred, make sure to use a case-insensitive match of the UUID of the pool for which the metrics are expected to have changed. Skip-unit-tests: true Skip-fault-injection-test: true Skip-func-hw-test-medium-md-on-ssd: false Test-tag: test_wal_checkpoint_metrics Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
When verifying the wal checkpoint metrics after check pointing has occurred, make sure to use a case-insensitive match of the UUID of the pool for which the metrics are expected to have changed. Signed-off-by: Phil Henderson <phillip.henderson@intel.com>
When verifying the wal checkpoint metrics after check pointing has occurred, make sure to use a case-insensitive match of the UUID of the pool for which the metrics are expected to have changed.
Skip-unit-tests: true
Skip-fault-injection-test: true
Skip-func-hw-test-medium-md-on-ssd: false
Test-repeat: 3
Test-tag: test_wal_checkpoint_metrics
Required-githooks: true
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: