remove test_sqlite3_pass_exts-t for mysql57 tap test runs

fix/3p-ci-error-handling
Miro Stauder 2 years ago committed by GitHub
parent 284dcdbbb7
commit a605696451
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -215,6 +215,7 @@ jobs:
rm -f test_server_sess_status-t
rm -f test_session_status_flags-t
rm -f test_auth_methods-t
rm -f test_sqlite3_pass_exts-t
# FAIL
#rm -f test_mysql_connect_retries-t

@ -209,6 +209,7 @@ jobs:
rm -f test_server_sess_status-t
rm -f test_session_status_flags-t
rm -f test_auth_methods-t
rm -f test_sqlite3_pass_exts-t
# FAIL
#rm -f test_mysql_connect_retries-t

@ -103,6 +103,7 @@ jobs:
rm -f test_cluster_sync_mysql_servers-t
rm -f test_read_only_actions_offline_hard_servers-t
rm -f test_auth_methods-t
rm -f test_sqlite3_pass_exts-t
# remove always failing tests
rm -f test_rw_binary_data-t

@ -200,6 +200,7 @@ jobs:
rm -f test_server_sess_status-t
rm -f test_session_status_flags-t
rm -f test_auth_methods-t
rm -f test_sqlite3_pass_exts-t
# FAIL
#rm -f test_mysql_connect_retries-t

@ -72,6 +72,7 @@ jobs:
sed -i "s/'test_server_sess_status-t', //" proxysql/tap-matrix-$TAPGROUP.json
sed -i "s/'test_session_status_flags-t', //" proxysql/tap-matrix-$TAPGROUP.json
sed -i "s/'test_auth_methods-t', //" proxysql/tap-matrix-$TAPGROUP.json
sed -i "s/'test_sqlite3_pass_exts-t', //" proxysql/tap-matrix-$TAPGROUP.json
echo "matrix=$(cat proxysql/tap-matrix-$TAPGROUP.json)" >> $GITHUB_OUTPUT

Loading…
Cancel
Save