Adjust tests

This commit is contained in:
kssenii 2021-10-20 23:19:36 +00:00
parent 0a90be8317
commit 5845336acb
6 changed files with 67 additions and 67 deletions

View File

@ -1,11 +1,11 @@
4
4
8
5
8
9
-----
4
1
2
0
0
6
2
3

View File

@ -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

View File

@ -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

View File

@ -1,14 +1,14 @@
4
4
8
5
8
9
-----
4
1
0
6
2
-----
0
6
3
-----
6
4
0

View File

@ -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

View File

@ -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