Chang Chen
e281026e00
fix build issue on clang 15
2023-06-14 12:29:55 +08:00
Alexey Gerasimchuck
868c3bd45d
minor change
2023-06-14 04:29:08 +00:00
kevinyhzou
f3b99156ac
review fix
2023-06-14 10:48:21 +08:00
Alexey Gerasimchuck
1f76d08743
fixed --password "" --password issue
2023-06-14 02:24:45 +00:00
pufit
91d794cf0a
Merge pull request #50150 from JackyWoo/support_redis
...
Add Redis table Engine/Function
2023-06-13 21:34:14 -04:00
Alexey Gerasimchuck
f1b5d47ce2
corrections after second review iteration
2023-06-14 01:26:39 +00:00
pufit
c05bcf5605
Fix keeper-client help message
2023-06-13 21:09:30 -04:00
JackyWoo
49082bfe89
fix typos in redis.md
2023-06-14 09:00:50 +08:00
Rich Raposa
081376e3c8
Merge pull request #50960 from ClickHouse/rfraposa-patch-2
...
Update azureBlobStorage.md
2023-06-13 17:13:38 -06:00
Rich Raposa
86075dbae4
Update azureBlobStorage.md
2023-06-13 16:40:14 -06:00
Denny Crane
404a52432c
Update README.md
2023-06-13 19:39:23 -03:00
Denny Crane
d8d5700810
Update README.md
2023-06-13 19:24:36 -03:00
Denny Crane
a570b00bdf
Update README.md
2023-06-13 19:19:34 -03:00
Dmitry Kardymon
994228ab20
Uncomment flaky test
2023-06-13 20:54:02 +00:00
Igor Nikonov
fc46a787c7
Merge branch 'master' into test-plan-optimization-analyzer
2023-06-13 21:53:03 +02:00
Nikita Taranov
1bc5598aa7
impl
2023-06-13 20:02:50 +02:00
Sergei Trifonov
37f55ce253
Merge branch 'master' into tests/02703_max_local_write_bandwidth
2023-06-13 19:48:43 +02:00
Azat Khuzhin
bb971fd7b7
check-style: allow {database} for ReplicatedMergeTree as well
...
CLICKHOUSE_TEST_ZOOKEEPER_PREFIX is a {test_name}_{database}, but
actually {database} should be enough, since it is uniq for each test run.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-13 19:45:51 +02:00
Azat Khuzhin
0444aa2fda
tests: add missing current_database condition for query_log
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-13 19:45:51 +02:00
Azat Khuzhin
77775c6074
Rename 02701_fail_on_invalid_having to 02701_invalid_having_NOT_AN_AGGREGATE
...
To remove "fail" from the test name, which is prohibited
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-13 19:45:51 +02:00
Azat Khuzhin
35825bc7d6
Increase line-length limit for yamlllint
...
CI reports [1]:
/ClickHouse/tests/queries/0_stateless/data_ua_parser/browser.yaml
713:301 warning line too long (328 > 300 characters) (line-length)
/ClickHouse/tests/queries/0_stateless/data_ua_parser/device.yaml
2606:301 warning line too long (529 > 300 characters) (line-length)
2616:301 warning line too long (348 > 300 characters) (line-length)
2630:301 warning line too long (377 > 300 characters) (line-length)
2637:301 warning line too long (447 > 300 characters) (line-length)
[1]: https://s3.amazonaws.com/clickhouse-test-reports/50934/be4555c3226298d956ff650fab477d67bf73ba83/style_check/style_output.txt
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-13 19:45:51 +02:00
Azat Khuzhin
dc6810601a
Remove DROP TABEL system.query_log from tests
...
This is a very ugly hack that breaks artifacts, since after this
query_log is incomplete in artifacts.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-13 19:45:51 +02:00
Azat Khuzhin
945981e5f6
Fix tests sanity checks
...
In #43147 the "tests" had been added to EXCLUDE_DIRS, and the reason for
this is that there was some C++ code to ignore [1], however it also
ignores snaity check for query_log.
[1]: https://s3.amazonaws.com/clickhouse-test-reports/43147/63de577172ee024a08e76db69f5000568673db48/style_check.html
v2: check-style: ignore $EXCLUDE_DIRS for some other sanity checks of tests
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-13 19:45:51 +02:00
Victor Krasnov
f01b96f9f9
Merge branch 'master' into ADQM-812
2023-06-13 19:52:10 +03:00
Robert Schulze
22670aebf8
Merge pull request #50942 from ClickHouse/fix-ann-page
...
Fixes to ANN docs page
2023-06-13 17:57:00 +02:00
Mikhail f. Shiryaev
102c532c20
Merge pull request #50947 from ClickHouse/fix-stateless-image
...
Fix the statless tests image for old commits
2023-06-13 17:55:23 +02:00
Mikhail f. Shiryaev
0bc624dc02
Fix the statless tests image for old commits
2023-06-13 17:53:19 +02:00
Robert Schulze
76f69f2b44
Revert overengineering
2023-06-13 15:52:06 +00:00
Dan Roscigno
77a001d1b6
Merge pull request #50915 from ClickHouse/Fix_heading_sidebar_azureBlobStorage
...
Fix heading and sidebar for azureBlobStorage table function
2023-06-13 11:48:05 -04:00
Dan Roscigno
5d1ea9aa18
Merge branch 'master' into fix-ann-page
2023-06-13 11:32:58 -04:00
Robert Schulze
8dddec4c4c
Merge pull request #50937 from rschu1ze/disable-01746_convert_type_with_default
...
01746_convert_type_with_default: Temporarily disable flaky test
2023-06-13 17:30:38 +02:00
Dan Roscigno
ecedceea1e
Merge branch 'master' into Fix_heading_sidebar_azureBlobStorage
2023-06-13 11:27:47 -04:00
DanRoscigno
b850f1b999
fix broken line
2023-06-13 11:26:12 -04:00
Robert Schulze
92ad3bf30c
Merge pull request #50943 from ClickHouse/DanRoscigno-patch-5
...
Update annindexes.md
2023-06-13 17:26:07 +02:00
Dan Roscigno
20ea87e527
Update annindexes.md
...
Don't break code snippets across lines.
2023-06-13 11:17:33 -04:00
Kruglov Pavel
39ba925f8b
Merge branch 'master' into allow-skip-empty-files
2023-06-13 17:17:26 +02:00
Rich Raposa
7115c069d3
Merge branch 'master' into fix-ann-page
2023-06-13 09:14:38 -06:00
rfraposa
57cdd3a25d
Update annindexes.md
2023-06-13 09:13:13 -06:00
Robert Schulze
46fbe7fb26
01746_convert_type_with_default: Temporarily disable flaky test
2023-06-13 15:01:51 +00:00
Kruglov Pavel
607f337d67
Merge pull request #50592 from Avogar/max-bytes-to-read-in-schema-inference
...
Add setting to limit the number of bytes to read in schema inference
2023-06-13 16:47:57 +02:00
Kruglov Pavel
2bfb15cf81
Merge pull request #50620 from Avogar/increase-bitmap-max-array-sixe
...
Increase max array size in group bitmap
2023-06-13 16:47:32 +02:00
avogar
2e1f56ae33
Address comments
2023-06-13 14:43:50 +00:00
Nikita Mikhaylov
52a460df67
Tests with parallel replicas are no more "always green" ( #50896 )
2023-06-13 16:43:35 +02:00
Nikolai Kochetov
0f4e3a34e8
Update 02784_projections_read_in_order_bug.sql
2023-06-13 16:42:30 +02:00
Azat Khuzhin
263be33297
Fix tests for throttling by allowing more margin of error for trottling event
...
Right now 02703_max_local_write_bandwidth is flaky, and the reason I
believe is that the server spent spent sometime somewhere else, which
means that the throttler will sleep less.
But what is important here is that the overall query duration time
matches the expectation, so it is OK to match the
LocalWriteThrottlerSleepMicroseconds/LocalReadThrottlerSleepMicroseconds
with some error rate.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-13 16:41:27 +02:00
Smita Kulkarni
c253c70510
Fix for MDXContent
2023-06-13 16:33:36 +02:00
Val Doroshchuk
8ea7560d89
MaterializedMySQL: Add additional test case to insert_with_modify_binlog_checksum ( #50884 )
2023-06-13 17:28:53 +03:00
Kruglov Pavel
8fdcd91c38
Merge pull request #49752 from Avogar/better-capnproto-3
...
Refactor CapnProto format to improve input/output performance
2023-06-13 16:20:38 +02:00
Alexander Tokmakov
5368fa72ca
Merge pull request #50487 from Avogar/add-gdb-to-stateless-tests
...
Attach gdb in stateless tests
2023-06-13 17:04:17 +03:00
Alexander Tokmakov
3a2fa65075
fix 'Illegal column timezone' in stress tests
2023-06-13 16:02:54 +02:00