-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructured test steps with logical sequential file names
Signed-off-by: Itay Grudev <[email protected]>
- Loading branch information
1 parent
69f6bef
commit 18495cb
Showing
15 changed files
with
67 additions
and
65 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
charts/cluster/test/postgresql-minio-backup-restore/00-minio_cleanup-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
apiVersion: batch/v1 | ||
kind: Job | ||
metadata: | ||
name: minio-cleanup | ||
status: | ||
succeeded: 1 |
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
charts/cluster/test/postgresql-minio-backup-restore/01-standalone_cluster-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
apiVersion: postgresql.cnpg.io/v1 | ||
kind: Cluster | ||
metadata: | ||
name: standalone-cluster | ||
status: | ||
readyInstances: 2 |
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
charts/cluster/test/postgresql-minio-backup-restore/02-data_write-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
apiVersion: batch/v1 | ||
kind: Job | ||
metadata: | ||
name: data-write | ||
status: | ||
succeeded: 1 |
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
charts/cluster/test/postgresql-minio-backup-restore/03-backup_completed-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: postgresql.cnpg.io/v1 | ||
kind: Backup | ||
metadata: | ||
name: post-init-backup | ||
spec: | ||
cluster: | ||
name: standalone-cluster | ||
method: barmanObjectStore | ||
status: | ||
phase: running |
10 changes: 10 additions & 0 deletions
10
charts/cluster/test/postgresql-minio-backup-restore/03-backup_running-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: postgresql.cnpg.io/v1 | ||
kind: Backup | ||
metadata: | ||
name: post-init-backup | ||
spec: | ||
cluster: | ||
name: standalone-cluster | ||
method: barmanObjectStore | ||
status: | ||
phase: running |
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
charts/cluster/test/postgresql-minio-backup-restore/04-recovery_backup_cluster-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
apiVersion: postgresql.cnpg.io/v1 | ||
kind: Cluster | ||
metadata: | ||
name: recovery-backup-cluster | ||
status: | ||
readyInstances: 2 |
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
charts/cluster/test/postgresql-minio-backup-restore/05-data_test-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
apiVersion: batch/v1 | ||
kind: Job | ||
metadata: | ||
name: data-test | ||
status: | ||
succeeded: 1 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters