Commit Graph

2936 Commits

Author SHA1 Message Date
Max Kainov
59a63cd110 CI: Fix for filtering jobs in PRs 2024-08-08 09:56:31 +02:00
Alexey Milovidov
8b3e85dd8d
Merge pull request #67785 from arenadata/ADQM-FixedTestRaceCondition
Fixed session_log related tests race condition on logout
2024-08-07 20:01:48 +00:00
Max K.
ebc4ef393b
Merge pull request #67986 from ClickHouse/revert-67934-ci_strict_job_timeout
Revert "CI: Strict job timeout 1.5h for tests, 2h for builds"
2024-08-07 14:33:16 +00:00
Max K.
b8fec3bce4
Merge pull request #67923 from ClickHouse/ci_buddy_with_channel_dispatcher
CI: CiBuddy with channel dispatcher
2024-08-07 14:21:02 +00:00
Max K.
9a812fc535
Revert "CI: Strict job timeout 1.5h for tests, 2h for builds" 2024-08-07 15:55:03 +02:00
Raúl Marín
c9340cba32
Merge pull request #67622 from Algunenano/unit_test_asan
Don't run ASAN unit tests under gdb
2024-08-07 10:48:00 +00:00
Alexey Milovidov
65297524de
Merge pull request #67934 from ClickHouse/ci_strict_job_timeout
CI: Strict job timeout 1.5h for tests, 2h for builds
2024-08-06 22:50:39 +00:00
Max K.
a15fb8be75
Merge pull request #67919 from ClickHouse/ci_no_critical_bug_fix_in_changleog
CI: Changelog: Critical Bug Fix to Bug Fix
2024-08-06 20:11:55 +00:00
Robert Schulze
4cdb6db1b7
Merge pull request #67855 from azat/ci/fix-use_query_cache-stressing
Fix query cache randomization in stress tests
2024-08-06 17:59:10 +00:00
Max Kainov
f0fdba3bbe CI: Strict job timeout 1.5h for tests, 2h for builds 2024-08-06 19:02:49 +02:00
robot-clickhouse
e1e298f14e Automatic style fix 2024-08-06 14:57:04 +00:00
Max Kainov
f2591bd1a6 CI: CiBuddy with channel dispatcher 2024-08-06 16:55:04 +02:00
Max Kainov
dbcc5cf133 CI: Changelog: Critical Bug Fix to Bug Fix 2024-08-06 15:39:08 +02:00
Max K.
8cca8ecb34
Merge pull request #67101 from ClickHouse/ci_mergeable_check_fix
CI: CheckReadyForMerge fixes
2024-08-06 11:08:45 +00:00
Azat Khuzhin
27569815d5 Fix query cache randomization in stress tests
Right now it fails with [1]:

    2024.08.05 12:53:53.659422 [ 3559 ] {123237a2-5f08-47e4-996e-21e20bc4a51a} <Error> executeQuery: Code: 704. DB::Exception: The query result was not cached because the query contains a non-deterministic function. Use setting `query_cache_nondeterministic_function_handling = 'save'` or `= 'ignore'` to cache the query result regardless or to omit caching. (QUERY_CACHE_USED_WITH_NONDETERMINISTIC_FUNCTIONS) (version 24.8.1.1356) (from [::1]:42534) (in query: SELECT version(), arrayStringConcat(groupArray(value), ' ') FROM system.build_options WHERE name IN ('GIT_HASH', 'GIT_BRANCH') ), Stack trace (when copying this message, always include the lines below):

    Uexpected exception, will not retry:  HTTPError :  Code: 500. Code: 704. DB::Exception: The query result was not cached because the query contains a non-deterministic function. Use setting `query_cache_nondeterministic_function_handling = 'save'` or `= 'ignore'` to cache the query result regardless or to omit caching. (QUERY_CACHE_USED_WITH_NONDETERMINISTIC_FUNCTIONS) (version 24.8.1.1356)

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/67737/e68c9c8d16f37f6c25739076c9b071ed97952269/stress_test__asan_/stress_test_run_10.txt

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-06 11:38:55 +02:00
Raúl Marín
25fa63f7e6 Merge remote-tracking branch 'blessed/master' into unit_test_asan 2024-08-06 11:19:57 +02:00
Alexey Milovidov
8e19f46829
Merge pull request #67706 from ClickHouse/ci_minot_utils_refactoring
CI: Minor refactoring in ci_utils
2024-08-05 21:34:43 +00:00
Max K
529f21c6b8 CI: CheckReadyForMerge fixes 2024-08-05 20:41:16 +02:00
Raúl Marín
a296beb390 Unit test: Mark as FAILURE if retcode != 0 2024-08-05 13:31:53 +02:00
Max K
67bddde628 move Check Descriptions to commit_status_helper 2024-08-05 13:18:37 +02:00
Azat Khuzhin
cdbc4f3573 ci: fail the test if the entrypoint script failed
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-05 11:16:08 +02:00
Alexey Gerasimchuck
e5134e14ea Disabled parallel run 2024-08-05 07:59:51 +00:00
Max K
3dedd8d76b CI: Minor refactoring in ci_utils 2024-08-03 21:19:51 +02:00
Alexey Milovidov
4a10d26eb1
Merge pull request #67696 from ClickHouse/fix-test-reports
Fix check names in test reports and the CI Logs database
2024-08-03 14:55:03 +02:00
robot-clickhouse
a45ba44dba Automatic style fix 2024-08-02 18:28:46 +00:00
Max K
b282be83c5 remove old workflows 2024-08-02 20:26:04 +02:00
Alexey Milovidov
675afda172 Fix check names in the CI Logs database 2024-08-02 20:22:08 +02:00
Alexey Milovidov
bd3606dac4 Fix typos 2024-08-02 20:17:07 +02:00
Alexey Milovidov
2c9b61d047 Miscellaneous 2024-08-02 20:16:44 +02:00
Alexey Milovidov
ce39957983 Remove capitalization in test reports 2024-08-02 20:11:25 +02:00
Max K
cebb366838 more fixes 2024-08-02 18:23:52 +02:00
Raúl Marín
900e08d6e7 Try fix 2024-08-02 11:32:09 +02:00
Max K
e034558f74 add automerge prs step 2024-08-01 21:18:14 +02:00
Max K
30e0c1a1b8 try less mem for geesefs 2024-08-01 20:07:53 +02:00
Raúl Marín
4e9761acf9 Don't run ASAN unit tests under gdb 2024-08-01 18:59:17 +02:00
Max K
4802ea540a improve ci_utils' Shell 2024-08-01 18:07:13 +02:00
Max K
8214910cc7 add geesfs 2024-08-01 18:07:13 +02:00
Max K
c534cd5bc2 changelog.py to retrieve best token
s3fs fix

