rclone/cmd/bisync/testdata
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
..
test_all_changed bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_basic bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_changes bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_check_access bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_check_access_filters bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_check_filename bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_check_sync bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_createemptysrcdirs bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_dry_run bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_equal bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_extended_char_paths bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_extended_filenames bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_filters bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_filtersfile_checks bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_ignorelistingchecksum bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_max_delete_path1 bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_max_delete_path2_force bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_normalization bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_rclone_args bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_resync bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_rmdirs bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00
test_volatile bisync: optimize --resync performance -- partially addresses #5681 2024-01-20 14:50:08 -05:00