Skip to content

Commit 2feb9d0

Browse files
committed
revert tests
1 parent 985a854 commit 2feb9d0

10 files changed

+3
-19
lines changed

tests/performance/array_join.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<test>
2-
<!-- Run all queries from this test file pls -->
2+
3+
34

45
<query>SELECT count() FROM (SELECT [number] a, [number * 2] b FROM numbers(10000000)) AS t ARRAY JOIN a, b WHERE NOT ignore(a + b)</query>
56
<query>SELECT count() FROM (SELECT [number] a, [number * 2] b FROM numbers(10000000)) AS t LEFT ARRAY JOIN a, b WHERE NOT ignore(a + b)</query>

tests/performance/conditional.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<test>
2-
<!-- Run all queries from this test file pls -->
3-
42
<query>SELECT count() FROM zeros(10000000) WHERE NOT ignore(if(rand() % 2, toDateTime('2019-02-04 01:24:31'), toDate('2019-02-04')))</query>
53
<query>SELECT count() FROM zeros(10000000) WHERE NOT ignore(multiIf(rand() % 2, toDateTime('2019-02-04 01:24:31'), toDate('2019-02-04')))</query>
64
<query>SELECT count() FROM zeros(10000000) WHERE NOT ignore(if(rand() % 2, [toDateTime('2019-02-04 01:24:31')], [toDate('2019-02-04')]))</query>

tests/performance/entropy.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<test>
2-
<!-- Run all queries from this test file pls -->
3-
42
<query>SELECT entropy(SearchEngineID) FROM hits_100m_single settings max_threads = 1</query>
53
<query>SELECT entropy(SearchPhrase) FROM hits_10m_single</query>
64
<query>SELECT entropy(MobilePhoneModel) FROM hits_100m_single</query>

tests/performance/group_by_consecutive_keys.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<test>
2-
<!-- Run all queries from this test file pls -->
3-
42
<query>SELECT toUInt64(intDiv(number, 1000000)) AS n, count(), sum(number) FROM numbers(10000000) GROUP BY n FORMAT Null</query>
53
<query>SELECT toString(intDiv(number, 1000000)) AS n, count(), sum(number) FROM numbers(10000000) GROUP BY n FORMAT Null</query>
64
<query>SELECT toUInt64(intDiv(number, 1000000)) AS n, count(), uniq(number) FROM numbers(10000000) GROUP BY n FORMAT Null</query>

tests/performance/hashed_array_dictionary.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<test>
2-
<!-- Run all queries from this test file pls -->
3-
42
<create_query>
53
CREATE TABLE simple_key_hashed_array_dictionary_source_table
64
(

tests/performance/hashed_dictionary.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<test>
2-
<!-- Run all queries from this test file pls -->
3-
42
<create_query>
53
CREATE TABLE simple_key_hashed_dictionary_source_table
64
(

tests/performance/hierarchical_dictionaries.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<test>
2-
<!-- Run all queries from this test file pls -->
3-
42
<substitutions>
53
<substitution>
64
<name>dictionary_layout</name>

tests/performance/jit_sort.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<test>
2-
<!-- Run all queries from this test file pls -->
3-
42
<preconditions>
53
<table_exists>hits_100m_single</table_exists>
64
</preconditions>

tests/performance/low_cardinality_from_json.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<test>
2-
<!-- Run all queries from this test file pls -->
32

43
<substitutions>
54
<substitution>
@@ -71,4 +70,4 @@
7170
<query>SELECT 'int32_json' FROM zeros(500000) WHERE NOT ignore(JSONExtract(materialize({int_json}), {low_cardinality_tuple_int32})) FORMAT Null </query>
7271
<query>SELECT 'int64_json' FROM zeros(500000) WHERE NOT ignore(JSONExtract(materialize({int_json}), {low_cardinality_tuple_int64})) FORMAT Null </query>
7372
<query>SELECT 'uuid_json' FROM zeros(500000) WHERE NOT ignore(JSONExtract(materialize({uuid_json}), {low_cardinality_tuple_uuid})) FORMAT Null </query>
74-
</test>
73+
</test>

tests/performance/single_fixed_string_groupby.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<test>
2-
<!-- Run all queries from this test file pls -->
3-
42
<create_query>DROP TABLE IF EXISTS perf_lc_fixed_str_groupby</create_query>
53
<create_query>CREATE TABLE perf_lc_fixed_str_groupby(
64
a LowCardinality(FixedString(14)),

0 commit comments

Comments
 (0)