changelog.py to use base branch to filter prs
2024-08-01 18:07:11 +02:00
Max K
9362d1a566 CI: Create release workflow dry run fix
fix
2024-08-01 18:06:54 +02:00
Raúl Marín
bdf98cbcc0 Fix public backports 2024-07-30 10:06:01 +00:00
Max K.
7b2ec7ea33
Merge pull request #67402 from ClickHouse/ci_build_results_fix
CI: Fix build results for release branches
2024-07-29 19:46:17 +00:00
Max K
fea03cf46f Build results fix 2024-07-29 21:07:24 +02:00
Max K.
7e011fa967
Merge pull request #67075 from ClickHouse/ci_create_release_docker_fix
CI: Docker server build fix for new release workflow
2024-07-29 18:31:34 +00:00
Max K
4417a9ae6f style fix 2024-07-29 16:14:45 +02:00
Max K
fd2dc474a1 docker server fixes 2024-07-29 14:26:02 +02:00
Max K
9f8c90065e Fix docker jobs dependencies 2024-07-29 14:16:20 +02:00
Max K
918feaff9d CI: Fix reuse for release branches 2024-07-29 13:46:23 +02:00
Alexey Milovidov
9c44ceda65
Merge pull request #67327 from ClickHouse/follow-up-67301
Follow-up for #67301
2024-07-29 10:32:42 +00:00
Max K.
80a003f994
Merge pull request #67343 from ClickHouse/ci_check_docker_stdout_commands
CI: Print stdout, stderr for docker pull command
2024-07-29 09:51:38 +00:00
Max K.
37210d29ee
Merge pull request #67104 from ClickHouse/ci_rename_test_stages
CI: Rename Tests_2/3 stages to avoid confusion
2024-07-29 07:58:59 +00:00