Commit Graph

23689 Commits

Author SHA1 Message Date
achulkov2
67b7cafd45 Trying more improvements around null_values 2019-12-26 18:27:01 +03:00
achulkov2
1fb0daf209 Try some improvements 2019-12-26 18:27:01 +03:00
Andrei Chulkov
f6fd331156 Update test reference 2019-12-26 16:31:28 +03:00
Andrei Chulkov
b3a19f588d Enforce a strict ordering of queries 2019-12-26 15:27:43 +03:00
Andrei Chulkov
1bfa779d81 Remove indetermined behavior from test, add dictHas to test 2019-12-26 13:41:46 +03:00
Andrei Chulkov
68c64f50dd Fix sql query 2019-12-26 13:19:29 +03:00
Andrey Chulkov
24e92822f5 Make test deterministic 2019-12-26 11:19:03 +03:00
Andrey Chulkov
b2c2b75617 Add blank line at the end of files 2019-12-26 01:02:55 +03:00
achulkov2
9e85b507d0 Fix stupid typo 2019-12-25 21:49:27 +03:00
achulkov2
ca76e88545 Some more clean-up and comments 2019-12-25 20:32:02 +03:00
achulkov2
35a3abcb07 Add blank line deleted by accident 2019-12-25 20:06:37 +03:00
achulkov2
63c3c5f1a8 Merge branch 'polygon-dict-basic-interface' of github.com:achulkov2/ClickHouse into polygon-dict-basic-interface 2019-12-25 20:04:43 +03:00
achulkov2
2692796734 Clean up old comments, remove an old approach to testing 2019-12-25 20:03:24 +03:00
Andrei Chulkov
57debeb803 Add reference for test 2019-12-25 19:55:02 +03:00
achulkov2
dcadccf95d Remove unused error codes 2019-12-25 19:48:09 +03:00
achulkov2
93b02f3191 Quick sql fix 2019-12-25 19:44:33 +03:00
achulkov2
e1de174f4c More testing & fixes 2019-12-25 19:31:57 +03:00
achulkov2
dc8f201d4c Fix default string use after free 2019-12-25 18:27:04 +03:00
achulkov2
fef22a7fd2 Fix default string use after free 2019-12-25 18:18:11 +03:00
achulkov2
cd3277ff0a Fix default string use after free 2019-12-25 18:04:34 +03:00
achulkov2
c284c1d728 Fix after pull 2019-12-25 16:55:12 +03:00
achulkov2
946e602ede Pull 2019-12-25 16:06:51 +03:00
achulkov2
1637c8d057 Trying to fix test 2019-12-25 15:58:43 +03:00
achulkov2
30f4e4b7c5 Trying to fix test 2019-12-25 15:41:17 +03:00
achulkov2
21a35f0610 Trying to fix test 2019-12-25 15:39:49 +03:00
achulkov2
7c1fa017ba Trying to fix test 2019-12-25 15:05:37 +03:00
alexey-milovidov
e2d2f02d59
Merge pull request #8383 from ClickHouse/fix-race-in-directory-monitor
Fix race in StorageDistributedDirectoryMonitor
2019-12-25 01:30:16 +03:00
alexey-milovidov
1150169e55
Merge pull request #8385 from 4ertus2/joins
Relax ambiguous column check for multiple JOIN ON section
2019-12-25 01:28:17 +03:00
achulkov2
4f66c4bc7d Trying to fix test 2019-12-24 22:28:41 +03:00
chertus
afaf860810 relax ambiguous column check for multiple JOIN ON section 2019-12-24 21:51:37 +03:00
achulkov2
f7a086b9d9 Trying to fix test 2019-12-24 21:48:48 +03:00
achulkov2
453ff6d321 Trying to fix test 2019-12-24 21:47:32 +03:00
achulkov2
b6892466f2 Trying to fix test 2019-12-24 21:43:18 +03:00
Nikolai Kochetov
6a1dccd27c Change initialization order for StorageDistributedDirectoryMonitor members. 2019-12-24 21:25:00 +03:00
achulkov2
8a55049ede First test 2019-12-24 21:22:20 +03:00
achulkov2
c34fca48c4 Small changes & comments 2019-12-24 21:21:50 +03:00
Alexey Milovidov
8d190e6807 Fixed build 2019-12-24 20:16:38 +03:00
Alexey Milovidov
bc36c3f1a9 Avoid std::terminate in destructors of some WriteBuffers 2019-12-24 20:12:08 +03:00
Nikolai Kochetov
2e8cf5356f
Merge pull request #8376 from ClickHouse/try-fix-tests-with-processors
Try fix tests with processors.
2019-12-24 19:59:04 +03:00
tavplubix
7c1a6c726d
Merge pull request #8359 from ClickHouse/more_readable_interpreter_create
Refactor table creation
2019-12-24 18:07:43 +03:00
Nikolai Kochetov
6541b2db9e
Merge pull request #8351 from ClickHouse/fix-dict-with-clickhouse-source-and-subquery
Fix dict with clickhouse source and subquery
2019-12-24 16:56:48 +03:00
Nikolai Kochetov
6fbc202bb3 Try fix tests with processors. 2019-12-24 16:30:28 +03:00
Alexey Milovidov
94318c50a1 Renamed a test because it's inconvenient to do Ctrl+F and type 'fail' in browser 2019-12-24 15:13:20 +03:00
alexey-milovidov
780481a4f9
Merge pull request #8372 from ClickHouse/compiled-aggregator-remove-unused-function
Removed unused method that is unneeded after removing compiled aggregator
2019-12-24 15:11:14 +03:00
alexey-milovidov
28c7e78d36
Merge pull request #8344 from ClickHouse/system-stack-trace
Added system.stack_trace table.
2019-12-24 12:15:48 +03:00
Alexey Milovidov
8bd22bf190 Removed unused method that is unneeded after removing compiled aggregator 2019-12-24 12:06:44 +03:00
alesapin
a8ab28b612 Remove flaps from kill mutation test 2019-12-24 12:05:06 +03:00
Alexey Milovidov
bdefa9248c Removed test because it cannot run in Sandbox (CI) 2019-12-24 03:54:32 +03:00
Alexey Milovidov
badbee2385 Added another mode of diagnostic trap 2019-12-23 23:26:46 +03:00
Alexey Milovidov
3b7f3b07cd Better handling of signals 2019-12-23 22:23:54 +03:00