robot-clickhouse
e5a1c0e251
Update version_date.tsv and changelogs after v24.2.2.71-stable
2024-03-15 06:50:44 +00:00
Mikhail f. Shiryaev
277032e444
Move the least updating cctools into beginning, update it
2024-03-14 14:16:33 +01:00
Mikhail f. Shiryaev
c3aefb28e5
Remove unnecessary layers from clickhouse/cctools
2024-03-14 14:13:15 +01:00
Raúl Marín
a65ac96b04
Merge pull request #61147 from azat/ci/fix-symbolizer
...
Fix llvm symbolizer on CI
2024-03-12 12:01:43 +01:00
Alexey Milovidov
bdc884dfa5
Merge pull request #60255 from ClickHouse/dont-load-useless-index-parts-in-memory
...
Do not load useless columns from the index in memory
2024-03-12 08:30:53 +03:00
Azat Khuzhin
5a400c181b
Fix llvm symbolizer on CI
...
In #61011 the whole toolchain installation had been removed from the
base image to reduce image sizes, and this is a good thing indeed.
However it also breaks the symbolizer for sanitizers, which makes
stacktraces unreadable, so let's fix this by getting back llvm package,
this should be OK, since it's size is not gigabytes, but only 48MiB (at
least for llvm-14):
# dpkg -L llvm-14| xargs file | grep -v directory | cut -d: -f1 | xargs du -sch | grep total
48M total
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-11 20:36:15 +01:00
Nikita Mikhaylov
cfa042cb04
Merge branch 'master' of github.com:ClickHouse/ClickHouse into rip-copier
2024-03-11 15:45:20 +00:00
Alexey Milovidov
8a484a44e3
Merge branch 'master' into dont-load-useless-index-parts-in-memory
2024-03-11 02:10:20 +01:00
Alexey Milovidov
2cc071e0e4
Fix error
2024-03-10 12:48:15 +01:00
Alexey Milovidov
3b8a8c9649
Better gitignore
2024-03-10 09:28:30 +01:00
Max Kainov
681bd28c87
CI: make style check fast
...
#do_not_test
2024-03-09 20:57:23 +00:00
Nikita Mikhaylov
6b4867f746
Debug fuzzer failures ( #61062 )
2024-03-08 21:27:56 +01:00
Nikita Mikhaylov
2bc4d27ac6
Bye bye
2024-03-07 19:24:39 +00:00
Mikhail f. Shiryaev
922d4cee63
Set the static image tag for cctools sources
2024-03-07 11:58:42 +01:00
Mikhail f. Shiryaev
484453c703
Create a rare-changing clickhouse/cctools
2024-03-07 11:08:56 +01:00
Mikhail f. Shiryaev
e5a7ec7be6
Do not build odbc driver in sqllogic
2024-03-07 09:52:25 +01:00
Mikhail f. Shiryaev
0cbfe3421f
Reduce size of test images by removing clang from there
2024-03-07 09:52:25 +01:00
Mikhail f. Shiryaev
cf0780a777
Change the binary-builder directory
2024-03-07 09:52:24 +01:00
Mikhail f. Shiryaev
176ed5f96b
Use curl instead of wget
2024-03-07 09:52:24 +01:00
Mikhail f. Shiryaev
1d8fe381be
Update the odbc in stateless tests
2024-03-07 09:52:23 +01:00
Mikhail f. Shiryaev
0cedafef1e
Do not test odbc in fast tests
2024-03-07 09:52:21 +01:00
Mikhail f. Shiryaev
9967c60c53
Update sccache
2024-03-07 09:52:07 +01:00
Mikhail f. Shiryaev
5e597228d7
Merge pull request #60408 from ClickHouse/update-style-python
...
Update style python
2024-03-07 09:32:28 +01:00
Kseniia Sumarokova
0d67d9c79d
Merge pull request #60165 from ClickHouse/fix-for-local-object-storage
...
Allow local/azure as object storage type instead of local_blob_storage/azure_blob_storage
2024-03-07 14:42:44 +08:00
Nikita Mikhaylov
48bea29611
Merge pull request #60654 from ClickHouse/fuzzer-gdb
...
Try to run fuzzer under gdb
2024-03-05 18:52:13 +01:00
Mikhail f. Shiryaev
34bb40583c
Install stubs for python-requests
2024-03-05 16:02:43 +01:00
Mikhail f. Shiryaev
76cbd78331
Update pylint, mypy, and black in style check image
2024-03-05 15:59:07 +01:00
Raúl Marín
738c481cce
Fix fuzzer report
2024-03-05 10:36:42 +00:00
Kseniia Sumarokova
6f5d79db24
Merge branch 'master' into fix-for-local-object-storage
2024-03-05 14:14:34 +08:00
Kseniia Sumarokova
9a3312f12d
Remove debug
2024-03-05 11:55:32 +08:00
Kseniia Sumarokova
b5fb12c6ec
Fix typo
2024-03-05 11:54:58 +08:00
Kseniia Sumarokova
c735caf44f
Fix typo
2024-03-05 11:54:13 +08:00
Nikita Mikhaylov
822ef975a5
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fuzzer-gdb
2024-03-05 01:30:54 +01:00
Nikita Mikhaylov
e715ff622d
Better
2024-03-05 00:52:13 +01:00
Raúl Marín
6e579e6bfa
Use awk since it's much simpler
2024-03-04 18:15:53 +01:00
Raúl Marín
0149b8893a
Include multiline logs in fuzzer fatal.log report
2024-03-04 17:42:06 +01:00
Mikhail f. Shiryaev
017a81692f
Merge pull request #60553 from ClickHouse/update-shellcheck
...
Update shellcheck
2024-03-04 11:21:34 +01:00
Alexey Milovidov
aeb5b9e921
Merge pull request #60607 from ClickHouse/auto/v24.2.1.2248-stable
...
Update version_date.tsv and changelogs after v24.2.1.2248-stable
2024-03-04 01:50:00 +03:00
Alexey Milovidov
c51b50aa1a
Merge pull request #60375 from azat/ci/bugfix-check-fix
...
Fix bugfix check (due to unknown commit_logs_cache_size_threshold)
2024-03-03 23:11:40 +03:00
Azat Khuzhin
c343ec4bcf
Fix bugfix and upgrade checks (due to "Unknown handler type 'redirect'" error)
...
CI: https://s3.amazonaws.com/clickhouse-test-reports/60694/418a6258ac1b55d5e225107bd9ebfc711ca6511b/upgrade_check__msan_.html
CI: https://s3.amazonaws.com/clickhouse-test-reports/60689/707200d2a4ee765c5109dcca78aaaa7f2c63ab85/bugfix_validation.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-03 12:00:49 +01:00
Alexey Milovidov
3938d7156a
Merge branch 'master' into fix-for-local-object-storage
2024-03-02 19:44:12 +01:00
Nikita Mikhaylov
361ec17c87
gdb...
2024-03-01 15:31:25 +00:00
Mikhail f. Shiryaev
17210bb494
Fix type, add _server suffix to start and stop functions
2024-03-01 00:21:31 +01:00
robot-clickhouse
c1d542d700
Update version_date.tsv and changelogs after v24.2.1.2248-stable
2024-02-29 21:19:40 +00:00
Mikhail f. Shiryaev
82a8308198
Update shellcheck to the latest release
2024-02-29 17:41:35 +01:00
Mikhail f. Shiryaev
f40e25f5c3
Check all shell scripts in docker directories
2024-02-29 17:41:33 +01:00
Alexey Milovidov
12ecfbb0d0
Fix wrong log message in Fuzzer
2024-02-26 17:46:51 +01:00
Antonio Andelic
2b51497e55
Update docker/test/stateless/run.sh
2024-02-26 08:50:23 +01:00
Azat Khuzhin
83e7f3e1a1
Fix bugfix check (due to unknown commit_logs_cache_size_threshold)
...
Bugfix check is broken on CI [1], because of:
2024.02.23 06:12:59.294500 [ 757 ] {} Application: Code: 115. DB::Exception: Unknown setting latest_logs_cache_size_threshold: in Coordination settings config. (UNKNOWN_SETTING), Stack trace (when copying this message, always include the lines below):
[1]: https://s3.amazonaws.com/clickhouse-test-reports/60031/89eb2a38c0a7c113b7b0a96c8069fea6eb48ae9d/bugfix_validation.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-02-24 21:17:03 +01:00
Azat Khuzhin
dd690dd05d
Expose fatal.log separately for fuzzer
...
Otherwise you have to download the full server.log
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-02-24 19:23:28 +01:00