From a60569645187758d2fbac19be2e34a2410113eb6 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Mon, 25 Mar 2024 10:20:06 +0100 Subject: [PATCH] remove test_sqlite3_pass_exts-t for mysql57 tap test runs --- .github/workflows/ci-taptests-asan.yml | 1 + .github/workflows/ci-taptests-groups.yml | 1 + .github/workflows/ci-taptests-old.yml | 1 + .github/workflows/ci-taptests-ssl.yml | 1 + .github/workflows/ci-taptests.yml | 1 + 5 files changed, 5 insertions(+) diff --git a/.github/workflows/ci-taptests-asan.yml b/.github/workflows/ci-taptests-asan.yml index 9bb29c67a..bb09955a8 100644 --- a/.github/workflows/ci-taptests-asan.yml +++ b/.github/workflows/ci-taptests-asan.yml @@ -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 diff --git a/.github/workflows/ci-taptests-groups.yml b/.github/workflows/ci-taptests-groups.yml index ad98995ae..daa318d30 100644 --- a/.github/workflows/ci-taptests-groups.yml +++ b/.github/workflows/ci-taptests-groups.yml @@ -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 diff --git a/.github/workflows/ci-taptests-old.yml b/.github/workflows/ci-taptests-old.yml index 3ce26fc38..38f7387d4 100644 --- a/.github/workflows/ci-taptests-old.yml +++ b/.github/workflows/ci-taptests-old.yml @@ -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 diff --git a/.github/workflows/ci-taptests-ssl.yml b/.github/workflows/ci-taptests-ssl.yml index ff9b0bdfd..3eea06424 100644 --- a/.github/workflows/ci-taptests-ssl.yml +++ b/.github/workflows/ci-taptests-ssl.yml @@ -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 diff --git a/.github/workflows/ci-taptests.yml b/.github/workflows/ci-taptests.yml index 4c40afd38..9eeccdd52 100644 --- a/.github/workflows/ci-taptests.yml +++ b/.github/workflows/ci-taptests.yml @@ -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