Commit Graph

149105 Commits

Author SHA1 Message Date
Azat Khuzhin
dc527b6fd1 tests: detailed errors for RabbitMQ startup
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-04 09:07:05 +02:00
Azat Khuzhin
264be9c598 tests: increase timeout for RabbitMQ startup
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-04 09:06:50 +02:00
Azat Khuzhin
59e5a09b49 Use RabbitMQ without management in tests (attempt to improve startup)
Sometimes startup can take ~90 seconds [1]:

    2024-08-03 23:11:38.756067+00:00 [info] <0.9.0> Time to start RabbitMQ: 94651980 us

Unlike normally ~10 [2]:

    2024-08-04 00:33:07.016137+00:00 [info] <0.9.0> Time to start RabbitMQ: 10082489 us

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/67737/b4e3bbcb82158bea4f5db1d9f5c28cfb741d1d51/integration_tests__asan__old_analyzer__[4_6].html
  [2]: https://s3.amazonaws.com/clickhouse-test-reports/66671/2f00c962711e13ca00af324366421fe4593b4ce6/integration_tests__asan__old_analyzer__[4_6].html

I've tried locally, the difference is very small, 3135665 us
(+management) vs (2740747 us), but still something, and who knows how it
works under pressure.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-04 09:04:41 +02:00
Alexey Milovidov
3905dde3d9
Merge pull request #67731 from ClickHouse/revert-66703-add-replication-lag-and-recovery-time-metrics
Revert "Add replication lag and recovery time metrics"
2024-08-03 18:41:53 +02:00
Alexey Milovidov
60648e5240
Revert "Add replication lag and recovery time metrics" 2024-08-03 18:41:17 +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
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
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
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
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
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
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
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
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
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
Denny Crane
3c4389ec4d doc/fix max_partitions_to_read description 2024-08-02 14:57:19 -03:00
Alexey Milovidov
e3239c6ee1 Fix bad log message in JIT for sorting 2024-08-02 19:09:16 +02:00
Alexey Milovidov
b38c46a87d Minor change 2024-08-02 19:08:51 +02:00
Sasha Sheikin
ae6d4bdd8a
Fix positionCaseInsensitive example 2024-08-02 18:47:29 +02:00
Nikita Taranov
3dc73ad677
Merge pull request #65320 from ClickHouse/nickitat-patch-20
Fix some perf tests
2024-08-02 16:28:45 +00:00
Nikita Taranov
8735076fbf
Merge pull request #67605 from ClickHouse/fix_01605_adaptive_granularity_block_borders
Fix 01605_adaptive_granularity_block_borders
2024-08-02 16:27:44 +00:00
Nikita Taranov
6c2f2aed48
Merge pull request #67396 from ClickHouse/mute_broken_perf_test
Mute degraded perf test
2024-08-02 16:26:53 +00:00
Max K
cebb366838 more fixes 2024-08-02 18:23:52 +02:00
Alexey Milovidov
fcb0ce7361 Fix docs build 2024-08-02 18:17:32 +02:00
Alexey Milovidov
364622f567 Minor change 2024-08-02 18:17:13 +02:00
Nikolai Kochetov
18c69e164f
Merge pull request #67536 from ClickHouse/fix-67330
Prefer constant to INPUT in PlannerActionsVisitor.
2024-08-02 15:55:45 +00:00
Miсhael Stetsyuk
f1df59d6c9
Merge pull request #66703 from ClickHouse/add-replication-lag-and-recovery-time-metrics
Add replication lag and recovery time metrics
2024-08-02 15:21:43 +00:00
Nikita Fomichev
1fd9464947
Merge pull request #67454 from ClickHouse/24.7-testing-and-docs
24.7 add missing documentation and testing
2024-08-02 15:00:47 +00:00
Max K.
2eaeae8800
Merge pull request #67677 from ClickHouse/auto/v24.3.6.48-lts
Update version_date.tsv and changelog after v24.3.6.48-lts
2024-08-02 14:44:26 +00:00
Nikita Fomichev
664e131f4f Integration tests: fix ports clashing problem 4 2024-08-02 16:09:48 +02:00
alesapin
aefed7cdd6
Update tests/queries/0_stateless/03164_s3_settings_for_queries_and_merges.sql 2024-08-02 16:06:53 +02:00