From 70de40513c7a54b5ebb14d9fbb5bc297a31ded10 Mon Sep 17 00:00:00 2001 From: Pavan Navarathna <6504783+pavannd1@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:17:09 -0700 Subject: [PATCH] Re-enable Postgres tests and remove MariaDB (#2370) * Revert "Temporarily disable Postgres tests (#2367)" This reverts commit 06be966f576ed850e705a9fc31a475a512a7d2bc. * Disable mysql app from integration test Signed-off-by: Akanksha Kumari * Revert "Disable mysql app from integration test" This reverts commit 7eb9ec49a785b5f94a3c7bea2b640b1c3ca75d16. * Remove Maria DB --------- Signed-off-by: Akanksha Kumari Co-authored-by: Akanksha Kumari Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- build/integration-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration-test.sh b/build/integration-test.sh index cd3e0d50e0..419f745d54 100755 --- a/build/integration-test.sh +++ b/build/integration-test.sh @@ -26,7 +26,7 @@ TEST_TIMEOUT="30m" TEST_OPTIONS="-tags=integration -timeout ${TEST_TIMEOUT} -check.suitep ${DOP}" # Regex to match apps to run in short mode # Temporary disable ES test. Issue to track https://github.com/kanisterio/kanister/issues/1920 -SHORT_APPS="^MySQL$|^MongoDB$|Maria|^MSSQL$" +SHORT_APPS="^PostgreSQL$|^MySQL$|^MongoDB$|^MSSQL$" # OCAPPS has all the apps that are to be tested against openshift cluster OC_APPS3_11="MysqlDBDepConfig$|MongoDBDepConfig$|PostgreSQLDepConfig$" OC_APPS4_4="MysqlDBDepConfig4_4|MongoDBDepConfig4_4|PostgreSQLDepConfig4_4"