From 70c40490128140d3efbce32220a652bcf61d0853 Mon Sep 17 00:00:00 2001 From: Rene Cannao Date: Tue, 3 Feb 2026 20:27:52 +0000 Subject: [PATCH] Add test group environment configurations --- test/tap/groups/ai/env.sh | 1 + test/tap/groups/rand10_1/env.sh | 2 ++ test/tap/groups/rand10_2/env.sh | 2 ++ test/tap/groups/rand10_3/env.sh | 2 ++ test/tap/groups/rand10_4/env.sh | 2 ++ test/tap/groups/rand10_pg_1/env.sh | 2 ++ 6 files changed, 11 insertions(+) create mode 100644 test/tap/groups/ai/env.sh create mode 100644 test/tap/groups/rand10_1/env.sh create mode 100644 test/tap/groups/rand10_2/env.sh create mode 100644 test/tap/groups/rand10_3/env.sh create mode 100644 test/tap/groups/rand10_4/env.sh create mode 100644 test/tap/groups/rand10_pg_1/env.sh diff --git a/test/tap/groups/ai/env.sh b/test/tap/groups/ai/env.sh new file mode 100644 index 000000000..3a5a1a796 --- /dev/null +++ b/test/tap/groups/ai/env.sh @@ -0,0 +1 @@ +export TEST_PY_TAP_INCL="ai_.*-t anomaly_.*-t genai.*-t mcp.*-t nl2sql_.*-t test_mcp.*-t vector.*-t" diff --git a/test/tap/groups/rand10_1/env.sh b/test/tap/groups/rand10_1/env.sh new file mode 100644 index 000000000..dd9b01176 --- /dev/null +++ b/test/tap/groups/rand10_1/env.sh @@ -0,0 +1,2 @@ +export TEST_PY_TAP_SHUFFLE_LIMIT=10 +export TEST_PY_TAP_EXCL="ai_.*-t anomaly_.*-t genai.*-t mcp.*-t nl2sql_.*-t test_mcp.*-t vector.*-t" diff --git a/test/tap/groups/rand10_2/env.sh b/test/tap/groups/rand10_2/env.sh new file mode 100644 index 000000000..dd9b01176 --- /dev/null +++ b/test/tap/groups/rand10_2/env.sh @@ -0,0 +1,2 @@ +export TEST_PY_TAP_SHUFFLE_LIMIT=10 +export TEST_PY_TAP_EXCL="ai_.*-t anomaly_.*-t genai.*-t mcp.*-t nl2sql_.*-t test_mcp.*-t vector.*-t" diff --git a/test/tap/groups/rand10_3/env.sh b/test/tap/groups/rand10_3/env.sh new file mode 100644 index 000000000..dd9b01176 --- /dev/null +++ b/test/tap/groups/rand10_3/env.sh @@ -0,0 +1,2 @@ +export TEST_PY_TAP_SHUFFLE_LIMIT=10 +export TEST_PY_TAP_EXCL="ai_.*-t anomaly_.*-t genai.*-t mcp.*-t nl2sql_.*-t test_mcp.*-t vector.*-t" diff --git a/test/tap/groups/rand10_4/env.sh b/test/tap/groups/rand10_4/env.sh new file mode 100644 index 000000000..dd9b01176 --- /dev/null +++ b/test/tap/groups/rand10_4/env.sh @@ -0,0 +1,2 @@ +export TEST_PY_TAP_SHUFFLE_LIMIT=10 +export TEST_PY_TAP_EXCL="ai_.*-t anomaly_.*-t genai.*-t mcp.*-t nl2sql_.*-t test_mcp.*-t vector.*-t" diff --git a/test/tap/groups/rand10_pg_1/env.sh b/test/tap/groups/rand10_pg_1/env.sh new file mode 100644 index 000000000..1a6ea4b89 --- /dev/null +++ b/test/tap/groups/rand10_pg_1/env.sh @@ -0,0 +1,2 @@ +export TEST_PY_TAP_SHUFFLE_LIMIT=10 +export TEST_PY_TAP_INCL="pgsql.*-t"