Skip to content

Commit 38b2414

Browse files
committed
fix file names in upgrade consistency sharded test
1 parent 61f8486 commit 38b2414

File tree

1 file changed

+4
-4
lines changed
  • e2e-tests/upgrade-consistency-sharded-tls

1 file changed

+4
-4
lines changed

e2e-tests/upgrade-consistency-sharded-tls/run

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ main() {
8080
compare_generation "6" "statefulset" "${CLUSTER}-cfg"
8181

8282
desc 'check if service and statefulset created with expected config'
83-
compare_kubectl service/${CLUSTER}-rs0 "-1210"
84-
compare_kubectl service/${CLUSTER}-cfg "-1210"
85-
compare_kubectl statefulset/${CLUSTER}-rs0 "-1210"
86-
compare_kubectl statefulset/${CLUSTER}-cfg "-1210"
83+
compare_kubectl service/${CLUSTER}-rs0 "-1211"
84+
compare_kubectl service/${CLUSTER}-cfg "-1211"
85+
compare_kubectl statefulset/${CLUSTER}-rs0 "-1211"
86+
compare_kubectl statefulset/${CLUSTER}-cfg "-1211"
8787

8888
desc 'test 1.22.0'
8989
kubectl_bin patch psmdb "${CLUSTER}" --type=merge --patch '{

0 commit comments

Comments
 (0)