rabbitmq-server/deps/rabbitmq_cli/test/plugins
Michael Klishin 6ebbfaa0a4
Adopt new helpers that assert on plugin presence and state
In many tests, we do not care what is the complete set of plugins
running on a node (or present, or in a specific state). We only
care that a few select ones are running, are of the expected version,
in a certain state, and so on.

So list comparison assertions are counterproductive and lead to
test interference that is difficult to track down. In many cases
we can do more fine grained assertions and ignore the rest of
the plugins present on the node.

References #6289, #6020.
2022-11-02 14:07:10 +04:00
..
directories_command_test.exs mix format rabbitmq_cli 2022-10-02 18:54:11 +01:00
disable_plugins_command_test.exs mix format rabbitmq_cli 2022-10-02 18:54:11 +01:00
enable_plugins_command_test.exs CLI: continue reworking assertions on plugin state 2022-11-02 13:08:44 +04:00
is_enabled_command_test.exs mix format rabbitmq_cli 2022-10-02 18:54:11 +01:00
list_plugins_command_test.exs Adopt new helpers that assert on plugin presence and state 2022-11-02 14:07:10 +04:00
plugins_formatter_test.exs mix format rabbitmq_cli 2022-10-02 18:54:11 +01:00
set_plugins_command_test.exs mix format rabbitmq_cli 2022-10-02 18:54:11 +01:00