1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test/lib/pgBackRestTest/Env/Host
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
..
HostAzureTest.pm Adjustments for new breaking change in Azurite. 2021-10-25 15:42:28 -04:00
HostBackupTest.pm Remove primary flag from manifest. 2022-01-20 14:01:10 -05:00
HostBaseTest.pm Rename server-start command to server. 2021-11-18 17:23:11 -05:00
HostDbCommonTest.pm Add TLS Server. 2021-10-18 14:32:41 -04:00
HostDbSyntheticTest.pm Remove primary flag from manifest. 2022-01-20 14:01:10 -05:00
HostDbTest.pm Use the PG_FILE_POSTMTRPID constant where appropriate. 2022-01-20 08:41:05 -05:00
HostGcsTest.pm GCS support for repository storage. 2021-03-05 12:13:51 -05:00
HostS3Test.pm Use minio latest in documentation and integration tests. 2021-01-26 11:25:29 -05:00