sanoid/tests
Nick Liu f2e1e4f8a0
test(syncoid): Add test to verify out-of-order snapshot sync
This commit adds a regression test for the out-of-order snapshot
replication issue.

The new test case manipulates the system clock with `setdate` to create
snapshots with non-monotonic `creation` timestamps but a correct,
sequential `createtxg`. It then runs `syncoid` and verifies that all
snapshots were replicated, which is only possible if they are ordered
correctly by `createtxg`.

See #815 for the original test.
2025-06-11 13:01:00 -05:00
..
1_one_year prepare v2.3.0 2025-06-09 23:21:44 +02:00
2_dst_handling prepare v2.3.0 2025-06-09 23:21:44 +02:00
common prepare v2.3.0 2025-06-09 23:21:44 +02:00
syncoid test(syncoid): Add test to verify out-of-order snapshot sync 2025-06-11 13:01:00 -05:00
run-tests.sh Revert "Merge pull request #818 from Deltik/fix/815" 2025-06-05 23:23:30 +02:00