not run local shard copy test in parallel (#3640)

It seems that when logging is enabled we should not run local shard copy
in parallel with other tests. The reason is that it adds coordinator for
reference tables and if the parallel test creates a schema before this
test is run, the schema will be logged. So it is not deterministic.
pull/3625/head
SaitTalhaNisanci 2020-03-23 14:38:18 +03:00 committed by GitHub
parent c5c446f84f
commit 3b7959a763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -40,12 +40,13 @@ test: master_evaluation master_evaluation_modify master_evaluation_select
test: multi_mx_call
test: multi_mx_function_call_delegation
test: multi_mx_modifications local_shard_execution
test: local_shard_copy
test: multi_mx_transaction_recovery
test: multi_mx_modifying_xacts
test: multi_mx_explain
test: multi_mx_reference_table
test: multi_mx_insert_select_repartition
test: locally_execute_intermediate_results local_shard_copy
test: locally_execute_intermediate_results
# test that no tests leaked intermediate results. This should always be last
test: ensure_no_intermediate_data_leak