alexey-milovidov
f84426ebef
Merge pull request #18771 from den-crane/tests/simple_aggregate_funcs2
...
more tests for simple aggregate functions in summingMT aggregatingMT try2
2021-01-06 21:26:06 +03:00
alexey-milovidov
49f70b3b5f
Merge pull request #18763 from azat/marks-corruption-test
...
Add a regression test for marks corruption
2021-01-06 21:20:55 +03:00
Alexey Milovidov
8ab40d2747
Newline
2021-01-06 21:06:34 +03:00
jianmei zhang
4950377fbf
code changes according to reviewer's comments
2021-01-06 21:05:45 +03:00
jianmei zhang
2256227361
SQL compatibility: provide POSITION(needle IN haystack) syntax.
2021-01-06 21:05:45 +03:00
alexey-milovidov
417e685830
Merge pull request #18775 from ClickHouse/dont-insert-empty-blocks-distributed-sync
...
Do not insert empty blocks on sync Distributed INSERT
2021-01-06 20:06:35 +03:00
Alexey Milovidov
438f0f971b
Fix the issue with async Distributed INSERTs and network_compression_method #18741
2021-01-06 03:24:42 +03:00
Alexey Milovidov
d77dfeaafb
Arcadia does not support distributed tables
2021-01-06 03:06:19 +03:00
Alexey Milovidov
7547aee66a
Add a test
2021-01-06 03:05:45 +03:00
alexey-milovidov
d68fdd8798
Update 01640_marks_corruption_regression.sql
2021-01-06 02:05:02 +03:00
Denis Zhuravlev
d23409da50
more tests for simple aggregate functions in summingMT aggregatingMT
2021-01-05 16:25:35 -04:00
Alexey Milovidov
f8313a33aa
Add test for some possible ambiguities in syntax
2021-01-05 23:10:10 +03:00
alexey-milovidov
202d1f2211
Merge pull request #18760 from spongedu/fix_#18701
...
[For #18707 ] MySQL compatibility: support DIV and MOD operators
2021-01-05 20:42:58 +03:00
alexey-milovidov
06143d73ca
Merge pull request #15260 from ClickHouse/revert-15259-revert-14962-log-avoid-deadlock
...
Avoid deadlocks in Log/TinyLog (part 2)
2021-01-05 20:12:17 +03:00
alexey-milovidov
66550d36a3
Merge pull request #18757 from ClickHouse/testflows-disable-flaky-test
...
Mark some TestFlows as flaky
2021-01-05 20:00:03 +03:00
alexey-milovidov
2d1afa5dad
Merge pull request #18753 from ClickHouse/null-fuzz
...
Add a test from #15641
2021-01-05 19:58:57 +03:00
alexey-milovidov
06225f7910
Merge pull request #18749 from ClickHouse/uuid-fuzz
...
Don't allow conversion between UUID and numeric types
2021-01-05 19:57:33 +03:00
alexey-milovidov
2e98f6f4ee
Merge pull request #18745 from ClickHouse/dont-throw-from-parser
...
Do not throw from Parser
2021-01-05 19:57:17 +03:00
Azat Khuzhin
6c50f537a0
Add a regression test for marks corruption
...
In #17120 (that was reverted in #17918 already) marks adjustemnt was
introduced, but it may lead to corruption of marks files, that may cause
two things:
1) Incorrect marks files, which lead to reading more rows than there are
(can be reproduced with `max_threads`>1 or/and `PREWHERE`, and
`optimize_move_to_prewhere`)
2) Can't adjust last granule because it has X rows, but try to subtract Y
rows (#9260 )
And 1) is pretty hard to diagnosis, since it does not throw any error,
it just may return wrong result.
Fortunately both problems can be fixed with `OPTIMIZE TABLE ... [ FINAL]`.
Cc: @alesapin
Refs: #17943
Refs: #18223
2021-01-05 15:41:54 +03:00
spongedc
99335563d1
[For #18707 ] MySQL compatibility: support DIV and MOD operators
2021-01-05 13:03:19 +08:00
Alexey Milovidov
38b3d28443
Mark another flaky test
2021-01-05 06:26:53 +03:00
Alexey Milovidov
0b65605c34
Mark some TestFlows as flaky
2021-01-05 05:30:24 +03:00
Alexey Milovidov
cbc54e2dd7
Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock
2021-01-05 04:27:32 +03:00
Alexey Milovidov
a1ce6c4165
Fix errors
2021-01-05 04:26:29 +03:00
Alexey Milovidov
ab6798addd
One more test
2021-01-05 04:03:38 +03:00
Alexey Milovidov
c2c1d97da2
Arcadia does not support distributed queries
2021-01-05 03:59:09 +03:00
Alexey Milovidov
f6dff13db8
Add a test for #14974
2021-01-05 03:56:56 +03:00
Alexey Milovidov
21467cf97a
Added a test from #15641
2021-01-05 03:44:14 +03:00
Alexey Milovidov
06405531a1
Update tests
2021-01-05 02:58:16 +03:00
Alexey Milovidov
3bbdacc66b
Update test
2021-01-05 01:35:54 +03:00
Alexey Milovidov
039edbb724
Don't allow conversion between UUID and numeric types
2021-01-05 01:33:59 +03:00
Alexey Milovidov
36ad289cdb
Merge branch 'master' into summap-check
2021-01-04 21:15:37 +03:00
Alexey Milovidov
21cb0f21ad
Moved "max_result_rows" test to bugs
2021-01-04 17:52:23 +03:00
Alexey Milovidov
c07bff15aa
Merge branch 'master' into summap-check
2021-01-04 17:11:48 +03:00
alexey-milovidov
750a391716
Merge pull request #18708 from ClickHouse/limit-fuzz
...
Added a test for #13477
2021-01-04 16:45:36 +03:00
alexey-milovidov
c0a1d6b9b0
Merge pull request #18704 from ClickHouse/enable-more-tests
...
Enable more tests and see what will happen
2021-01-04 16:42:53 +03:00
alexey-milovidov
0b56bec69c
Merge pull request #15162 from 4ertus2/joins
...
Fix crash in not equi join on
2021-01-04 16:37:16 +03:00
alexey-milovidov
5332b0327c
Merge pull request #18702 from ClickHouse/fix-fuzz-test-msan
...
Add a test for already fixed issue
2021-01-04 16:35:41 +03:00
Alexey Milovidov
fbed8bb426
Fix fuzz errors in sumMap
2021-01-04 04:54:00 +03:00
Alexey Milovidov
17ff7e3413
Added a test for #13477
2021-01-04 03:52:45 +03:00
Alexey Milovidov
22775efd52
Enable more tests and see what will happen
2021-01-04 03:29:59 +03:00
Alexey Milovidov
c7b678b752
Fix integration test
2021-01-04 02:20:12 +03:00
Alexey Milovidov
53ffaa89bf
Merge branch 'master' into 4ertus2-joins-2
2021-01-04 02:19:57 +03:00
Alexey Milovidov
0f06b9631b
Add a test for already fixed issue
2021-01-04 02:14:04 +03:00
alexey-milovidov
486418d112
Merge pull request #18688 from ClickHouse/function_byte_size
...
Merge byteSize function
2021-01-04 01:17:11 +03:00
Alexey Milovidov
45d2464e89
Merge branch 'master' into revert-15259-revert-14962-log-avoid-deadlock
2021-01-04 00:07:08 +03:00
Nikolai Kochetov
3a1ec56486
Revert "Merge pull request #18411 from ClickHouse/try-fix-max_result_rows"
...
This reverts commit 9a2b163db7
, reversing
changes made to 5e97df7c29
.
2021-01-03 21:51:57 +03:00
Alexey Milovidov
9d5b2023e8
Fix tests
2021-01-03 19:12:22 +03:00
Alexey Milovidov
e8e9d0311a
Fix shellcheck
2021-01-03 18:45:08 +03:00
Alexey Milovidov
6ab08751b4
Merge branch 'master' into fix-perf-test-2
2021-01-03 18:10:13 +03:00