mirror of https://github.com/citusdata/citus.git
Merge pull request #5865 from citusdata/add_tests_check_mx
add missing check_mx for the schedulespull/5864/head^2
commit
6cb04c0d84
|
@ -7,3 +7,4 @@ test: multi_test_catalog_views
|
|||
test: multi_create_table multi_behavioral_analytics_create_table
|
||||
test: multi_create_table_superuser multi_behavioral_analytics_create_table_superuser
|
||||
test: multi_load_data multi_load_data_superuser tablespace
|
||||
test: check_mx
|
||||
|
|
|
@ -66,6 +66,7 @@ test: metadata_sync_helpers
|
|||
|
||||
# test that no tests leaked intermediate results. This should always be last
|
||||
test: ensure_no_intermediate_data_leak
|
||||
test: check_mx
|
||||
|
||||
# ---------
|
||||
# ensures that we never leak any connection counts
|
||||
|
|
Loading…
Reference in New Issue