Commit Graph

48682 Commits

Author SHA1 Message Date
alesapin
4615c6d131 Add release task config 2020-09-29 11:28:49 +03:00
alesapin
92a1194671 Fix some flaky tests 2020-09-29 11:28:49 +03:00
Alexey Milovidov
7d31d1efb8 Fix install script 2020-09-29 11:28:49 +03:00
Alexey Milovidov
6e9b6b31ae Fix error in LowCardinality; add test 2020-09-29 11:28:49 +03:00
Alexey Milovidov
2b32646231 Add support for "Raw" column format for Regexp format 2020-09-29 11:28:49 +03:00
Alexander Tokmakov
5674949c18 fix sync 2020-09-29 11:28:49 +03:00
Alexander Tokmakov
f67fd49a73 add review suggestions 2020-09-29 11:28:49 +03:00
Alexander Tokmakov
a7c595ab7a minor fixes 2020-09-29 11:28:49 +03:00
Vxider
52a13a7180 Support default arguments for Replicated engine 2020-09-29 11:28:49 +03:00
Alexander Tokmakov
be54d8768a try fix test 2020-09-29 11:28:49 +03:00
bharatnc
83fda9fe58 Make trace_log test to pass 2020-09-29 11:28:49 +03:00
bharatnc
eb24d19cd4 Use std::chrono instead of clock_gettime 2020-09-29 11:28:49 +03:00
bharatnc
cdeedda1d2 TraceCollector - time s&us using same timespec 2020-09-29 11:28:49 +03:00
bharatnc
ac59add38c TraceLog - revert back to functional test 2020-09-29 11:28:49 +03:00
bharatnc
2972f6ae39 EventTime - construct time in s and us from same timespec 2020-09-29 11:28:49 +03:00
bharatnc
726b6ff6b6 TraceLog - mark to skip integration test 2020-09-29 11:28:49 +03:00
bharatnc
051d1a5f07 TraceLog - replace unit test with integration test 2020-09-29 11:28:49 +03:00
bharatnc
ac49360525 Field event_time_microseconds - add documentation 2020-09-29 11:28:49 +03:00
bharatnc
e8ff5315d1 Query,QueryThread Logs - add tests 2020-09-29 11:28:49 +03:00
bharatnc
1830df1d6b Query,QueryThread Logs - add event_time_microseconds field 2020-09-29 11:28:49 +03:00
bharatnc
c6b5ef1174 TraceLog - add tests for event_time_microseconds 2020-09-29 11:28:49 +03:00
bharatnc
b3c5aaff9e TraceLog - add field event_time_microseconds 2020-09-29 11:28:49 +03:00
bharatnc
b4e1116b55 TextLog - add tests for field event_time_microsec 2020-09-29 11:28:49 +03:00
bharatnc
e51dfc1314 Rename test_test_log_level to include related tests 2020-09-29 11:28:49 +03:00
bharatnc
142c482210 TextLog - add event_time_microseconds field 2020-09-29 11:28:49 +03:00
alesapin
5df5fb4cd0 Fix race condition in client suggestions 2020-09-29 11:28:49 +03:00
Azat Khuzhin
0adcb0a9a3 Set sanitizers options in the current shell too
/etc/environment will not be read in current shell, so export variables
from that file manually, to make clickhouse-local/clickhouse-client use
them too.
2020-09-29 11:28:49 +03:00
myrrc
6c0c13cf18 slightly rewrote paths handling 2020-09-28 16:28:36 +03:00
myrrc
e19f51680a fixing links using abs path 2020-09-28 15:47:10 +03:00
Alexander Kuzmenkov
c48d212320 performance comparison 2020-09-28 15:09:08 +03:00
Nikita Mikhaylov
72e4b10c00
Merge pull request #14842 from hexiaoting/hxt_dev
Fix bug for LineAsString Format
2020-09-28 14:02:23 +03:00
Nikita Mikhaylov
0321c2529c
Merge pull request #15353 from hexiaoting/build_bugfix2
fix bug for building query_db_generator.cpp
2020-09-28 13:32:54 +03:00
Nikita Mikhaylov
73573472e9
Merge pull request #15299 from CurtizJ/fix-mysql-hung
Fix hang of queries with a lot of subqueries to same mysql table
2020-09-28 12:51:35 +03:00
Artem Zuikov
b4f1eb07ff
slightly better bigint plus/minus (#15320) 2020-09-28 12:07:45 +03:00
tavplubix
ffc0499952
Merge pull request #15243 from ClickHouse/tavplubix-patch-1
Try fix race on Context::settings
2020-09-28 11:44:27 +03:00
alesapin
70cb4f6d0f
Merge pull request #15366 from ClickHouse/llvm-11
Prepare for LLVM-11
2020-09-28 11:38:42 +03:00
alesapin
bc662ac4e0
Merge pull request #15293 from amosbird/bc3
Replace useless multiset with unordered_set
2020-09-28 10:30:04 +03:00
Alexey Milovidov
07b931a414 Prepare for LLVM-11 2020-09-28 04:21:40 +03:00
alexey-milovidov
ca6e56f997
Merge pull request #15322 from den-crane/tests/partition_pruning
Tests/partition pruning
2020-09-27 22:50:22 +03:00
Denny Crane
0dd244126d
Update 01508_partition_pruning.sh 2020-09-27 10:03:13 -03:00
hexiaoting
6ad48ade83 fix bug for building query_db_generator.cpp 2020-09-27 16:42:04 +08:00
Denis Zhuravlev
a8618c96f7 fix test (UTC timezone specified) more UTC 2020-09-26 21:02:18 -03:00
Denis Zhuravlev
cb901ac304 fix test (UTC timezone specified) 2020-09-26 19:07:13 -03:00
alexey-milovidov
bbbe51033d
Merge pull request #15321 from ClickHouse/query-obfuscator
Query obfuscator
2020-09-26 19:43:36 +03:00
tavplubix
df6221f7bf
Merge pull request #15302 from ClickHouse/tavplubix-patch-2
Fix ASTColumnsReplaceTransformer::Replacement::clone()
2020-09-26 19:10:00 +03:00
Denis Zhuravlev
06f3991b74 added test for queries results 2020-09-26 12:25:47 -03:00
Denis Zhuravlev
44846da2b1 added test for queries results 2020-09-26 12:21:48 -03:00
alesapin
3086fd88cd
Merge pull request #15307 from ClickHouse/test_integration_tests_flaky_check
Fix flaky integration test
2020-09-26 17:08:23 +03:00
alesapin
d1bb6b6555
Update test.py 2020-09-26 11:47:26 +03:00
alesapin
59f2bbe2a3
Merge pull request #15304 from ClickHouse/fix_race_condition_on_rename
Fix race condition between write ahead log cleanup and rename
2020-09-26 10:43:26 +03:00