Rmove tag no-backward-compatibility-check for specific versions

This commit is contained in:
avogar 2022-07-07 17:27:45 +00:00
parent 8ffd6cd22c
commit 4d4f295081
17 changed files with 2 additions and 26 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env bash
# Tags: no-backward-compatibility-check:21.12.1.8761
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh

View File

@ -76,4 +76,3 @@ $CLICKHOUSE_CLIENT --query "ALTER TABLE replicated_mutation_table MODIFY COLUMN
$CLICKHOUSE_CLIENT --query "SELECT distinct(value) FROM replicated_mutation_table ORDER BY value"
$CLICKHOUSE_CLIENT --query "DROP TABLE replicated_mutation_table"

View File

@ -1,4 +1,4 @@
-- Tags: long, no-backward-compatibility-check:22.3.2.1
-- Tags: long
DROP TABLE IF EXISTS t_json_parallel;
SET allow_experimental_object_type = 1, max_insert_threads = 20, max_threads = 20, min_insert_block_size_rows = 65536;

View File

@ -1,5 +1,3 @@
-- Tags: no-backward-compatibility-check:21.9.1.1
CREATE TABLE IF NOT EXISTS sample_incorrect
(`x` UUID)
ENGINE = MergeTree

View File

@ -1,5 +1,3 @@
-- Tags: no-backward-compatibility-check:21.9.1.1
CREATE TABLE a (number UInt64) ENGINE = MergeTree ORDER BY if(now() > toDateTime('2020-06-01 13:31:40'), toInt64(number), -number); -- { serverError 36 }
CREATE TABLE b (number UInt64) ENGINE = MergeTree ORDER BY now() > toDateTime(number); -- { serverError 36 }
CREATE TABLE c (number UInt64) ENGINE = MergeTree ORDER BY now(); -- { serverError 36 }

View File

@ -1,5 +1,3 @@
-- Tags: no-backward-compatibility-check:22.5.1.2079
-- { echo }
EXPLAIN header = 1, optimize = 0 SELECT avgWeighted(x, y) FROM (SELECT NULL, 255 AS x, 1 AS y UNION ALL SELECT y, NULL AS x, 1 AS y);
SELECT avgWeighted(x, y) FROM (SELECT NULL, 255 AS x, 1 AS y UNION ALL SELECT y, NULL AS x, 1 AS y);

View File

@ -1,4 +1,3 @@
-- Tags: no-backward-compatibility-check:22.3.2.1
SET optimize_functions_to_subcolumns = 1;
SELECT count(*) FROM numbers(2) AS n1, numbers(3) AS n2, numbers(4) AS n3
WHERE (n1.number = n2.number) AND (n2.number = n3.number);

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,3 @@
-- Tags: no-backward-compatibility-check:22.3.4.44
select toString(toNullable(true));
select toString(CAST(NULL, 'Nullable(Bool)'));
select toString(toNullable(toIPv4('0.0.0.0')));

View File

@ -1,5 +1,3 @@
-- Tags: no-backward-compatibility-check:22.4
{# force compact parts and wide #}
{% for min_bytes_for_wide_part in [100000, 0] %}
DROP TABLE IF EXISTS compact_alter_{{ min_bytes_for_wide_part }};

View File

@ -1,5 +1,3 @@
-- Tags: no-backward-compatibility-check:22.4.1.1
insert into function file('02268_data.jsonl', 'TSV') select 1;
select * from file('02268_data.jsonl'); --{serverError CANNOT_EXTRACT_TABLE_STRUCTURE}

View File

@ -1,4 +1,3 @@
-- Tags: no-backward-compatibility-check:22.4.2
DROP TABLE IF EXISTS github_events;
CREATE TABLE github_events

View File

@ -1,5 +1,3 @@
-- Tags: no-backward-compatibility-check:22.5.1
SELECT
number
FROM

View File

@ -1,4 +1,4 @@
-- Tags: no-fasttest, use-hdfs, no-backward-compatibility-check:22.5
-- Tags: no-fasttest, use-hdfs
create table test_02311 (x UInt32) engine=File(UnknownFormat); -- {serverError UNKNOWN_FORMAT}
create table test_02311 (x UInt32) engine=URL('http://some/url', UnknownFormat); -- {serverError UNKNOWN_FORMAT}

View File

@ -1,5 +1,3 @@
-- Tags: no-backward-compatibility-check:22.6
DROP TABLE IF EXISTS segfault;
DROP TABLE IF EXISTS segfault_mv;

View File

@ -1,5 +1,3 @@
-- Tags: no-backward-compatibility-check:22.6
SET allow_experimental_window_view = 1;
DROP TABLE IF EXISTS data_02342;

View File

@ -1,5 +1,3 @@
-- Tags: no-backward-compatibility-check:22.6
-- https://github.com/ClickHouse/ClickHouse/issues/35359
-- sumMap