Commit 74860c2
committed
Test rearrangement fix - unrelated to catalog credentials
test_map_inside_composite_type runs first in the following suites
- test-check-pg-lake-table (17, check-pg_lake_table, 2)
- test-check-pg-lake-table (18, check-pg_lake_table, 2)
- test-installcheck-pg-lake-table (16, installcheck-pg_lake_table, 2)
before any test with the extension fixture has a chance to run.
The 2 at the end means these are shard 2 of a parallelized test run.
CI splits tests across multiple shards, and test_map_inside_composite_type
ended up in shard 2, while test_struct_map_child_lookup (which has the
extension fixture) ended up in shard 1. This change comes from the fact
that this PR introduces a lot of new tests, which likely changed the
distribution.
Fix: add extension to test_map_inside_composite_type
Signed-off-by: sfc-gh-npuka <naisila.puka@snowflake.com>1 parent 171a037 commit 74860c2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
0 commit comments