Fix some trailing whitespace.

pull/1650/head
Andres Freund 2017-06-30 18:20:54 -07:00 committed by Metin Doslu
parent 9794d6da64
commit 57c529c3b0
2 changed files with 10 additions and 3 deletions

View File

@ -59,7 +59,7 @@ check-isolation: all tempinstall-main
check-vanilla: all tempinstall-main check-vanilla: all tempinstall-main
$(pg_regress_multi_check) --load-extension=citus --vanillatest $(pg_regress_multi_check) --load-extension=citus --vanillatest
check-multi-mx: all tempinstall-main check-multi-mx: all tempinstall-main
$(pg_regress_multi_check) --load-extension=citus \ $(pg_regress_multi_check) --load-extension=citus \
-- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/multi_mx_schedule $(EXTRA_TESTS) -- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/multi_mx_schedule $(EXTRA_TESTS)

View File

@ -1,3 +1,10 @@
test: isolation_add_node_vs_reference_table_operations
# tests that change node metadata should precede
# isolation_cluster_management such that tests
# that come later can be parallelized
test: isolation_cluster_management test: isolation_cluster_management
test: isolation_concurrent_dml
test: isolation_dml_vs_repair test: isolation_dml_vs_repair isolation_copy_placement_vs_copy_placement
test: isolation_concurrent_dml isolation_data_migration
test: isolation_drop_shards isolation_copy_placement_vs_modification