mirror of https://github.com/citusdata/citus.git
Unparallelize tests
parent
b5c2cb2608
commit
54578146c8
|
@ -66,7 +66,16 @@ test: multi_partitioning_utils multi_partitioning replicated_partitioned_table
|
||||||
# ----------
|
# ----------
|
||||||
# Tests for recursive subquery planning
|
# Tests for recursive subquery planning
|
||||||
# ----------
|
# ----------
|
||||||
test: subquery_basics subquery_local_tables subquery_executors subquery_and_cte set_operations set_operation_and_local_tables
|
# NOTE: The next 6 were in parallel originally, but we got "too many
|
||||||
|
# connection" errors on CI. Requires investigation before doing them in
|
||||||
|
# parallel again.
|
||||||
|
test: subquery_basics
|
||||||
|
test: subquery_local_tables
|
||||||
|
test: subquery_executors
|
||||||
|
test: subquery_and_cte
|
||||||
|
test: set_operations
|
||||||
|
test: set_operation_and_local_tables
|
||||||
|
|
||||||
test: subqueries_deep subquery_view subquery_partitioning subquery_complex_target_list subqueries_not_supported subquery_in_where
|
test: subqueries_deep subquery_view subquery_partitioning subquery_complex_target_list subqueries_not_supported subquery_in_where
|
||||||
test: non_colocated_leaf_subquery_joins non_colocated_subquery_joins non_colocated_join_order
|
test: non_colocated_leaf_subquery_joins non_colocated_subquery_joins non_colocated_join_order
|
||||||
test: subquery_prepared_statements pg12 cte_inline
|
test: subquery_prepared_statements pg12 cte_inline
|
||||||
|
|
Loading…
Reference in New Issue