1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test
David Steele 86855e271d Fix subtle timing issue in command/expire tests.
cdebfb09 added relative times to backup.into but a subtle issue was introduced that would cause the tests to fail if the time acquired by cmdExpire() was exactly the same as timeNow used to format backup.info. cmdExpire() was working correctly given the inputs, but the tests did not run predictably.

This was found while running the tests with --no-valgrind --no-coverage which allows them to run a lot faster, thus exposing the timing issue.
2020-05-09 12:12:29 -04:00
..
certificate New test containers with static test certificates. 2018-11-21 18:13:37 -05:00
code-count v2.26: Non-blocking TLS 2020-04-20 15:44:31 -04:00
data Automate generation of WAL and pg_control test files. 2017-11-18 20:02:54 -05:00
expect Add time-based retention for full backups. 2020-05-08 15:25:03 -04:00
lib/pgBackRestTest Allow more tests to run outside of containers. 2020-05-09 09:17:33 -04:00
patch Add bzip2 compression support. 2020-05-05 16:49:01 -04:00
src Fix subtle timing issue in command/expire tests. 2020-05-09 12:12:29 -04:00
.gitignore Move coverage results to test/result. 2020-03-14 15:29:42 -04:00
container.yaml Update Fedora container to Fedora 32. 2020-05-07 11:06:56 -04:00
define.yaml Allow more tests to run outside of containers. 2020-05-09 09:17:33 -04:00
test.pl Update RHEL package location (again). 2020-04-21 10:51:38 -04:00
travis.pl Add bzip2 compression support. 2020-05-05 16:49:01 -04:00
Vagrantfile Add bzip2 compression support. 2020-05-05 16:49:01 -04:00