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
Context("GIVEN new Kubegres is created with spec 'image' set to 'postgres:16.0-bullseye' and spec 'replica' set to 3 and later 'image' is updated to 'postgres:16.0'", func() {
73
+
Context("GIVEN new Kubegres is created with spec 'image' set to 'postgres:16.0' and spec 'replica' set to 3 and later 'image' is updated to 'postgres:16.1'", func() {
74
74
75
-
It("GIVEN new Kubegres is created with spec 'image' set to 'postgres:16.0-bullseye' and spec 'replica' set to 3 THEN 1 primary and 2 replica should be created with spec 'image' set to 'postgres:16.0'", func() {
75
+
It("GIVEN new Kubegres is created with spec 'image' set to 'postgres:16.0' and spec 'replica' set to 3 THEN 1 primary and 2 replica should be created with spec 'image' set to 'postgres:16.1'", func() {
76
76
77
-
log.Print("START OF: Test 'GIVEN new Kubegres is created with spec 'image' set to 'postgres:16.0-bullseye' and spec 'replica' set to 3")
77
+
log.Print("START OF: Test 'GIVEN new Kubegres is created with spec 'image' set to 'postgres:16.0' and spec 'replica' set to 3")
log.Print("END OF: Test 'GIVEN new Kubegres is created with spec 'image' set to 'postgres:16.0-bullseye' and spec 'replica' set to 3'")
92
+
log.Print("END OF: Test 'GIVEN new Kubegres is created with spec 'image' set to 'postgres:16.0' and spec 'replica' set to 3'")
93
93
})
94
94
95
-
It("GIVEN existing Kubegres is updated with spec 'image' set from 'postgres:16.0-bullseye' to 'postgres:16.0' THEN 1 primary and 2 replica should be re-deployed with spec 'image' set to 'postgres:16.0'", func() {
95
+
It("GIVEN existing Kubegres is updated with spec 'image' set from 'postgres:16.0' to 'postgres:16.1' THEN 1 primary and 2 replica should be re-deployed with spec 'image' set to 'postgres:16.1'", func() {
96
96
97
-
log.Print("START OF: Test 'GIVEN existing Kubegres is updated with spec 'image' set from 'postgres:16.0-bullseye' to 'postgres:16.0'")
97
+
log.Print("START OF: Test 'GIVEN existing Kubegres is updated with spec 'image' set from 'postgres:16.0' to 'postgres:16.1'")
0 commit comments