Merge pull request #5865 from citusdata/add_tests_check_mx

add missing check_mx for the schedules
pull/5864/head^2
Önder Kalacı 2022-03-29 11:33:42 +02:00 committed by GitHub
commit 6cb04c0d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,4 @@ test: multi_test_catalog_views
test: multi_create_table multi_behavioral_analytics_create_table test: multi_create_table multi_behavioral_analytics_create_table
test: multi_create_table_superuser multi_behavioral_analytics_create_table_superuser test: multi_create_table_superuser multi_behavioral_analytics_create_table_superuser
test: multi_load_data multi_load_data_superuser tablespace test: multi_load_data multi_load_data_superuser tablespace
test: check_mx

View File

@ -66,6 +66,7 @@ test: metadata_sync_helpers
# test that no tests leaked intermediate results. This should always be last # test that no tests leaked intermediate results. This should always be last
test: ensure_no_intermediate_data_leak test: ensure_no_intermediate_data_leak
test: check_mx
# --------- # ---------
# ensures that we never leak any connection counts # ensures that we never leak any connection counts