Issue Description
test_warmboot_data_consistency now enforces warm-vs-cold Redis snapshot assertions through the framework added by #25489. That PR explicitly deferred the expected-difference masks for the 202605 upgrade path.
Current 202605 runs execute the complete warm/cold workflow and collect the snapshot artifacts, but then fail on release/platform-specific unmasked differences. Keep these runs visible and preserve their diagnostics while the 202605 masks are reviewed by applying a temporary non-strict xfail on that release only.
Affected Area
- Test:
tests/upgrade_path/test_warmboot_data_consistency.py
- Release:
202605
- Topology: T0 upgrade-path runs
Expected Resolution
- Review the collected pre/post-prune diffs from representative
202605 platforms.
- Add narrowly scoped, vetted assertion masks for expected differences.
- Confirm unexpected differences still fail the test.
- Remove the temporary xfail by closing this issue once
202605 validation is complete.
Related implementation: #25489
Issue Description
test_warmboot_data_consistencynow enforces warm-vs-cold Redis snapshot assertions through the framework added by #25489. That PR explicitly deferred the expected-difference masks for the202605upgrade path.Current
202605runs execute the complete warm/cold workflow and collect the snapshot artifacts, but then fail on release/platform-specific unmasked differences. Keep these runs visible and preserve their diagnostics while the202605masks are reviewed by applying a temporary non-strict xfail on that release only.Affected Area
tests/upgrade_path/test_warmboot_data_consistency.py202605Expected Resolution
202605platforms.202605validation is complete.Related implementation: #25489