rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
11.85k stars 3.9k forks source link

Speed up rabbit managements tests #11496

Closed kjnilsson closed 2 weeks ago

kjnilsson commented 2 weeks ago

main: gmake -C deps/rabbitmq_management tests 16.75s user 12.51s system 3% cpu 13:12.46 total

this PR: gmake -C deps/rabbitmq_management tests 15.21s user 10.73s system 8% cpu 4:48.54 total

kjnilsson commented 2 weeks ago

I see some flaky tests locally, but I believe this is unrelated to this patch.

Which suites/tests did you see flake?