From 833dbf122572f209a79ddeae9bcf3a626be69915 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Sat, 13 Mar 2021 13:42:47 +0300 Subject: [PATCH] Mark 01294_lazy_database_concurrent_recreate_reattach_and_show_tables as long --- ...ncurrent_recreate_reattach_and_show_tables_long.reference} | 0 ...base_concurrent_recreate_reattach_and_show_tables_long.sh} | 0 tests/queries/query_test.py | 2 +- tests/queries/skip_list.json | 4 ++-- 4 files changed, 3 insertions(+), 3 deletions(-) rename tests/queries/0_stateless/{01294_lazy_database_concurrent_recreate_reattach_and_show_tables.reference => 01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long.reference} (100%) rename tests/queries/0_stateless/{01294_lazy_database_concurrent_recreate_reattach_and_show_tables.sh => 01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long.sh} (100%) diff --git a/tests/queries/0_stateless/01294_lazy_database_concurrent_recreate_reattach_and_show_tables.reference b/tests/queries/0_stateless/01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long.reference similarity index 100% rename from tests/queries/0_stateless/01294_lazy_database_concurrent_recreate_reattach_and_show_tables.reference rename to tests/queries/0_stateless/01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long.reference diff --git a/tests/queries/0_stateless/01294_lazy_database_concurrent_recreate_reattach_and_show_tables.sh b/tests/queries/0_stateless/01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long.sh similarity index 100% rename from tests/queries/0_stateless/01294_lazy_database_concurrent_recreate_reattach_and_show_tables.sh rename to tests/queries/0_stateless/01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long.sh diff --git a/tests/queries/query_test.py b/tests/queries/query_test.py index 417a51fe52..adb2682047 100644 --- a/tests/queries/query_test.py +++ b/tests/queries/query_test.py @@ -46,7 +46,7 @@ SKIP_LIST = [ "01293_client_interactive_vertical_singleline", # expect-test "01293_system_distribution_queue", # FLAKY "01293_show_clusters", - "01294_lazy_database_concurrent_recreate_reattach_and_show_tables", + "01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long", "01294_system_distributed_on_cluster", "01300_client_save_history_when_terminated", # expect-test "01304_direct_io", diff --git a/tests/queries/skip_list.json b/tests/queries/skip_list.json index cc34b828d3..a24ed327fb 100644 --- a/tests/queries/skip_list.json +++ b/tests/queries/skip_list.json @@ -396,7 +396,7 @@ "01293_pretty_max_value_width", "01293_show_settings", "01294_create_settings_profile", - "01294_lazy_database_concurrent_recreate_reattach_and_show_tables", + "01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long", "01295_create_row_policy", "01296_create_row_policy_in_current_database", "01297_create_quota", @@ -681,7 +681,7 @@ "01281_unsucceeded_insert_select_queries_counter", "01293_system_distribution_queue", "01294_lazy_database_concurrent", - "01294_lazy_database_concurrent_recreate_reattach_and_show_tables", + "01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long", "01294_system_distributed_on_cluster", "01296_create_row_policy_in_current_database", "01297_create_quota", -- GitLab