rclone/cmd/bisync/testdata
nielash 98f539de8f bisync: refactor normalization code, fix deltas - fixes #7270
Refactored the case / unicode normalization logic to be much more efficient,
 and fix the last outstanding issue from #7270. Before this change, we were
 doing lots of for loops and re-normalizing strings we had already normalized
 earlier. Now, we leave the normalizing entirely to March and avoid
 re-transforming later, which seems to make a large difference in terms of
 performance.
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: refactor normalization code, fix deltas - fixes #7270 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