mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
What else
This commit is contained in:
parent
c39f2a0ef4
commit
ac2ead15a6
@ -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};
|
||||
|
@ -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;
|
||||
|
@ -1,3 +1,4 @@
|
||||
SET send_logs_level = 'fatal';
|
||||
|
||||
DROP DATABASE IF EXISTS {CLICKHOUSE_DATABASE:Identifier};
|
||||
set allow_deprecated_database_ordinary=1;
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
SET send_logs_level = 'fatal';
|
||||
SET allow_experimental_analyzer = 0;
|
||||
SET allow_experimental_window_view = 1;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
-- Tags: no-parallel
|
||||
SET send_logs_level = 'fatal';
|
||||
|
||||
DROP DATABASE IF EXISTS test_01109;
|
||||
CREATE DATABASE test_01109 ENGINE=Atomic;
|
||||
|
@ -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;
|
||||
|
@ -1,5 +1,6 @@
|
||||
-- Tags: no-parallel
|
||||
|
||||
SET send_logs_level = 'fatal';
|
||||
SET prefer_localhost_replica = 1;
|
||||
|
||||
DROP DATABASE IF EXISTS test_01155_ordinary;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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)
|
||||
|
@ -1,5 +1,7 @@
|
||||
-- Tags: no-parallel
|
||||
|
||||
SET send_logs_level = 'fatal';
|
||||
|
||||
SELECT 'database atomic tests';
|
||||
|
||||
DROP DATABASE IF EXISTS test1601_detach_permanently_atomic;
|
||||
|
@ -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.
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user