File tree Expand file tree Collapse file tree 5 files changed +18
-12
lines changed Expand file tree Collapse file tree 5 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,9 @@ main() {
68
68
wait_cluster_consistency " $cluster " 3 3
69
69
check_haproxy_writer
70
70
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
73
74
74
75
desc ' delete active writer and checking all haproxy pods still point to the same writer'
75
76
desc ' fail pxc-pod-0 pod for 60s'
Original file line number Diff line number Diff line change @@ -112,8 +112,9 @@ compare_mysql_cmd "select-1" "SELECT * from myApp.myApp;" "-h $cluster3-pxc-1.$c
112
112
compare_mysql_cmd " select-1" " SELECT * from myApp.myApp;" " -h $cluster3 -pxc-2.$cluster3 -pxc -uroot -proot_password"
113
113
compare_mysql_cmd " max_allowed_packet-2" " SELECT @@max_allowed_packet;" " -h $cluster3 -pxc-0.$cluster3 -pxc -uroot -proot_password"
114
114
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
117
118
118
119
kubectl_bin delete -f $test_dir /conf/$cluster3 .yml
119
120
destroy $namespace
Original file line number Diff line number Diff line change @@ -150,8 +150,9 @@ if [[ -n ${OPENSHIFT} ]]; then
150
150
fi
151
151
fi
152
152
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
155
156
156
157
helm uninstall monitoring
157
158
destroy $namespace
Original file line number Diff line number Diff line change @@ -410,8 +410,9 @@ if [[ -n ${OPENSHIFT} ]]; then
410
410
fi
411
411
fi
412
412
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
415
416
416
417
helm uninstall monitoring
417
418
destroy $namespace
Original file line number Diff line number Diff line change @@ -81,8 +81,9 @@ main() {
81
81
82
82
run_backup " $cluster " " on-pitr-minio"
83
83
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
86
87
87
88
write_test_data " $cluster "
88
89
@@ -142,8 +143,9 @@ main() {
142
143
run_recovery_check_pitr " $cluster " " restore-on-pitr-minio-gtid" " on-pitr-minio" " select-2" " " " " " $gtid "
143
144
desc " done gtid type"
144
145
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
147
149
148
150
sleep 60
149
151
if [[ $( kubectl get pxc-backup on-pitr-minio -o jsonpath=' {.status.conditions}' | grep -c ' Binlog with GTID set' ) -eq 1 ]]; then
You can’t perform that action at this time.
0 commit comments