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
60648e5240
Revert "Add replication lag and recovery time metrics"
2024-08-03 18:41:17 +02: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
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
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
Antonio Andelic
10e28236b9
Merge branch 'master' into fix-udf-reload
2024-08-02 21:31:32 +02: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
Nikita Fomichev
664e131f4f
Integration tests: fix ports clashing problem 4
2024-08-02 16:09:48 +02:00
Antonio Andelic
c2dd62256a
Merge pull request #67658 from ClickHouse/fix-flaky-test_replicated_table_attach
...
Fix flaky `test_replicated_table_attach`
2024-08-02 13:54:19 +00:00
alesapin
a930c768c3
Merge pull request #67449 from ClickHouse/divanik/add_docs_about_docker_runner_image_relaunch
...
[Docs] Building integration tests runner docker image for a local testing
2024-08-02 13:22:59 +00:00
Nikita Fomichev
5256e8e6d0
Integration tests: fix ports clashing problem 3
2024-08-02 14:36:49 +02:00
Nikita Fomichev
a64e625f0b
Integration tests: fix ports clashing problem 2
2024-08-02 14:03:27 +02:00
Julia Kartseva
528187410f
Merge pull request #65751 from jkartseva/store-plain-rw-metadata-separately
...
Store `plain_rewritable` disk metadata in the separate `'__meta'` layout; add flat object storage directory structure
2024-08-02 11:52:59 +00:00
robot-clickhouse
34cba1bdda
Automatic style fix
2024-08-02 11:46:12 +00:00
Michael Stetsyuk
7d45529fe8
randomize query id in test_checking_s3_blobs_paranoid
2024-08-02 12:37:40 +01:00
Nikita Fomichev
7d1e958097
Integration tests: fix ports clashing problem
2024-08-02 13:32:59 +02:00
Michael Stetsyuk
092c837119
randomize table name in test_storage_delta
2024-08-02 12:14:37 +01:00
vdimir
02e4843605
test_cache_evicted_by_temporary_data drop cache
2024-08-02 10:37:52 +00:00
Antonio Andelic
76e2e886db
Merge branch 'master' into fix-udf-reload
2024-08-02 12:37:13 +02:00
vdimir
eb3fd60f3e
Trying to fix test_cache_evicted_by_temporary_data and print debug info
2024-08-02 10:18:52 +00:00
Antonio Andelic
6c8f458b0b
Fix reloading SQL UDFs with UNION
2024-08-02 11:13:41 +02:00
Michael Stetsyuk
9c05a0ad5a
rm dirs in test_storage_delta
2024-08-02 09:34:32 +01:00
Pablo Marcos
dc65c0aa07
Fix doc for parallel test execution
...
Copy-pasterino strikes again. I forgot to remove the single quote.
With it, pytest thinks the whole argument is a file:
(no name '/ClickHouse/tests/integration/test_storage_s3_queue/test.py::test_max_set_age -- --count 10 -n 5' in any of [<Module test.py>])
2024-08-02 07:17:09 +00:00
Antonio Andelic
774cba09df
Fix flaky test_replicated_table_attach
2024-08-02 08:49:47 +02:00
Julia Kartseva
d6da86dad2
Store plain_rewritable metadata in a separate layout
2024-08-02 04:28:07 +00:00
Alexey Katsman
a596f0b6d1
Merge pull request #67506 from alexkats/fix-mask
...
[Green CI] Fix potentially flaky test_mask_sensitive_info integration test
2024-08-01 20:55:56 +00:00
Antonio Andelic
1d8e886d7b
Merge pull request #67448 from ClickHouse/keeper-map-retries
...
Add Keeper retries in `KeeperMap`
2024-08-01 17:19:19 +00:00
Antonio Andelic
bf98336819
Merge pull request #67595 from ClickHouse/update-minio
...
Update minio in integration tests
2024-08-01 16:19:28 +00:00
Alex Katsman
0913f0189b
Don't count a search query as a search pattern match
2024-08-01 14:08:50 +00:00
Michael Stetsyuk
1d85f9b1cb
fix remove_local_directory_contents
2024-08-01 14:58:11 +01:00
Alexander Tokmakov
c0bd2120c8
Merge pull request #66519 from XuJia0210/feature_disable_insertion_and_mutation
...
Feature disable insertion and mutation
2024-08-01 13:35:25 +00:00
Vitaly Baranov
67f85fb43b
Merge pull request #67494 from vitlibar/fix-test_mutation
...
Fix test test_backup_restore_on_cluster/test.py::test_mutation
2024-08-01 12:49:47 +00:00
Alexander Tokmakov
3e61ff2553
Merge pull request #67590 from pamarcos/fix-test_zookeeper_config_load_balancing
...
Fix test_zookeeper_config_load_balancing after adding the xdist worker name to the instance
2024-08-01 12:13:04 +00:00
Kseniia Sumarokova
2c018d6f4d
Update cluster.py
2024-08-01 13:38:41 +02:00
Antonio Andelic
c77f6d78d9
Update minio
2024-08-01 12:09:58 +02:00
Pablo Marcos
da3a37c561
Improve regex to take into account the xdist name in the instance
2024-08-01 09:38:34 +00:00
Robert Schulze
64526e6e3a
Merge pull request #67435 from rschu1ze/multiquery-followup
...
Remove obsolete `--multiquery` parameter from tests
2024-08-01 09:12:41 +00:00
Antonio Andelic
7db4065898
Add retries to create
2024-08-01 10:34:53 +02:00
Antonio Andelic
c2df527a32
Reduce fault rate
2024-08-01 08:42:54 +02:00
Antonio Andelic
d571e517fa
Merge branch 'master' into keeper-map-retries
2024-08-01 08:41:06 +02:00
Pablo Marcos
3332faa014
Merge pull request #67035 from pamarcos/fix-flaky-test_storage_s3_queue-test_max_set_age
...
[Green CI] Fix test test_storage_s3_queue/test.py::test_max_set_age
2024-07-31 16:09:34 +00:00
Robert Schulze
d0a030f03e
Merge remote-tracking branch 'ClickHouse/master' into multiquery-followup
2024-07-31 15:39:33 +00:00
Michael Stetsyuk
27f4f468b9
make it possible to rerun test_recovery_time_metric multiple times
2024-07-31 14:55:00 +01:00
robot-clickhouse
7dbd3d7534
Automatic style fix
2024-07-31 13:51:48 +00:00
Michael Stetsyuk
31c142a96d
make it possible to rerun test_storage_delta and test_checking_s3_blobs_paranoid
2024-07-31 14:44:54 +01:00
Antonio Andelic
6b7c5eb5da
Fix drop
2024-07-31 14:43:58 +02:00