mirror of https://github.com/citusdata/citus.git
Moves pg15 tests to fix errors
parent
b4dec6eee8
commit
66b433310c
|
@ -1,5 +1,6 @@
|
||||||
test: multi_test_helpers multi_test_helpers_superuser
|
test: multi_test_helpers multi_test_helpers_superuser
|
||||||
test: multi_cluster_management
|
test: multi_cluster_management
|
||||||
|
test: pg15
|
||||||
test: create_role_propagation
|
test: create_role_propagation
|
||||||
test: multi_create_fdw
|
test: multi_create_fdw
|
||||||
test: multi_test_catalog_views
|
test: multi_test_catalog_views
|
||||||
|
@ -63,7 +64,6 @@ test: cte_inline recursive_view_local_table values sequences_with_different_type
|
||||||
test: pg13 pg12
|
test: pg13 pg12
|
||||||
# run pg14 sequentially as it syncs metadata
|
# run pg14 sequentially as it syncs metadata
|
||||||
test: pg14
|
test: pg14
|
||||||
test: pg15
|
|
||||||
test: pg15_jsonpath detect_conn_close
|
test: pg15_jsonpath detect_conn_close
|
||||||
test: pg16
|
test: pg16
|
||||||
test: drop_column_partitioned_table
|
test: drop_column_partitioned_table
|
||||||
|
|
Loading…
Reference in New Issue