alexey-milovidov
935533e841
Merge pull request #13193 from ClickHouse/aku/spurious-perf
...
Fix some spurious perf test failures
2020-08-03 01:02:53 +03:00
alexey-milovidov
2e20b1593f
Merge pull request #13235 from azat/fasttest-skip-01413_rows_events
...
fasttest: use array for skip list and add 01413_rows_events into it
2020-08-03 00:57:18 +03:00
Alexey Milovidov
b232659439
Update tests
2020-08-03 00:39:51 +03:00
Alexey Milovidov
77516b48fa
Merge branch 'master' into merge-tree-settings-sanity-check
2020-08-03 00:30:56 +03:00
alexey-milovidov
84e88f661e
Merge pull request #13213 from ClickHouse/fix-fuzz-test2
...
Fix assertion failure in FunctionsLogical
2020-08-03 00:29:44 +03:00
Alexey Milovidov
fd3c4e033e
Merge branch 'master' into fix-if-nullable-cond-return-type
2020-08-03 00:29:09 +03:00
Alexey Milovidov
b7b2759b0b
Fix tests
2020-08-03 00:27:45 +03:00
Alexey Milovidov
650aad7585
Merge branch 'master' into shellcheck
2020-08-03 00:24:34 +03:00
Alexey Milovidov
00f2c50ae6
Fix errors
2020-08-03 00:24:16 +03:00
Alexey Milovidov
0c6271af9a
Fix errors
2020-08-03 00:24:16 +03:00
Alexey Milovidov
29a296b5da
Revert some changes
2020-08-03 00:24:16 +03:00
Alexey Milovidov
0c33498df1
shellcheck --check-sourced --external-sources --severity style --exclude SC1071 --format diff *.sh ../1_stateful/*.sh | git apply
2020-08-03 00:24:16 +03:00
Alexey Milovidov
57fdd1f5b7
Fix all info from Shellcheck
2020-08-03 00:24:16 +03:00
Alexey Milovidov
6d4d2976b7
fgrep -> grep -F
2020-08-03 00:24:16 +03:00
Alexey Milovidov
5a69058289
shellcheck --check-sourced --external-sources --severity info --exclude SC1071 --format diff */*.sh | git apply
2020-08-03 00:24:16 +03:00
Alexey Milovidov
621347ed21
Minor changes 2
2020-08-03 00:24:16 +03:00
Alexey Milovidov
1a487f88d6
Minor changes
2020-08-03 00:24:16 +03:00
Alexey Milovidov
0a1f05ffd1
Fix warnings found by Shellcheck
2020-08-03 00:24:16 +03:00
Alexey Milovidov
f5f0c788b8
Relax the limit
2020-08-03 00:10:57 +03:00
Alexey Milovidov
0fd7af8a63
Merge branch 'master' into stack-frams-size-limit
2020-08-03 00:06:00 +03:00
Alexey Milovidov
9611b2c7f4
Refresh ya.make
2020-08-03 00:04:48 +03:00
Alexey Milovidov
4ed0bf3af1
Better code
2020-08-03 00:01:39 +03:00
Alexey Milovidov
3c489ce159
Fix assertion in KeyCondition
2020-08-02 23:55:20 +03:00
Vitaly Baranov
ac3596389d
Fix including Common/config.h in the Arcadia build.
2020-08-02 23:44:59 +03:00
Alexey Milovidov
5f808aa503
Fix bad code
2020-08-02 23:41:52 +03:00
alexey-milovidov
9791be4eff
Merge pull request #13207 from ClickHouse/shellcheck1
...
Fix Shellcheck errors (step 1)
2020-08-02 22:45:23 +03:00
alexey-milovidov
3b2954c09a
Merge pull request #13209 from ClickHouse/minor-changes-in-debian-scripts
...
Minor changes in Debian scripts
2020-08-02 22:44:38 +03:00
alexey-milovidov
dcf94d08e9
Merge pull request #13239 from ClickHouse/fix-libunwind-warning2
...
Simplify CMake for libunwind (suggestion from @azat)
2020-08-02 19:26:00 +03:00
alesapin
75a9053511
Merge pull request #13150 from nvartolomei/nv/freeze-verbose-absolute-path
...
Use absolute paths to backup locations (shadow)
2020-08-02 19:25:24 +03:00
Alexey Milovidov
08e0d1c0da
Fix build
2020-08-02 19:24:29 +03:00
alexey-milovidov
b666c88c44
Merge pull request #13238 from ClickHouse/generate-ya-make
...
Normalize ya.make files, fix "Arcadia" build
2020-08-02 19:20:40 +03:00
Alexey Milovidov
41111d1e57
Merge branch 'master' into stack-frams-size-limit
2020-08-02 19:18:33 +03:00
alexey-milovidov
b67e2cee35
Update BitHelpers.h
2020-08-02 19:12:46 +03:00
alexey-milovidov
ae572c3a7e
Update BitHelpers.h
2020-08-02 19:09:51 +03:00
Azat Khuzhin
daa73c5941
Add more threads for the 01323_too_many_threads_bug
...
Since now PK stage is handled in multiple threads there should be more
(and counting number of threads from the log is not accurate, since not
all threads logging something).
2020-08-02 18:41:33 +03:00
Azat Khuzhin
f0aeba432d
Exclude threads used for query_log processing 01323_too_many_threads_bug
2020-08-02 18:41:26 +03:00
Azat Khuzhin
1fe329ac18
Use ILIKE over lower() LIKE in 01323_too_many_threads_bug
2020-08-02 18:40:22 +03:00
Alexey Milovidov
18843eb7f6
Update test
2020-08-02 17:36:05 +03:00
alexey-milovidov
57d76da147
Merge pull request #13227 from ClickHouse/fix-logical-error-in-parse-date-time
...
Fix assert in parseDateTimeBestEffort
2020-08-02 17:30:55 +03:00
alexey-milovidov
dfa57559a2
Merge pull request #13229 from ClickHouse/fix-geohash
...
Fix assert in geohashesInBox
2020-08-02 17:26:58 +03:00
Alexey Milovidov
577a0b405d
Merge branch 'master' into fix-if-nullable-cond-return-type
2020-08-02 17:24:46 +03:00
Alexey Milovidov
4d55376a59
Fix style
2020-08-02 17:22:53 +03:00
Alexey Milovidov
38c4c727d4
Merge branch 'master' into map-skip-null
2020-08-02 17:22:21 +03:00
alexey-milovidov
2d93ac97c9
Merge pull request #13224 from ClickHouse/fix-fuzz-test3
...
Fix assert in arrayElement
2020-08-02 17:21:52 +03:00
alexey-milovidov
114781fb66
Merge pull request #13220 from ClickHouse/fix-assert-in-in
...
Fix assert in IN with tuple literals and functions
2020-08-02 17:17:39 +03:00
Alexey Milovidov
ad675c10cc
Merge branch 'master' into shellcheck1
2020-08-02 17:14:58 +03:00
Alexey Milovidov
778abb346f
Merge branch 'master' into merge-tree-settings-sanity-check
2020-08-02 17:13:17 +03:00
Alexey Milovidov
5d96839e98
Merge branch 'master' into materialize-null
2020-08-02 17:12:55 +03:00
Alexey Milovidov
1a966c4ff4
Merge branch 'master' into fix-fuzz-test2
2020-08-02 17:12:38 +03:00
Alexey Milovidov
7bd5505902
Merge branch 'master' into minor-changes-in-debian-scripts
2020-08-02 17:07:48 +03:00