What else

This commit is contained in:
Nikita Mikhaylov 2024-02-21 22:26:30 +00:00
parent c39f2a0ef4
commit ac2ead15a6
16 changed files with 24 additions and 2 deletions

View File

@ -1,4 +1,4 @@
SET send_logs_level = 'fatal';
SET allow_experimental_analyzer = 0;
SET allow_experimental_window_view = 1;
DROP DATABASE IF EXISTS {CLICKHOUSE_DATABASE:Identifier};

View File

@ -1,5 +1,6 @@
-- Tags: no-parallel
SET send_logs_level = 'fatal';
SET allow_experimental_analyzer = 0;
SET allow_experimental_window_view = 1;
DROP DATABASE IF EXISTS test_01048;

View File

@ -1,3 +1,4 @@
SET send_logs_level = 'fatal';
DROP DATABASE IF EXISTS {CLICKHOUSE_DATABASE:Identifier};
set allow_deprecated_database_ordinary=1;

View File

@ -1,4 +1,5 @@
SET send_logs_level = 'fatal';
SET allow_experimental_analyzer = 0;
SET allow_experimental_window_view = 1;

View File

@ -1,4 +1,5 @@
-- Tags: no-parallel
SET send_logs_level = 'fatal';
DROP DATABASE IF EXISTS test_01109;
CREATE DATABASE test_01109 ENGINE=Atomic;

View File

@ -1,5 +1,7 @@
-- Tags: zookeeper, no-replicated-database, no-parallel, no-ordinary-database
SET send_logs_level = 'fatal';
DROP TABLE IF EXISTS rmt;
DROP TABLE IF EXISTS rmt1;
DROP TABLE IF EXISTS rmt2;

View File

@ -1,5 +1,6 @@
-- Tags: no-parallel
SET send_logs_level = 'fatal';
SET prefer_localhost_replica = 1;
DROP DATABASE IF EXISTS test_01155_ordinary;

View File

@ -1,5 +1,7 @@
-- Tags: no-parallel
SET send_logs_level = 'fatal';
DROP DATABASE IF EXISTS dict_db_01224;
DROP DATABASE IF EXISTS dict_db_01224_dictionary;
set allow_deprecated_database_ordinary=1;

View File

@ -1,5 +1,7 @@
-- Tags: no-parallel
SET send_logs_level = 'fatal';
DROP DATABASE IF EXISTS dict_db_01225;
DROP DATABASE IF EXISTS dict_db_01225_dictionary;
set allow_deprecated_database_ordinary=1;

View File

@ -1,5 +1,7 @@
-- Tags: no-parallel
SET send_logs_level = 'fatal';
DROP DATABASE IF EXISTS test_01249;
set allow_deprecated_database_ordinary=1;
-- Creation of a database with Ordinary engine emits a warning.

View File

@ -1,5 +1,7 @@
-- Tags: no-parallel
SET send_logs_level = 'fatal';
DROP DATABASE IF EXISTS test_01516;
set allow_deprecated_database_ordinary=1;
-- Creation of a database with Ordinary engine emits a warning.

View File

@ -1,5 +1,7 @@
-- Tags: no-parallel
SET send_logs_level = 'fatal';
--
-- Atomic no SYNC
-- (should go first to check that thread for DROP TABLE does not hang)

View File

@ -1,5 +1,7 @@
-- Tags: no-parallel
SET send_logs_level = 'fatal';
SELECT 'database atomic tests';
DROP DATABASE IF EXISTS test1601_detach_permanently_atomic;

View File

@ -1,5 +1,7 @@
-- Tags: no-parallel
SET send_logs_level = 'fatal';
DROP database IF EXISTS test_1603_rename_bug_ordinary;
set allow_deprecated_database_ordinary=1;
-- Creation of a database with Ordinary engine emits a warning.

View File

@ -1,5 +1,5 @@
-- Tags: no-parallel
SET send_logs_level = 'fatal';
drop database if exists db_hang;
drop database if exists db_hang_temp;
set allow_deprecated_database_ordinary=1;

View File

@ -1,5 +1,6 @@
DROP DATABASE IF EXISTS 02988_ordinary;
SET send_logs_level = 'fatal';
SET allow_deprecated_database_ordinary = 1;
-- Creation of a database with Ordinary engine emits a warning.
CREATE DATABASE 02988_ordinary ENGINE=Ordinary;