1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/lib/pgBackRestTest/Archive
David Steele eb4918d018 Fixed locking bug and refactoring.
* Fixed an issue where read-only operations that used local worker processes (i.e. restore) were creating write locks that could interfere with parallel archive-push. (Reported by Jens Wilke.)
* Simplify locking scheme. Now, only the master process will hold write locks (archive-push, backup) and not all the local and remote worker processes as before.
2017-04-07 10:31:49 -04:00
..
ArchiveGetTest.pm Various improvements to the test suite: 2017-01-27 09:42:30 -05:00
ArchivePushTest.pm Require description in every call to testResult() and make iWaitSeconds optional. 2017-04-05 10:50:32 -04:00
ArchivePushUnitTest.pm Fixed locking bug and refactoring. 2017-04-07 10:31:49 -04:00
ArchiveStopTest.pm Require description in every call to testResult() and make iWaitSeconds optional. 2017-04-05 10:50:32 -04:00
ArchiveUnitTest.pm Fixed minor typos. 2017-01-30 15:48:10 -05:00