mirror of https://github.com/citusdata/citus.git
Fix some trailing whitespace.
parent
cd8c547165
commit
c161c2fbe3
|
@ -60,7 +60,7 @@ check-isolation: all tempinstall-main
|
|||
|
||||
check-vanilla: all tempinstall-main
|
||||
$(pg_regress_multi_check) --load-extension=citus --vanillatest
|
||||
|
||||
|
||||
check-multi-mx: all tempinstall-main
|
||||
$(pg_regress_multi_check) --load-extension=citus \
|
||||
-- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/multi_mx_schedule $(EXTRA_TESTS)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
test: isolation_add_node_vs_reference_table_operations
|
||||
|
||||
# tests that change node metadata should precede
|
||||
# isolation_cluster_management such that tests
|
||||
# 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_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
|
||||
test: isolation_drop_shards isolation_copy_placement_vs_modification
|
||||
|
|
Loading…
Reference in New Issue