1
0
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:
David Steele 2015-01-22 21:20:49 -05:00
parent a3b3f98f66
commit d3763908e7

View File

@ -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');