Commit Graph

58 Commits

Author SHA1 Message Date
Michael Klishin 639a38a89c Use rabbitmq_stomp instead of rabbitmq_metronome
The metronome plugin is an example and not supposed to be used
in production. It has certain assumptions that do not necessarily
hold when a test suite that messes with broker state is executed.

It therefore makes more sense to use rabbitmq_stomp or another
plugin that is commonly deployed in production systems.

Per discussion with @hairyhum.
2016-09-07 18:22:24 +03:00
Daniil Fedotov 5aed413ad8 Test stability. Enabling federation plugin when needed, do not stop distribution. 2016-09-07 13:28:06 +01:00
Daniil Fedotov 41fd1588b3 Fix warnings in tests 2016-08-23 14:28:34 +01:00
Michael Klishin f6861efbf4 Use equality operator in asserts where possible, wording 2016-08-11 10:41:38 +03:00
Michael Klishin 05db449187 Handle duplicates on plugin lists, be more defensive with defaults
Makes CLI invocations of `rabbitmq-plugins {enable, disable, list}`
mostly work.
2016-08-11 01:27:13 +03:00
Michael Klishin 529b802ed5 Make sure this test case is actually different from the one above 2016-08-10 23:23:58 +03:00
Michael Klishin 830b1d1382 Cosmetics, extract fn 2016-08-09 18:26:05 +03:00
Michael Klishin 14ff225719 Group rabbitmq-plugins command tests under test/plugins
Note yet moving the rest under test/ctl so that a bunch
of existing PRs merge cleanly.
2016-08-09 13:44:20 +03:00