You've already forked pgbackrest
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:
@@ -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"/>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user