ClickHouse/tests
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
..
ci Merge pull request #67696 from ClickHouse/fix-test-reports 2024-08-03 14:55:03 +02:00
config Better 2024-07-31 14:58:52 +00:00
fuzz Add groupConcat to fuzzer 2024-07-30 12:44:43 +02:00
instructions
integration Use RabbitMQ without management in tests (attempt to improve startup) 2024-08-04 09:04:41 +02:00
jepsen.clickhouse
perf_drafts
performance Merge pull request #65320 from ClickHouse/nickitat-patch-20 2024-08-02 16:28:45 +00:00
queries Revert "Add replication lag and recovery time metrics" 2024-08-03 18:41:17 +02:00
sqllogic
.gitignore
.rgignore
analyzer_tech_debt.txt
clickhouse-test
output.txt
README.md
result
tsan_ignorelist.txt
ubsan_ignorelist.txt

Find CI documents and instructions on running CI checks locally here.