1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test
David Steele 8c062e1af8
Remove primary flag from manifest.
This flag was only being used by the backup command after manifestNewBuild() and had no other uses. There was a time when it was important for integration testing but the unit tests now fulfill this role.

Since backup is the only code concerned with the primary flag, move the code into the backup module.

We don't have any cross-version testing but this change was tested manually with the most recent version of pgBackRest to make sure it was tolerant of the missing primary info. When an older version of pgBackRest loads a newer manifest the primary flag will always be set to false, which is fine since it is not used.
2022-01-20 14:01:10 -05:00
..
certificate Add TLS Server. 2021-10-18 14:32:41 -04:00
code-count Remove support for PostgreSQL 8.3/8.4. 2022-01-06 15:34:04 -05:00
data Automate generation of WAL and pg_control test files. 2017-11-18 20:02:54 -05:00
expect Remove primary flag from manifest. 2022-01-20 14:01:10 -05:00
lib/pgBackRestTest Remove primary flag from manifest. 2022-01-20 14:01:10 -05:00
src Remove primary flag from manifest. 2022-01-20 14:01:10 -05:00
.gitignore Move coverage results to test/result. 2020-03-14 15:29:42 -04:00
ci.pl Use Rocky Linux for documentation builds instead of CentOS. 2021-10-28 15:15:49 -04:00
container.yaml Use Rocky Linux for documentation builds instead of CentOS. 2021-10-28 15:15:49 -04:00
define.yaml Combine encrypted backupFile() tests with unencrypted tests. 2022-01-09 10:11:00 -05:00
Dockerfile Add libc6-dbg required by updated valgrind to Vagrantfile/Dockerfile. 2021-10-13 09:37:03 -04:00
test.pl Use Rocky Linux for documentation builds instead of CentOS. 2021-10-28 15:15:49 -04:00
Vagrantfile Update Vagrantfile to Ubuntu 20.04. 2021-10-13 13:21:04 -04:00