I introduced a bug where old snapshot archives were incorrectly purged. Instead of purged to oldest, I was purged the newest... The fix is to add a `reverse()` in the purge logic, and I've added a test to catch this bug in the future. Fixes #19057
I introduced a bug where old snapshot archives were incorrectly purged. Instead of purged to oldest, I was purged the newest... The fix is to add a `reverse()` in the purge logic, and I've added a test to catch this bug in the future. Fixes #19057