mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Added longer sleep to show how big an issue this can be.
This commit is contained in:
parent
a3b3f98f66
commit
d3763908e7
@ -1716,6 +1716,9 @@ sub BackRestTestBackup_Test
|
||||
&log(INFO, "rsync 1st time");
|
||||
BackRestTestCommon_Execute($strCommand, false, false, true);
|
||||
|
||||
# Sleep for a while to show there is a large window where this can happen
|
||||
sleep(.9);
|
||||
|
||||
# Modify the test file within the same second
|
||||
&log(INFO, "modify test file");
|
||||
BackRestTestCommon_FileCreate("${strPathRsync1}/test.txt", 'TEST2');
|
||||
|
Loading…
Reference in New Issue
Block a user