rclone/cmd/bisync/testdata/test_check_sync/golden
nielash 9c96c13a35 bisync: optimize --resync performance -- partially addresses #5681
Before this change, --resync was handled in three steps, and needed to do a lot
of unnecessary work to implement its own --ignore-existing logic, which also
caused problems with unicode normalization, in addition to being pretty slow.
After this change, it is refactored to produce the same result much more
efficiently, by reducing the three steps to two and letting ci.IgnoreExisting
do the work instead of reinventing the wheel.

The behavior and sync order remain unchanged for now -- just faster (but see
the ongoing lively discussions about potential future changes in #5681!)
2024-01-20 14:50:08 -05:00
..
_testdir_path1.._testdir_path2.path1.lst bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
_testdir_path1.._testdir_path2.path1.lst-new bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
_testdir_path1.._testdir_path2.path1.lst-old bisync: rollback listing on error 2024-01-20 14:50:08 -05:00
_testdir_path1.._testdir_path2.path2.lst bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
_testdir_path1.._testdir_path2.path2.lst-new bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
_testdir_path1.._testdir_path2.path2.lst-old bisync: rollback listing on error 2024-01-20 14:50:08 -05:00
check-sync-only._testdir_path1.._testdir_path2.path1.lst-err bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
check-sync-only._testdir_path1.._testdir_path2.path1.lst-new bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
check-sync-only._testdir_path1.._testdir_path2.path2.lst-err bisync: test scenarios #5164 2021-11-01 21:00:27 +03:00
check-sync-only._testdir_path1.._testdir_path2.path2.lst-new bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test.log bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00