rclone/cmd/bisync
Dan McArdle 6986a43b68 bisync: delete flushCache() function from tests
The flushCache() function has a bug that causes it to never actually
flush the cache. Specifically, it checks whether DirCacheFlush is nil,
but never calls it.

The tests are already passing without flushing the dir cache, so this
commit just deletes flushCache() and its call sites.

Fixes rclone/rclone#7623
2024-02-18 04:14:51 -05:00
..
bilib bisync: add options to auto-resolve conflicts - fixes #7471 2024-01-20 17:17:01 -05:00
testdata bisync: add --resync-mode for customizing --resync - fixes #5681 2024-01-20 17:17:01 -05:00
bisync_test.go bisync: delete flushCache() function from tests 2024-02-18 04:14:51 -05:00
checkfn.go bisync: add --resync-mode for customizing --resync - fixes #5681 2024-01-20 17:17:01 -05:00
cmd.go bisync: use global --retries and --retries-sleep flags instead of overriding 2024-02-12 13:24:54 -05:00
compare.go bisync: full support for comparing checksum, size, modtime - fixes #5679 fixes #5683 fixes #5684 fixes #5675 2024-01-20 16:08:06 -05:00
deltas.go bisync: add options to auto-resolve conflicts - fixes #7471 2024-01-20 17:17:01 -05:00
help.go bisync: document beta status more clearly - fixes #6082 2024-01-20 15:38:26 -05:00
LICENSE.cjnaz bisync: implementation #5164 2021-11-01 21:00:27 +03:00
listing.go bisync: add options to auto-resolve conflicts - fixes #7471 2024-01-20 17:17:01 -05:00
lockfile.go bisync: allow lock file expiration/renewal with --max-lock - #7470 2024-01-20 16:31:28 -05:00
log.go bisync: fix --colors flag 2024-01-20 17:17:01 -05:00
march.go bisync: Graceful Shutdown, --recover from interruptions without --resync - fixes #7470 2024-01-20 16:31:28 -05:00
operations.go bisync: add support for --retries-sleep - fixes #7555 2024-02-12 13:24:54 -05:00
queue.go bisync: use global --retries and --retries-sleep flags instead of overriding 2024-02-12 13:24:54 -05:00
rc.go bisync: support two --backup-dir paths on different remotes 2024-01-20 14:50:08 -05:00
resolve.go bisync: add --resync-mode for customizing --resync - fixes #5681 2024-01-20 17:17:01 -05:00
resync.go bisync: add --resync-mode for customizing --resync - fixes #5681 2024-01-20 17:17:01 -05:00