You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit introduced stable numerical sorting in get_latest_snapshot() but it doesn't seem to be working as it should. Given this directory's content:
This commit introduced stable numerical sorting in
get_latest_snapshot()
but it doesn't seem to be working as it should. Given this directory's content:I would expect the last snapshot to be found to be
snapshot-131873380-7cQMZQPjxzmfYhCB5xbH8atKGoUdcQTVm3fvKojpThyf.tar.zst
but instead:Leaving only the numerical sorting by removing the last-resort sorting fixes the issues:
The text was updated successfully, but these errors were encountered: