rclone/cmd/bisync
nielash 57624629d6 bisync: account for differences in backend features on integration tests - see #5679
Before this change, integration tests often could not be run on backends with
differing features from the local system that goldenized them. In particular,
differences in modtime precision, checksum support, and encoding would cause
false positives. After this change, the tests more accurately account for the
features of the backend being tested, which allows us to see true positives
more clearly, and more meaningfully assess whether a backend is supported.
2024-01-20 14:50:08 -05:00
..
bilib bisync: refactor normalization code, fix deltas - fixes #7270 2024-01-20 14:50:08 -05:00
testdata bisync: account for differences in backend features on integration tests - see #5679 2024-01-20 14:50:08 -05:00
bisync_test.go bisync: account for differences in backend features on integration tests - see #5679 2024-01-20 14:50:08 -05:00
checkfn.go bisync: account for differences in backend features on integration tests - see #5679 2024-01-20 14:50:08 -05:00
cmd.go bisync: support two --backup-dir paths on different remotes 2024-01-20 14:50:08 -05:00
deltas.go bisync: fallback to cryptcheck or --download when can't check hash 2024-01-20 14:50:08 -05:00
help.go bisync: support two --backup-dir paths on different remotes 2024-01-20 14:50:08 -05:00
LICENSE.cjnaz bisync: implementation #5164 2021-11-01 21:00:27 +03:00
listing.go bisync: fallback to cryptcheck or --download when can't check hash 2024-01-20 14:50:08 -05:00
log.go bisync: account for differences in backend features on integration tests - see #5679 2024-01-20 14:50:08 -05:00
march.go bisync: support files with unknown length, including Google Docs - fixes #5696 2024-01-20 14:50:08 -05:00
operations.go bisync: support two --backup-dir paths on different remotes 2024-01-20 14:50:08 -05:00
queue.go bisync: support files with unknown length, including Google Docs - fixes #5696 2024-01-20 14:50:08 -05:00
rc.go bisync: support two --backup-dir paths on different remotes 2024-01-20 14:50:08 -05:00