divanik
|
fb2f15c3b5
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into divanik/fix_retry_integration_tests_decorator
|
2024-08-03 13:59:48 +00:00 |
|
李扬
|
667727192f
|
Merge branch 'ClickHouse:master' into fix_map_from_arrays
|
2024-08-03 21:28:20 +08:00 |
|
Alexey Milovidov
|
1723c087fb
|
Merge branch 'master' into improve-dashboard
|
2024-08-03 15:12:30 +02:00 |
|
Alexey Milovidov
|
d3dcd21dc9
|
Merge branch 'master' into fix-timer-descriptor-locks
|
2024-08-03 15:12:05 +02:00 |
|
Alexey Milovidov
|
b97e5b54ca
|
Merge pull request #67357 from Avogar/remove-duplicated-tests
Remove duplicated tests
|
2024-08-03 12:58:35 +00:00 |
|
Alexey Milovidov
|
00ea60d72c
|
Merge pull request #67690 from ClickHouse/fix-bad-log-message-sort-description
Fix bad log message in sort description
|
2024-08-03 12:57:20 +00: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 |
|
Alexey Milovidov
|
ddeb4e7b55
|
Merge pull request #67683 from ClickHouse/fix-docs-build
Fix docs build
|
2024-08-03 12:53:48 +00:00 |
|
Miсhael Stetsyuk
|
14fce8b8da
|
Merge pull request #66704 from ClickHouse/add-S3DiskNoKeyErrors-metric
Add S3DiskNoKeyErrors metric
|
2024-08-03 12:44:33 +00:00 |
|
Vitaly Baranov
|
6ce6af0647
|
Fix completion RESTORE ON CLUSTER.
|
2024-08-03 14:40:25 +02:00 |
|
Daniil Ivanik
|
472e7c8033
|
Merge pull request #67535 from ClickHouse/divanik/fix_s3_settings_for_queries_and_merges
[Green CI] test 03164_s3_settings_for_queries_and_merges is flaky
|
2024-08-03 11:55:01 +00:00 |
|
Azat Khuzhin
|
40cd5467c1
|
tests: fix 01042_system_reload_dictionary_reloads_completely flakiness (increase lag)
The test fails in case of INSERT takes > 1 sec:
2024.08.02 13:06:07.746869 [ 45445 ] {c9b55378-6bc5-46d5-80c1-5385a880f88b} <Debug> executeQuery: (from [::1]:37208) (comment: 01042_system_reload_dictionary_reloads_completely.sh) CREATE DICTIONARY test_m4lx2bit.dict ( x Int64 DEFAULT -1, y Int64 DEFAULT -1, insert_time DateTime ) PRIMARY KEY x SOURCE(CLICKHOUSE(HOST 'localhost' PORT tcpPort() USER 'default' TABLE 'table' DB 'test_m4lx2bit' UPDATE_FIELD 'insert_time')) LAYOUT(FLAT()) LIFETIME(1); (stage: Complete)
...
2024.08.02 13:06:08.263832 [ 59987 ] {744da223-67b9-4e32-b12a-eb2550a92fdb} <Trace> DictionaryFactory: Created dictionary source 'ClickHouse: test_m4lx2bit.table' for dictionary '5b2b98a9-9372-47c9-bda3-830794cb96e7'
2024.08.02 13:06:08.268118 [ 59987 ] {744da223-67b9-4e32-b12a-eb2550a92fdb} <Debug> executeQuery: (internal) SELECT `x`, `y`, `insert_time` FROM `test_m4lx2bit`.`table`; (stage: Complete)
...
2024.08.02 13:06:09.193190 [ 45445 ] {b6033498-4666-452f-bcf9-02ecf257ba7f} <Debug> executeQuery: (from [::1]:37262) (comment: 01042_system_reload_dictionary_reloads_completely.sh) INSERT INTO test_m4lx2bit.table VALUES (stage: Complete)
...
2024.08.02 13:06:11.342119 [ 50962 ] {} <Debug> executeQuery: (internal) SELECT `x`, `y`, `insert_time` FROM `test_m4lx2bit`.`table` WHERE insert_time >= '2024-08-02 13:06:07'; (stage: Complete)
...
2024.08.02 13:06:11.832158 [ 45445 ] {b6033498-4666-452f-bcf9-02ecf257ba7f} <Debug> TCPHandler: Processed in 2.642106236 sec.
...
2024.08.02 13:06:16.357448 [ 41632 ] {} <Debug> executeQuery: (internal) SELECT `x`, `y`, `insert_time` FROM `test_m4lx2bit`.`table` WHERE insert_time >= '2024-08-02 13:06:10'; (stage: Complete)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-08-03 13:30:58 +02:00 |
|
Azat Khuzhin
|
f97abf6994
|
tests: avoid endless wait in 01042_system_reload_dictionary_reloads_completely
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2024-08-03 13:30:55 +02:00 |
|
Sergei Trifonov
|
3a7842ce05
|
Merge pull request #67553 from ClickHouse/fix-async-loader-destruction
Fix AsyncLoader destruction race
|
2024-08-03 09:27:48 +00:00 |
|
Sergei Trifonov
|
d8cb1613fa
|
Merge pull request #65654 from ClickHouse/scheduler-queue-throughput-introspection
Scheduler queue throughput introspection, Fix CPU indication in client
|
2024-08-03 09:24:28 +00:00 |
|
Antonio Andelic
|
c96e1f86da
|
Merge pull request #67433 from ClickHouse/fix-archive-file-parsing
Fix file/URI parsing with archive syntax
|
2024-08-03 08:05:20 +00:00 |
|
Antonio Andelic
|
1b20d47202
|
Merge pull request #67665 from ClickHouse/fix-udf-reload
Fix reloading SQL UDFs with UNION
|
2024-08-03 08:05:12 +00:00 |
|
Alexey Milovidov
|
dfeb199116
|
Fix locking inside TimerDescriptor
|
2024-08-03 03:06:37 +02:00 |
|
Alexey Milovidov
|
9a017528a4
|
Minor change
|
2024-08-03 02:58:42 +02:00 |
|
Alexey Milovidov
|
74adf3d3fc
|
Merge branch 'master' into enable-text-log
|
2024-08-03 02:33:37 +02:00 |
|
Alexey Milovidov
|
06a32cb2e2
|
Merge branch 'master' into add-no-distributed-cache-tag
|
2024-08-03 02:32:05 +02:00 |
|
Alexey Milovidov
|
7af5340e6e
|
Merge pull request #67362 from ClickHouse/vdimir/test_cache_evicted_by_temporary_data
Trying to fix test_cache_evicted_by_temporary_data and print debug info
|
2024-08-03 00:31:09 +00:00 |
|
Alexey Milovidov
|
94f8855f6e
|
Merge pull request #67597 from ClickHouse/kssenii-patch-12
Update check_rabbitmq_is_available
|
2024-08-03 00:30:31 +00:00 |
|
Alexey Milovidov
|
0e0f2dc7b0
|
Merge pull request #67603 from Algunenano/bad_logs
Fix 02910_bad_logs_level_in_local in fast tests
|
2024-08-03 00:30:14 +00:00 |
|
Alexey Milovidov
|
dbb059912d
|
Merge pull request #67672 from ClickHouse/integration-tests-fix-ports
Integration tests: fix ports clashing problem
|
2024-08-03 00:29:58 +00:00 |
|
Alexey Milovidov
|
0e823d0a7f
|
Merge pull request #67671 from ClickHouse/vdimir/fix_03203_client_benchmark_options
Fix 03203_client_benchmark_options
|
2024-08-03 00:28:45 +00:00 |
|
Alexey Milovidov
|
130bf67b07
|
Merge pull request #67694 from den-crane/Docs/max_partitions_to_read
doc fix max_partitions_to_read description
|
2024-08-03 00:28:23 +00:00 |
|
Alexey Milovidov
|
090fb59194
|
Automatic field width of chart parameters
|
2024-08-03 02:20:58 +02:00 |
|
Alexey Milovidov
|
eeb8c1caac
|
Improve margins when there are many parameters
|
2024-08-03 02:06:53 +02:00 |
|
Alexey Milovidov
|
a99f9bb603
|
Focus on the mass editor
|
2024-08-03 01:50:27 +02:00 |
|
Alexey Milovidov
|
95659de265
|
Fix invalid detection of an empty result
|
2024-08-03 01:45:41 +02:00 |
|
Alexey Milovidov
|
a6f9dd4447
|
Improve dashboard
|
2024-08-03 01:35:10 +02:00 |
|
Alexey Milovidov
|
a431ab3e4b
|
Improve dashboard
|
2024-08-03 01:31:02 +02:00 |
|
Alexey Milovidov
|
dd0ae04f90
|
Minor change
|
2024-08-02 23:52:57 +02:00 |
|
Alexey Milovidov
|
76e51f08b6
|
Merge branch 'master' into tighten-limits-functional-tests
|
2024-08-02 23:04:35 +02:00 |
|
Alexey Milovidov
|
13b435d281
|
Minor change
|
2024-08-02 23:04:27 +02:00 |
|
Alexey Milovidov
|
8b005315cc
|
Merge pull request #67650 from jkartseva/async-insert-race-long-fixes
`02481_async_insert_race_long.sh` flakiness fixes
|
2024-08-02 23:03:22 +02:00 |
|
Alexey Milovidov
|
999f13b34f
|
Merge branch 'fix-async-insert-race-long' into tighten-limits-functional-tests
|
2024-08-02 22:55:53 +02:00 |
|
Alexey Milovidov
|
15e9f8d9cb
|
Fix 02481_async_insert_race_long
|
2024-08-02 22:52:01 +02:00 |
|
Alexey Milovidov
|
fb23cbdef6
|
Minor change
|
2024-08-02 22:51:41 +02:00 |
|
Yarik Briukhovetskyi
|
593af842f5
|
Merge pull request #67558 from yariks5s/fix_datetime64_toStartOfWeek
Fix toStartOfWeek wrong result with DateTime64
|
2024-08-02 20:42:29 +00:00 |
|
Max K.
|
c0a3690cc8
|
Merge pull request #67523 from ClickHouse/fix_for_dry_run_handling_in_create-release_wf
CI: Prepare Create Release workflow for production
|
2024-08-02 20:13:45 +00:00 |
|
Alexey Milovidov
|
65e0168b64
|
Merge pull request #67347 from ssheikin/patch-1
Fix positionCaseInsensitive example
|
2024-08-02 20:02:36 +00:00 |
|
Antonio Andelic
|
10e28236b9
|
Merge branch 'master' into fix-udf-reload
|
2024-08-02 21:31:32 +02:00 |
|
Max K.
|
3770d5c2bf
|
Merge pull request #67692 from ClickHouse/auto/v23.8.16.40-lts
Update version_date.tsv and changelog after v23.8.16.40-lts
|
2024-08-02 19:07:03 +00:00 |
|
robot-clickhouse
|
a45ba44dba
|
Automatic style fix
|
2024-08-02 18:28:46 +00:00 |
|
Max K
|
aa38e78d72
|
update version_date.tsv
|
2024-08-02 20:27:59 +02: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 |
|