Commit Graph

267 Commits

Author SHA1 Message Date
Daniil Fedotov a01c6436a0 Basic check for options overlap 2016-05-26 16:50:06 -06:00
Daniil Fedotov d83a59637d Ability to specify switches in commands 2016-05-26 15:02:10 -06:00
Daniil Fedotov f04b0d34c2 unused timeout 2016-05-26 00:35:10 +01:00
Michael Klishin 8f14dd743c Server dependency is no longer needed 2016-05-26 01:55:00 +03:00
Michael Klishin a879c2a185 Cosmetics 2016-05-26 01:52:21 +03:00
Michael Klishin ace351daa3 Cosmetics 2016-05-26 01:51:45 +03:00
Michael Klishin fb060e0cc5 Wording 2016-05-26 01:51:31 +03:00
Michael Klishin 092647b63a Clean up 2016-05-26 01:50:49 +03:00
Michael Klishin f758346682 Document RabbitMQ version requirement from now on
We depend on a rabbitmq-common feature that only exists
in master: item streaming for list_* commands.
2016-05-26 01:32:20 +03:00
Michael Klishin c6a2a5e6e1 Don't assume there's only a limited set of permissions 2016-05-26 01:30:13 +03:00
Daniil Fedotov d2a1367168 Cleanup 2016-05-25 23:13:37 +01:00
Daniil Fedotov bf7872cbb4 unused erg 2016-05-25 22:40:39 +01:00
Daniil Fedotov ed79aae726 Listing items in parallel 2016-05-25 22:34:15 +01:00
Daniil Fedotov cfe41481a3 Return Stream from listing commands 2016-05-25 20:03:17 +01:00
Michael Klishin f7abf054bb Update README.md 2016-05-24 12:41:15 +03:00
Michael Klishin eb7908fc1b Recommend `mix compile` 2016-05-24 12:38:01 +03:00
kjnilsson cea02c562c Initial implementations of cluster_status and report command 2016-05-24 10:00:40 +01:00
Daniil Fedotov 84afb8956a call close_all_connections with rpc 2016-05-23 16:02:01 +01:00
Michael Klishin 6264d69eb8 Merge branch 'stable' into rabbitmq-cli-31 2016-05-23 16:29:11 +03:00
Michael Klishin 8774cc7cc3 Cosmetics 2016-05-23 16:23:44 +03:00
Daniil Fedotov dccc3019c0 list parameters test 2016-05-23 13:52:12 +01:00
Michael Klishin bc1db8294c Use Keyword.equal? to compare proplists
This makes comparison order-independent.
2016-05-23 14:18:24 +03:00
Michael Klishin 3fc388ac90 Merge pull request #34 from rabbitmq/rabbitmq-cli-33
add mem_relative usage option to set_disk_free_limit
2016-05-23 14:07:19 +03:00
kjnilsson ec5fec1561 add mem_relative usage option to set_disk_free_limit 2016-05-23 10:53:55 +01:00
Daniil Fedotov a0cba28cdd Rename param to vhost 2016-05-23 10:23:07 +01:00
Daniil Fedotov aad7e41af2 Parameter list and clear commands 2016-05-23 10:23:07 +01:00
Michael Klishin 0bd9a02f49 This fn is meant to be private 2016-05-23 02:47:46 +03:00
Daniil Fedotov ec5b8b3317 Rename param to vhost in broker display commands 2016-05-21 18:57:39 +01:00
Michael Klishin 8725945520 Cosmetics 2016-05-21 17:42:03 +03:00
Michael Klishin c5915b75f6 Squash a warning 2016-05-21 17:33:59 +03:00
Michael Klishin f4e9d04751 Merge branch 'stable' into rabbitmq-cli-29 2016-05-21 17:33:51 +03:00
Michael Klishin e0baa7da11 This sleep is no longer needed 2016-05-21 17:18:19 +03:00
Michael Klishin ccd86c7acd Ditto for list_vhosts 2016-05-21 15:46:44 +03:00
Michael Klishin 5f2eaf16ce Ditto for list_user_permissions 2016-05-21 15:36:01 +03:00
Michael Klishin 0f47211080 Infinity? Come on. 2016-05-21 15:32:42 +03:00
Michael Klishin 496fb7ef03 Expect standard users in the result set, not the other way around
Makes it possible to run this test case against a node
that also has non-standard users.
2016-05-21 15:32:29 +03:00
Michael Klishin 50b65e4fb1 Makes tests pass 10 times in a row 2016-05-21 15:19:00 +03:00
Michael Klishin 87e6c8ab5b Use rpc:call/5 in these helpers 2016-05-21 15:02:21 +03:00
Michael Klishin 718252832d Explicitly delete queues in this test 2016-05-21 14:53:52 +03:00
Michael Klishin 5abd098ed3 Untangle a few more test inter-dependencies 2016-05-21 14:40:10 +03:00
Michael Klishin 1a81d9d0fc Don't mess with VM watermark during setup 2016-05-21 14:29:30 +03:00
Michael Klishin 05ee8884f9 Reset VM memory watermark during setup and tear down
Otherwise connections in other tests may end up being blocked,
which in turn means functions that close network connections time
out.
2016-05-21 14:27:17 +03:00
Michael Klishin 3fa66a5ab9 Don't assume connections are in a particular state 2016-05-21 14:27:00 +03:00
Michael Klishin 72d487f514 Cancel consumers at the end of the test 2016-05-21 14:26:46 +03:00
Michael Klishin 38fac6adae Correctly delete queues 2016-05-21 14:26:29 +03:00
Michael Klishin b0c80c3dac Ditto 2016-05-21 13:56:00 +03:00
Michael Klishin 5476d25eab Depend less on node state 2016-05-21 13:55:54 +03:00
Michael Klishin beba04e5b1 Ensure there are actually no queues 2016-05-21 13:55:35 +03:00
Michael Klishin 4f4a0bf307 Make this test less dependent on node state
and less likely to run into alarms
2016-05-21 13:55:03 +03:00
Michael Klishin bf31191435 Make this test depend less on node state
Specifically what connections may be open.
2016-05-21 13:15:09 +03:00