Files
rclone/cmd
Nick Craig-Wood bf55d5e6d3 bisync: fix flaky TestBisyncConcurrent by increasing random name entropy
The temp directory name used random.String(2) giving only 676 possible
values. When multiple concurrent tests started in the same second, they
shared the same timestamp prefix, causing name collisions and shared
temp directories. This led to lock file conflicts, listing file races,
and file deletion errors.

Increase to random.String(8) to make collisions effectively impossible.
2026-04-13 18:21:22 +01:00
..
2025-11-13 13:47:40 +00:00
2026-04-11 15:27:05 +01:00
2025-10-27 13:34:58 +00:00
2025-11-21 17:02:45 +00:00