Skip to content

Commit 92d4456

Browse files
committed
fix(tests): skip column validation for aggregate tests
1 parent 77cd255 commit 92d4456

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

testgen/template/validate_tests/ex_get_test_column_list_tg.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
WHERE test_suite_id = '{TEST_SUITE_ID}'
2525
AND COALESCE(test_active, 'Y') = 'Y'
2626
AND t.test_scope = 'referential'
27+
AND t.test_type NOT LIKE 'Aggregate_%'
2728
UNION
2829
-- FROM: groupby_names (should be referential)
2930
SELECT cat_test_id,
@@ -60,6 +61,7 @@
6061
WHERE test_suite_id = '{TEST_SUITE_ID}'
6162
AND COALESCE(test_active, 'Y') = 'Y'
6263
AND t.test_scope = 'referential'
64+
AND t.test_type NOT LIKE 'Aggregate_%'
6365
UNION
6466
-- FROM: match_groupby_names (referential)
6567
SELECT cat_test_id,

0 commit comments

Comments
 (0)