Robert Schulze
a86f769e25
Fix FastTest
2024-04-15 14:06:59 +00:00
Alexander Sapin
45d49ca53d
I'll shut you down
2024-04-15 15:46:41 +02:00
Alexander Sapin
949ec8d44c
Silence
2024-04-15 15:33:25 +02:00
Alexander Sapin
0f2cc6e00a
Disable logs
2024-04-15 15:17:36 +02:00
Alexander Sapin
daea269a28
Try without debug logs
2024-04-15 14:42:20 +02:00
Robert Schulze
3c35f14804
Merge remote-tracking branch 'ClickHouse/master' into mkmkme/protobuf-25.1
2024-04-15 12:38:59 +00:00
Alexander Tokmakov
d510c3ac55
Merge pull request #62266 from ClickHouse/cannot_allocate_thread
...
Add fault injection for "Cannot allocate thread"
2024-04-12 14:40:42 +00:00
Max Kainov
053c3cc0c1
redirect azure logs
2024-04-12 10:22:03 +00:00
Alexey Milovidov
164a8d6097
Merge branch 'master' into clang-18-ci
2024-04-12 03:49:10 +02:00
Alexey Milovidov
d903e189c4
Update docker/test/stateless/run.sh
2024-04-12 01:01:04 +02:00
Raúl Marín
361d73f7a4
Try to fix Bugfix validation job
2024-04-12 00:07:53 +02:00
Alexander Tokmakov
55c510563c
Merge branch 'master' into cannot_allocate_thread
2024-04-11 23:06:17 +02:00
Alexander Tokmakov
d8e97b51bf
Merge branch 'master' into cannot_allocate_thread
2024-04-10 21:21:42 +02:00
Raúl Marín
12569cc5fe
Don't allow the fuzzer to change allow_experimental_analyzer
2024-04-10 18:18:47 +02:00
Nikolay Degterinsky
6f78e89044
Merge remote-tracking branch 'upstream/master' into docker-image
2024-04-09 13:13:58 +00:00
Nikolay Degterinsky
f45acef131
Support for a tiny feature in stateless tests image
2024-04-09 00:33:18 +00:00
Alexey Milovidov
0fccaafda4
Fix tests
2024-04-04 20:06:40 +02:00
Alexander Tokmakov
98ac8031e0
add fault injection
2024-04-03 19:49:23 +02:00
Mikhail Koviazin
e7a664e9df
Merge remote-tracking branch 'upstream/master' into mkmkme/protobuf-25.1
2024-04-03 13:51:37 +03:00
Alexey Milovidov
5e7a90f85f
Merge pull request #62065 from azat/ci/fix-stress-tests-analyzer
...
Fix stress tests for analyzer due to experimental WINDOW VIEW (by disabling it)
2024-04-01 00:16:02 +03:00
Nikolay Degterinsky
85bba8c59d
Merge pull request #62019 from ClickHouse/evillique-patch-2
...
Fix logs saving in DatabaseReplicated tests
2024-03-29 01:00:19 +01:00
Azat Khuzhin
a94143ee19
Fix stress tests for analyzer due to experimental WINDOW VIEW (by disabling it)
...
CI found [1]:
2024.03.28 13:16:00.797344 [ 99740 ] {} <Error> Application: Caught exception while loading metadata: Code: 695. DB::Exception: Load job 'load table 01069_window_view_proc_tumble_watch.wv' failed: Code: 1. DB::Exception: Experimental WINDOW VIEW feature is not supported with new infrastructure for query analysis (the setting 'allow_experimental_analyzer'): Cannot attach table `01069_window_view_proc_tumble_watch`.`wv` from metadata file /var/lib/clickhouse/store/dd8/dd82a4f5-5485-4747-9172-8976d1194c54/wv.sql from query ATTACH WINDOW VIEW `01069_window_view_proc_tumble_watch`.wv UUID '35cc7d27-df3b-4569-9cb9-2ccf6cb1ff4c' (`count` UInt64) ENGINE = Memory AS SELECT count(a) AS count FROM `01069_window_view_proc_tumble_watch`.mt GROUP BY tumble(timestamp, toIntervalSecond('1'), 'US/Samoa') AS wid. (UNSUPPORTED_METHOD), Stack trace (when copying this message, always include the lines below):
[1]: https://s3.amazonaws.com/clickhouse-test-reports/61997/ced095394b6fb6d50ed8b6834bd5911ad4702c6e/stateless_tests__tsan__s3_storage__[5_5].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-28 18:27:43 +01:00
Mikhail Koviazin
a9a1bd1afe
docker/stateless-test: install protobuf-compiler v25.1
2024-03-28 16:08:24 +01:00
Kseniia Sumarokova
5ba2ad53b6
Merge pull request #61163 from ClickHouse/filecache-better-try-reserve
...
Less contention in cache, part 3
2024-03-28 13:24:22 +01:00
Nikolay Degterinsky
dae3a9e389
Fix
2024-03-28 06:31:46 +01:00
Nikolay Degterinsky
54348e5e8c
Fix logs saving in DatabaseReplicated tests
2024-03-28 06:27:48 +01:00
Kseniia Sumarokova
db724b1293
Update create.sql
2024-03-25 19:36:48 +01:00
kssenii
ab17c4c987
Better randomization for stress test, restore trace log level back
2024-03-25 12:15:43 +01:00
Raúl Marín
4700222a0d
Fuzzer: Try a different way to wait for the server
2024-03-21 12:40:07 +01:00
Mikhail f. Shiryaev
ff9a6d0958
Merge pull request #61197 from ClickHouse/merge-commit-style-autofix
...
Merge commit style autofix
2024-03-21 09:59:53 +01:00
Max K
4f51d891a0
Merge pull request #61597 from ClickHouse/ci_remove_compose_files_from_docker
...
CI: remove compose files from integration test docker
2024-03-20 17:36:13 +01:00
Max Kainov
da28eaf454
CI: remove compose files from integration test docker
...
#ci_set_integration
2024-03-20 14:11:47 +00:00
Raúl Marín
007775c982
Better fuzzer logs
2024-03-20 13:09:26 +01:00
Mikhail f. Shiryaev
6550b6f227
Merge pull request #61607 from ClickHouse/fix-configs-bugfix
...
Fix configs for upgrade and bugfix
2024-03-20 10:44:43 +01:00
kssenii
fd7c732c12
Add one more comment, better cache policy randomizer
2024-03-19 23:09:17 +01:00
Mikhail f. Shiryaev
fce926446b
Fix sed to not produce local_blob_storage_blob_storage
2024-03-19 18:05:57 +01:00
Raúl Marín
b290fda45a
Merge pull request #61333 from Algunenano/fuzz_log
...
Minor changes in stress and fuzzer reports
2024-03-19 17:54:38 +01:00
Mikhail f. Shiryaev
301037ca6a
Replace cat | sed; mv
by sed -i
2024-03-19 17:53:32 +01:00
kssenii
595165add0
Merge remote-tracking branch 'origin/master' into filecache-better-try-reserve
2024-03-19 15:12:55 +01:00
Alexey Milovidov
2a4116cfb3
Merge pull request #61410 from tomershafir/thread-fuzzer-sleep-rand
...
ThreadFuzzer: randomize sleep time
2024-03-19 15:56:14 +03:00
Raúl Marín
a6506e8e58
Missed sending the process to background
2024-03-19 12:05:13 +01:00
Raúl Marín
7dbd96cf4e
Fix
2024-03-18 19:43:13 +01:00
Raúl Marín
10dd47cf5c
Separate CH and sanitizer logs
2024-03-18 16:40:03 +01:00
Mikhail f. Shiryaev
0e6b5705fb
Install python-magic in style-check, split pip and apt
2024-03-18 15:04:44 +01:00
kssenii
7931c44ff2
Check static storage policy
2024-03-17 17:40:43 +01:00
tomershafir
23169117ae
thread-fuzzer: randomize sleep time
2024-03-15 00:02:09 +02:00
Azat Khuzhin
02ae7e54a7
Fix bugfix check (due to "unknown object storage type: azure")
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-14 14:57:33 +01:00
Raúl Marín
f63368d83d
Separate stdout and stderr in fuzzer report
2024-03-13 19:12:43 +01:00
Raúl Marín
2982f3b369
Fix stress test sanitizer report
2024-03-13 19:12:43 +01:00
Alexey Milovidov
d3872b155e
Merge branch 'master' into clang-18-ci
2024-03-13 09:35:58 +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
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
Alexey Milovidov
8a484a44e3
Merge branch 'master' into dont-load-useless-index-parts-in-memory
2024-03-11 02:10:20 +01:00
Alexey Milovidov
36e18d7500
Merge branch 'master' into clang-18-ci
2024-03-10 23:57:00 +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
Alexey Milovidov
9a880c3bb9
Merge branch 'master' into clang-18-ci
2024-03-10 06:59:27 +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
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
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
6df3179341
Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci
2024-03-03 23:02:20 +01: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
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
ee772aaf0f
Use clang-18 in CI
2024-02-27 23:17:11 +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
Alexander Tokmakov
ef3b19167f
Merge pull request #58036 from MikhailBurdukov/backoff_for_failed_mutations
...
Backoff policy for failed mutation.
2024-02-23 15:27:41 +01:00
Kseniia Sumarokova
d3c6761dcf
Update run.sh
2024-02-23 12:06:17 +01:00
Raúl Marín
c359f29842
Merge remote-tracking branch 'blessed/master' into stress_log
2024-02-23 10:50:46 +01:00
Raúl Marín
9c99a2dd2a
Maybe better
2024-02-22 13:20:57 +01:00
Raúl Marín
b83b7a7ab7
Stress test: Include the first sanitizer block message in the report
2024-02-22 12:59:12 +01:00
Raúl Marín
5684a14160
Ignore valid 'No such key errors' in stress tests
2024-02-22 11:47:43 +01:00
Kseniia Sumarokova
84d6b4166a
Merge branch 'master' into fix-for-local-object-storage
2024-02-22 11:40:18 +01:00