1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Swap command/backup and command/restore unit tests.

Logically restore belongs after backup and in a future commit restore will have a dependency on some backup objects.
This commit is contained in:
David Steele
2022-10-14 12:08:40 +13:00
parent 8f67fb6db2
commit 909be412f8
2 changed files with 15 additions and 14 deletions

View File

@@ -62,6 +62,7 @@
</commit>
<commit subject="Update ManifestFile booleans to bit fields."/>
<commit subject="Use read-only storage to calculate checksum in restoreFile()."/>
<commit subject="Swap command/backup and command/restore unit tests."/>
<release-item-contributor-list>
<release-item-contributor id="david.steele"/>

View File

@@ -795,20 +795,6 @@ unit:
coverage:
- command/remote/remote
# ----------------------------------------------------------------------------------------------------------------------------
- name: restore
total: 12
coverage:
- command/restore/file
- command/restore/protocol
- command/restore/restore
include:
- common/user
- info/infoBackup
- info/manifest
# ----------------------------------------------------------------------------------------------------------------------------
- name: backup
total: 11
@@ -825,6 +811,20 @@ unit:
- info/manifest
- storage/storage
# ----------------------------------------------------------------------------------------------------------------------------
- name: restore
total: 12
coverage:
- command/restore/file
- command/restore/protocol
- command/restore/restore
include:
- common/user
- info/infoBackup
- info/manifest
# ----------------------------------------------------------------------------------------------------------------------------
- name: repo
total: 4