not run local_shard_copy in parallel (#3635)

pull/3640/head
SaitTalhaNisanci 2020-03-23 13:56:25 +03:00 committed by GitHub
parent 3df578010e
commit c5c446f84f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,13 +39,13 @@ test: multi_mx_metadata
test: master_evaluation master_evaluation_modify master_evaluation_select test: master_evaluation master_evaluation_modify master_evaluation_select
test: multi_mx_call test: multi_mx_call
test: multi_mx_function_call_delegation test: multi_mx_function_call_delegation
test: multi_mx_modifications local_shard_execution local_shard_copy test: multi_mx_modifications local_shard_execution
test: multi_mx_transaction_recovery test: multi_mx_transaction_recovery
test: multi_mx_modifying_xacts test: multi_mx_modifying_xacts
test: multi_mx_explain test: multi_mx_explain
test: multi_mx_reference_table test: multi_mx_reference_table
test: multi_mx_insert_select_repartition test: multi_mx_insert_select_repartition
test: locally_execute_intermediate_results test: locally_execute_intermediate_results local_shard_copy
# 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