You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a /source/ folder with example tests (pulled from e2e folder);
Add make targets used
(1) to create generated KUTTL tests and
(2) to create & run generated KUTTL tests
Add notes to testing/kuttl/readme.md
Issue [sc-13318]
Copy file name to clipboardExpand all lines: testing/kuttl/e2e/pgbackrest-init/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@
3
3
* 00: Create a cluster with two PVC repos and set up for manual backups to go to the second; verify that the PVCs exist and that the backup job completed successfully
4
4
* 01: Run pgbackrest-initialization.sh, which checks that the status matches the expected status of `mixed` (because the second repo in the repo list has not yet been pushed to) and that there is only one full backup
5
5
* 02: Use `kubectl` to annotate the cluster to initiate a manual backup; verify that the job completed successfully
6
-
* 03: Rerun pgbackrest-initialization.sh, now expecting the status to be `ok` since both repos have been pushed to and there to be two full backups
6
+
* 03: Rerun pgbackrest-initialization.sh, now expecting the status to be `ok` since both repos have been pushed to and there to be two full backups
Copy file name to clipboardExpand all lines: testing/kuttl/source/major-upgrade/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
* 00: Create a standard Postgres 13 cluster; verify that the cluster instance is created as expected and that the initial backup job completed successfully.
3
3
* 01: Run postgres-version-check.sh, which verifies the expected Postgres version is returned.
4
4
* 02: Update the spec from step 00 to upgrade from 13 to 14; verify that the instance is ready, the version on the spec is correct, and both the backup and upgrade Jobs have completed successfully.
5
-
* 03: Rerun postgres-version-check.sh to verify the expected Postgres version is returned.
5
+
* 03: Rerun postgres-version-check.sh to verify the expected Postgres version is returned.
0 commit comments