Skip to content

Commit 05eea44

Browse files
authored
Merge branch 'main' into feat/add-extra-pvcs
2 parents 6182b39 + b95529c commit 05eea44

File tree

5 files changed

+18
-12
lines changed
  • e2e-tests

5 files changed

+18
-12
lines changed

e2e-tests/haproxy/run

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ main() {
6868
wait_cluster_consistency "$cluster" 3 3
6969
check_haproxy_writer
7070

71-
desc 'check for passwords leak'
72-
check_passwords_leak
71+
# Temporarily skipping this check
72+
#desc 'check for passwords leak'
73+
#check_passwords_leak
7374

7475
desc 'delete active writer and checking all haproxy pods still point to the same writer'
7576
desc 'fail pxc-pod-0 pod for 60s'

e2e-tests/init-deploy/run

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ compare_mysql_cmd "select-1" "SELECT * from myApp.myApp;" "-h $cluster3-pxc-1.$c
112112
compare_mysql_cmd "select-1" "SELECT * from myApp.myApp;" "-h $cluster3-pxc-2.$cluster3-pxc -uroot -proot_password"
113113
compare_mysql_cmd "max_allowed_packet-2" "SELECT @@max_allowed_packet;" "-h $cluster3-pxc-0.$cluster3-pxc -uroot -proot_password"
114114

115-
desc 'check for passwords leak'
116-
check_passwords_leak
115+
# Temporarily skipping this check
116+
#desc 'check for passwords leak'
117+
#check_passwords_leak
117118

118119
kubectl_bin delete -f $test_dir/conf/$cluster3.yml
119120
destroy $namespace

e2e-tests/monitoring-2-0/run

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,9 @@ if [[ -n ${OPENSHIFT} ]]; then
150150
fi
151151
fi
152152

153-
desc 'check for passwords leak'
154-
check_passwords_leak
153+
# Temporarily skipping this check
154+
# desc 'check for passwords leak'
155+
# check_passwords_leak
155156

156157
helm uninstall monitoring
157158
destroy $namespace

e2e-tests/monitoring-pmm3/run

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,9 @@ if [[ -n ${OPENSHIFT} ]]; then
410410
fi
411411
fi
412412

413-
desc 'check for passwords leak'
414-
check_passwords_leak
413+
# Temporarily skipping this check
414+
# desc 'check for passwords leak'
415+
# check_passwords_leak
415416

416417
helm uninstall monitoring
417418
destroy $namespace

e2e-tests/pitr/run

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ main() {
8181

8282
run_backup "$cluster" "on-pitr-minio"
8383

84-
desc 'check for passwords leak'
85-
check_passwords_leak
84+
# Temporarily skipping this check
85+
# desc 'check for passwords leak'
86+
# check_passwords_leak
8687

8788
write_test_data "$cluster"
8889

@@ -142,8 +143,9 @@ main() {
142143
run_recovery_check_pitr "$cluster" "restore-on-pitr-minio-gtid" "on-pitr-minio" "select-2" "" "" "$gtid"
143144
desc "done gtid type"
144145

145-
desc 'check for passwords leak'
146-
check_passwords_leak
146+
# Temporarily skipping this check
147+
# desc 'check for passwords leak'
148+
# check_passwords_leak
147149

148150
sleep 60
149151
if [[ $(kubectl get pxc-backup on-pitr-minio -o jsonpath='{.status.conditions}' | grep -c 'Binlog with GTID set') -eq 1 ]]; then

0 commit comments

Comments
 (0)