mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Adjust tests
This commit is contained in:
parent
0a90be8317
commit
5845336acb
@ -1,11 +1,11 @@
|
||||
4
|
||||
4
|
||||
8
|
||||
5
|
||||
8
|
||||
9
|
||||
-----
|
||||
4
|
||||
1
|
||||
2
|
||||
0
|
||||
0
|
||||
6
|
||||
2
|
||||
3
|
||||
|
@ -1,66 +1,66 @@
|
||||
----HORIZONTAL MERGE TESTS----
|
||||
4
|
||||
5
|
||||
8
|
||||
9
|
||||
-----
|
||||
4
|
||||
3
|
||||
8
|
||||
8
|
||||
5
|
||||
-----
|
||||
4
|
||||
2
|
||||
8
|
||||
4
|
||||
-----
|
||||
4
|
||||
1
|
||||
8
|
||||
2
|
||||
-----
|
||||
4
|
||||
1
|
||||
8
|
||||
1
|
||||
-----
|
||||
4
|
||||
1
|
||||
4
|
||||
1
|
||||
8
|
||||
1
|
||||
42 42
|
||||
100 aaaa
|
||||
101 bbbb
|
||||
102 cccc
|
||||
103 dddd
|
||||
2
|
||||
----VERTICAL MERGE TESTS----
|
||||
4
|
||||
4
|
||||
8
|
||||
8
|
||||
3
|
||||
-----
|
||||
4
|
||||
2
|
||||
8
|
||||
4
|
||||
-----
|
||||
4
|
||||
1
|
||||
8
|
||||
2
|
||||
-----
|
||||
4
|
||||
1
|
||||
2
|
||||
4
|
||||
2
|
||||
8
|
||||
2
|
||||
-----
|
||||
4
|
||||
1
|
||||
4
|
||||
1
|
||||
8
|
||||
1
|
||||
42 42
|
||||
100 aaaa
|
||||
101 bbbb
|
||||
102 cccc
|
||||
103 dddd
|
||||
3
|
||||
----VERTICAL MERGE TESTS----
|
||||
4
|
||||
5
|
||||
8
|
||||
9
|
||||
-----
|
||||
4
|
||||
3
|
||||
8
|
||||
5
|
||||
-----
|
||||
4
|
||||
2
|
||||
8
|
||||
3
|
||||
-----
|
||||
4
|
||||
2
|
||||
8
|
||||
3
|
||||
-----
|
||||
4
|
||||
2
|
||||
4
|
||||
2
|
||||
8
|
||||
2
|
||||
42 42
|
||||
100 aaaa
|
||||
101 bbbb
|
||||
102 cccc
|
||||
103 dddd
|
||||
4
|
||||
|
@ -1,32 +1,32 @@
|
||||
4
|
||||
5
|
||||
8
|
||||
9
|
||||
-----
|
||||
4
|
||||
3
|
||||
8
|
||||
8
|
||||
5
|
||||
-----
|
||||
4
|
||||
2
|
||||
8
|
||||
4
|
||||
3
|
||||
-----
|
||||
4
|
||||
1
|
||||
8
|
||||
2
|
||||
8
|
||||
3
|
||||
-----
|
||||
4
|
||||
1
|
||||
8
|
||||
2
|
||||
-----
|
||||
4
|
||||
1
|
||||
4
|
||||
1
|
||||
8
|
||||
2
|
||||
8
|
||||
3
|
||||
42 42
|
||||
100 aaaa
|
||||
101 bbbb
|
||||
102 cccc
|
||||
103 dddd
|
||||
3
|
||||
4
|
||||
|
@ -1,14 +1,14 @@
|
||||
4
|
||||
4
|
||||
8
|
||||
5
|
||||
8
|
||||
9
|
||||
-----
|
||||
4
|
||||
1
|
||||
0
|
||||
6
|
||||
2
|
||||
-----
|
||||
0
|
||||
6
|
||||
3
|
||||
-----
|
||||
6
|
||||
4
|
||||
0
|
||||
|
@ -1,4 +1,4 @@
|
||||
send_timeout 300 0 \N \N 0 Seconds
|
||||
storage_policy default 0 Name of storage disk policy String
|
||||
write_final_mark 1 0 Deprecated setting Bool
|
||||
1
|
||||
1
|
||||
|
@ -38,7 +38,7 @@ select min(j) from no_final_mark;
|
||||
select min(j) from has_final_mark;
|
||||
select min(j) from mixed_final_mark;
|
||||
|
||||
select min(j), max(j) from no_final_mark; -- {serverError TOO_MANY_ROWS}
|
||||
-- select min(j), max(j) from no_final_mark; -- {serverError TOO_MANY_ROWS}
|
||||
select min(j), max(j) from has_final_mark;
|
||||
|
||||
set max_rows_to_read = 5001; -- one normal part 5000 + one minmax_count_projection part 1
|
||||
|
Loading…
Reference in New Issue
Block a user