Rename test files with 'stage' in name

Ignored FDW files as those test are being removed entirely, I believe.
pull/630/head
Jason Petersen 2016-08-22 13:32:53 -06:00
parent b391abda3d
commit e54d3f6d32
No known key found for this signature in database
GPG Key ID: 9F1D3510D110ABA9
11 changed files with 13 additions and 13 deletions

View File

@ -10,9 +10,9 @@
/multi_large_shardid.out /multi_large_shardid.out
/multi_master_delete_protocol.out /multi_master_delete_protocol.out
/multi_outer_join.out /multi_outer_join.out
/multi_stage_data.out /multi_load_data.out
/multi_stage_large_records.out /multi_load_large_records.out
/multi_stage_more_data.out /multi_load_more_data.out
/multi_subquery.out /multi_subquery.out
/multi_subquery_0.out /multi_subquery_0.out
/worker_copy.out /worker_copy.out

View File

@ -18,7 +18,7 @@ test: multi_table_ddl
# uploading data to it. # uploading data to it.
# ---------- # ----------
test: multi_create_table test: multi_create_table
test: multi_stage_data test: multi_load_data
test: multi_basic_queries multi_complex_expressions multi_verify_no_subquery test: multi_basic_queries multi_complex_expressions multi_verify_no_subquery
test: multi_single_relation_subquery test: multi_single_relation_subquery

View File

@ -24,7 +24,7 @@ test: multi_table_ddl
# ---------- # ----------
test: multi_create_table test: multi_create_table
test: multi_master_protocol test: multi_master_protocol
test: multi_stage_data test: multi_load_data
# ---------- # ----------
# Miscellaneous tests to check our query planning behavior # Miscellaneous tests to check our query planning behavior
@ -59,7 +59,7 @@ test: multi_tpch_query7 multi_tpch_query7_nested
# below; and therefore these tests should come after the execution tests. # below; and therefore these tests should come after the execution tests.
# ---------- # ----------
test: multi_join_order_tpch_small multi_join_order_additional test: multi_join_order_tpch_small multi_join_order_additional
test: multi_stage_more_data test: multi_load_more_data
test: multi_join_order_tpch_large test: multi_join_order_tpch_large
# ---------- # ----------
@ -74,7 +74,7 @@ test: multi_large_table_task_assignment
# ---------- # ----------
# Tests to check our large record loading and shard deletion behavior # Tests to check our large record loading and shard deletion behavior
# ---------- # ----------
test: multi_stage_large_records test: multi_load_large_records
test: multi_master_delete_protocol test: multi_master_delete_protocol
test: multi_shard_modify test: multi_shard_modify

View File

@ -22,7 +22,7 @@ test: multi_table_ddl
# ---------- # ----------
test: multi_create_table test: multi_create_table
test: multi_master_protocol test: multi_master_protocol
test: multi_stage_data test: multi_load_data
# ---------- # ----------
# Miscellaneous tests to check our query planning behavior # Miscellaneous tests to check our query planning behavior
@ -52,13 +52,13 @@ test: multi_tpch_query7 multi_tpch_query7_nested
# below; and therefore these tests should come after the execution tests. # below; and therefore these tests should come after the execution tests.
# ---------- # ----------
test: multi_join_order_tpch_small multi_join_order_additional test: multi_join_order_tpch_small multi_join_order_additional
test: multi_stage_more_data test: multi_load_more_data
test: multi_join_order_tpch_large test: multi_join_order_tpch_large
# ---------- # ----------
# Tests to check our large record loading and shard deletion behavior # Tests to check our large record loading and shard deletion behavior
# ---------- # ----------
test: multi_stage_large_records test: multi_load_large_records
test: multi_master_delete_protocol test: multi_master_delete_protocol
test: multi_shard_modify test: multi_shard_modify

View File

@ -9,9 +9,9 @@
/multi_large_shardid.sql /multi_large_shardid.sql
/multi_master_delete_protocol.sql /multi_master_delete_protocol.sql
/multi_outer_join.sql /multi_outer_join.sql
/multi_stage_data.sql /multi_load_data.sql
/multi_stage_large_records.sql /multi_load_large_records.sql
/multi_stage_more_data.sql /multi_load_more_data.sql
/multi_subquery.sql /multi_subquery.sql
/worker_copy.sql /worker_copy.sql
/multi_complex_count_distinct.sql /multi_complex_count_distinct.sql