Alexey Milovidov
c4805591e4
Update 01076_parallel_alter_replicated_zookeeper.sh
2023-01-30 00:43:03 +03:00
Alexey Milovidov
4e8f3077a5
Fix flaky test, @alesapin please help!
2023-01-29 22:42:09 +01:00
Robert Schulze
19d4e4fd0e
Merge pull request #45756 from ClickHouse/fix-docs-formatting
...
Docs: Fix formatting
2023-01-29 21:00:10 +01:00
Robert Schulze
6195456d5b
Fix formatting
2023-01-29 19:58:59 +00:00
Alexey Milovidov
3534c39dc2
Merge pull request #44923 from azat/bg-pool-catch
...
Catch exceptions in BackgroundSchedulePool
2023-01-29 19:44:48 +03:00
Alexey Milovidov
4ae2824e58
Merge pull request #44226 from azat/ci/more-robust
...
More robust CI parsers
2023-01-29 19:44:16 +03:00
Alexey Milovidov
303fc4b863
Merge pull request #45744 from ClickHouse/fix-style-and-typo
...
Fix style and typo
2023-01-29 19:40:32 +03:00
Alexey Milovidov
322d4351d5
Merge pull request #45754 from ClickHouse/auto/v22.11.5.15-stable
...
Update version_date.tsv and changelogs after v22.11.5.15-stable
2023-01-29 18:39:44 +03:00
robot-clickhouse
efb346976e
Update version_date.tsv and changelogs after v22.11.5.15-stable
2023-01-29 13:39:03 +00:00
Robert Schulze
52083081b3
Merge pull request #45752 from ClickHouse/fix-link
...
Docs: Fix link
2023-01-29 12:28:07 +01:00
Robert Schulze
0a8dee7000
Docs: Fix link
2023-01-29 11:26:49 +00:00
alesapin
8d05b1ec4a
Merge pull request #45657 from ClickHouse/improve-release-script
...
Improve release script
2023-01-29 11:46:02 +01:00
Azat Khuzhin
b1b4aaeef6
ci: more robust results parsers
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-29 09:06:03 +01:00
Azat Khuzhin
e7df64df77
clickhouse-test: replace NUL byte to avoid breaking CSV parser
...
On CI [1]:
022-12-12 12:49:55 01910_client_replxx_container_overflow_long: [ FAIL ] 2.25 sec. - return code: 1
2022-12-12 12:49:55 send: spawn id exp4 not open
2022-12-12 12:49:55 while executing
...
Traceback (most recent call last):
File "/home/ubuntu/actions-runner/_work/_temp/stateless_debug/ClickHouse/tests/ci/functional_test_check.py", line 327, in <module>
state, description, test_results, additional_logs = process_results(
File "/home/ubuntu/actions-runner/_work/_temp/stateless_debug/ClickHouse/tests/ci/functional_test_check.py", line 173, in process_results
test_results = list(csv.reader(results_file, delimiter="\t")) # type: ignore
_csv.Error: line contains NUL
INFO:root:Update Mergeable Check by Stateless tests (asan)
Error: Process completed with exit code 1.
[1]: https://github.com/ClickHouse/ClickHouse/actions/runs/3669487007/jobs/6221215715
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-29 08:59:37 +01:00
Azat Khuzhin
d5f7adb4cd
clickhouse-test: trim debuglog to the first 100 lines as other logs
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-29 08:59:37 +01:00
Alexey Milovidov
5f4726eb2a
Merge pull request #45717 from Performica/topKWeighted-better-example
...
improve explanatory of topKWeighted example
2023-01-29 06:24:32 +03:00
Alexey Milovidov
0f7f490302
Merge pull request #45716 from Performica/maxMap-intuitive-example
...
More intuitive maxMap example
2023-01-29 06:23:54 +03:00
Alexey Milovidov
76975c00d4
Merge pull request #43405 from azat/fs/use-access
...
Simply filesystem helpers to check is-readable/writable/executable
2023-01-29 06:21:00 +03:00
Alexey Milovidov
c3c1ed01d9
Merge branch 'master' into bg-pool-catch
2023-01-29 06:19:38 +03:00
Alexey Milovidov
1ce44c3404
Merge pull request #45713 from azat/clickhouse-test-flush
...
Add missing SYSTEM FLUSH LOGS for clickhouse-test
2023-01-29 06:14:40 +03:00
Alexey Milovidov
49a59ff9bd
Fix bad comment
2023-01-29 03:57:59 +01:00
Alexey Milovidov
fb764b6bf3
Fix style and typo
2023-01-29 03:53:42 +01:00
Alexey Milovidov
9ad87f9917
Fix style and typo
2023-01-29 03:51:42 +01:00
Alexey Milovidov
0a829ad187
Merge pull request #45685 from freedomDR/sys_sync_func
...
add function: system sync file cache(sync syscall)
2023-01-29 04:43:44 +03:00
Alexey Milovidov
f4eb19bd69
Update InterpreterSystemQuery.cpp
2023-01-29 04:43:24 +03:00
Alexey Milovidov
b18dc419b7
Merge pull request #45691 from ClickHouse/tavplubix-patch-2
...
Suppress TOO_MANY_PARTS in BC check
2023-01-29 04:22:42 +03:00
Alexey Milovidov
fecccc87f6
Merge branch 'master' into sys_sync_func
2023-01-28 20:12:32 +03:00
Alexey Milovidov
d5cda328e0
Merge pull request #45735 from azat/tests/fix-gorilla-suspicious
...
tests: add missing allow_suspicious_codecs in 02536_delta_gorilla_corruption (fixes fasttest)
2023-01-28 18:58:18 +03:00
Azat Khuzhin
73fe6aad9b
tests: add missing allow_suspicious_codecs in 02536_delta_gorilla_corruption
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-28 13:04:04 +01:00
freedomDR
34ad5dc840
update tests result
2023-01-28 06:42:07 +00:00
freedomDR
5836a3f153
refactor coder
2023-01-28 04:27:11 +00:00
freedomDR
4b3d07f69f
add test
2023-01-28 04:27:10 +00:00
freedomDR
876a92d4d1
add doc about system sync file cache.
2023-01-28 04:27:10 +00:00
freedomDR
379850b6c4
add system sync file cache
2023-01-28 04:27:10 +00:00
robot-ch-test-poll
cb803a887a
Merge pull request #45660 from abidino/patch-2
...
Update sum.md
2023-01-28 01:52:06 +01:00
robot-ch-test-poll2
520e057fd5
Merge pull request #45376 from ClickHouse/block-non-float-gorilla-v2
...
Mark Gorilla codec on non-float columns as suspicous
2023-01-28 01:50:37 +01:00
Alexey Milovidov
39e54d3baa
Merge pull request #45600 from ClickHouse/changelog-23.1
...
Changelog for 23.1
2023-01-28 03:46:05 +03:00
Alexey Milovidov
b99ab2d137
Editing trash, part 4
2023-01-28 01:45:25 +01:00
Alexey Milovidov
2f670a772e
Merge branch 'master' into changelog-23.1
2023-01-28 01:45:07 +01:00
Alexey Milovidov
bc2f454522
Merge branch 'master' into block-non-float-gorilla-v2
2023-01-28 03:30:12 +03:00
Alexey Milovidov
0ffc8f048b
Merge pull request #45464 from lesandie/patch-1
...
Update skipping-index.md
2023-01-28 03:27:44 +03:00
Alexey Milovidov
9b1b247f9b
Merge pull request #45585 from kitaisreal/low-cardinality-insert-fix
...
LowCardinality insert fix
2023-01-28 03:26:40 +03:00
Alexey Milovidov
657d9f69e7
Merge pull request #45686 from amosbird/issue_45590
...
Fix key description when encountering duplicate primary keys
2023-01-28 02:22:42 +03:00
Alexey Milovidov
a62ca0f016
Merge pull request #45688 from jus1096/master
...
Add info about connect to remote Clickhouse
2023-01-28 02:21:28 +03:00
Alexey Milovidov
d792a2735d
Update named-collections.md
2023-01-28 02:21:00 +03:00
ivan-klass
b83e60b1d7
improve explanatory of topKWeighted example
2023-01-28 00:20:15 +01:00
Alexey Milovidov
8637556dc9
Merge pull request #45695 from ClickHouse/tylerhannan-patch-1
...
Add recordings for 23.1 and Tel Aviv
2023-01-28 02:19:12 +03:00
ivan-klass
8a6c4bec13
More intuitive maxMap example
...
Different types used to easier distinguish maxMap keys vs values
2023-01-27 23:41:55 +01:00
Azat Khuzhin
ffd5617614
Improve logging for broken disks
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-27 21:11:10 +01:00
Azat Khuzhin
3903b442fb
tests: fix broken disk emulation in test_jbod_ha
...
The problem with chmod 000 is that it is simply ignored for the owner of
the namespace (verified with kprobe for security_capable [1]),
previously it worked only cause there was a check for uid explicitly in
FS::canRead/canWrite.
[1]: cat-10561 [001] 1340776.172944: security_capable_retprobe: (capable_wrt_inode_uidgid+0x40/0x70 <- security_capable) arg1=0xffffffff
0xffffffff is -1 and it is EPERM
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-27 21:11:10 +01:00