This website requires JavaScript.
Explore
Help
Register
Sign In
db
/
pgbackrest
Watch
1
Star
0
Fork
0
You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced
2024-12-14 10:13:05 +02:00
Code
Issues
Releases
Activity
139b1cf872
pgbackrest
/
test
/
lib
/
BackRestTest
History
David Steele
139b1cf872
Fixed small race condition in cleanup - the archiver was recreating paths after they had been deleted. Put in a loop to make sure it gets done.
2015-01-28 10:29:29 -05:00
..
BackupTest.pm
Fixed small race condition in cleanup - the archiver was recreating paths after they had been deleted. Put in a loop to make sure it gets done.
2015-01-28 10:29:29 -05:00
CommonTest.pm
Now able to check for specific errors in unit tests - as long as they are raised with an error code.
2015-01-23 18:28:39 -05:00
FileTest.pm
Fixed the way wait was done after the manifest is created. Previously, waits were done for base and each tablespace which is not very efficient. Now one wait is done after the entire manifest is built. Also storing the exact time that copy began.
2015-01-06 13:08:56 -05:00
UtilityTest.pm
Moved config functions to a new file.
2014-12-15 22:20:42 +00:00