| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Log configuration tests | Daniil Fedotov | 2017-08-21 | 1 | -0/+673 |
| * | Refactor log configuration to be consistent with log doc guide | Daniil Fedotov | 2017-08-18 | 1 | -9/+17 |
| * | Merge branch 'stable' | Michael Klishin | 2017-08-10 | 1 | -1/+2 |
| |\ | |||||
| | * | Move delays to the test where they belong | Michael Klishin | 2017-08-10 | 1 | -1/+2 |
| * | | Merge branch 'stable' | Michael Klishin | 2017-08-10 | 1 | -0/+3 |
| |\ \ | |/ | |||||
| | * | Inject a delay after killing node | Michael Klishin | 2017-08-10 | 1 | -0/+3 |
| * | | Merge branch 'stable' | Michael Klishin | 2017-08-10 | 1 | -1/+17 |
| |\ \ | |/ | |||||
| | * | Add test for cleaning up dead exclusive queues | Luke Bakken | 2017-08-09 | 2 | -12/+18 |
| | * | Begin adding test for #1323 | Luke Bakken | 2017-08-09 | 1 | -1/+11 |
| * | | After-merge test fix. Restart vhost supervisor with start_vhost | Daniil Fedotov | 2017-08-01 | 1 | -2/+2 |
| * | | Test suite updates | Michael Klishin | 2017-08-01 | 1 | -3/+4 |
| * | | Wording | Michael Klishin | 2017-08-01 | 1 | -6/+6 |
| * | | Merge branch 'master' into rabbitmq-server-1314 | Michael Klishin | 2017-08-01 | 3 | -59/+159 |
| |\ \ | |||||
| | * | | Restore delays used earlier | Michael Klishin | 2017-08-01 | 1 | -3/+3 |
| | * | | Merge branch 'master' into rabbitmq-server-1310 | Michael Klishin | 2017-07-31 | 2 | -11/+46 |
| | |\ \ | |||||
| | | * \ | Merge branch 'master' into rabbitmq-server-1303 | Michael Klishin | 2017-07-26 | 1 | -2201/+74 |
| | | |\ \ | |||||
| | | * | | | Test that list_queues return stopped state for queues taken down by vhost sup... | Daniil Fedotov | 2017-07-26 | 2 | -39/+33 |
| | * | | | | Test that a node can start with a dead vhost and potential slaves on it | Daniil Fedotov | 2017-07-31 | 1 | -57/+107 |
| | * | | | | Test that a queue master do not fail when adding a dead-vhost node | Daniil Fedotov | 2017-07-31 | 1 | -2/+17 |
| | * | | | | Refactor vhost supervisor access functions. | Daniil Fedotov | 2017-07-31 | 1 | -1/+1 |
| | | |/ / | |/| | | |||||
| * | | | | Fix compile warning | Luke Bakken | 2017-07-31 | 1 | -1/+1 |
| * | | | | Start slave queues after vhost recover, instead of node start. | Daniil Fedotov | 2017-07-31 | 1 | -5/+81 |
| |/ / / | |||||
| * | | | Cleanup test variable queue for channel operation timeout test. | Daniil Fedotov | 2017-07-26 | 1 | -2201/+74 |
| |/ / | |||||
| * | | Cleanup test groups | Daniil Fedotov | 2017-07-24 | 1 | -20/+6 |
| * | | Test connection closures when vhost supervisor fails. | Daniil Fedotov | 2017-07-19 | 2 | -55/+392 |
| * | | Merge branch 'stable'rabbitmq_v3_7_0_milestone16 | Jean-Sébastien Pédron | 2017-07-12 | 1 | -4/+9 |
| |\ \ | |/ | |||||
| | * | rabbit_core_metrics_gc_SUITE: Wait for condition in a loop | Jean-Sébastien Pédron | 2017-07-12 | 1 | -4/+9 |
| * | | Merge remote-tracking branch 'origin/stable' | kjnilsson | 2017-07-11 | 1 | -5/+15 |
| |\ \ | |/ | |||||
| | * | Replace timer:sleep with a loop waiting on a predicate. | kjnilsson | 2017-07-11 | 1 | -5/+15 |
| | * | Simplify | Michael Klishin | 2017-07-11 | 1 | -9/+6 |
| * | | Merge branch 'stable' | Michael Klishin | 2017-07-11 | 1 | -0/+46 |
| |\ \ | |/ | |||||
| | * | Merge pull request #1290 from rabbitmq/rabbitmq-server-1285 | Michael Klishin | 2017-07-11 | 1 | -4/+24 |
| | |\ | |||||
| | | * | Add test for set_vm_memory_high_watermark | Gerhard Lazu | 2017-07-10 | 1 | -4/+24 |
| * | | | Merge branch 'stable' | Michael Klishin | 2017-07-10 | 1 | -25/+80 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'stable' into rabbitmq-management-427 | Michael Klishin | 2017-07-10 | 1 | -26/+10 |
| | |\ \ | | |/ | |||||
| | * | | Clean up queue metrics on queue termination. | kjnilsson | 2017-07-04 | 1 | -18/+10 |
| | * | | Only GC local queue metrics | Luke Bakken | 2017-06-28 | 1 | -14/+1 |
| | * | | Filter queue list by local pid | Luke Bakken | 2017-06-28 | 1 | -1/+1 |
| | * | | Force some GC | Luke Bakken | 2017-06-28 | 1 | -1/+14 |
| | * | | Add sleep to ensure sync_mirrors settles | Luke Bakken | 2017-06-28 | 1 | -7/+11 |
| | * | | Check rpc return values | Luke Bakken | 2017-06-28 | 1 | -26/+37 |
| | * | | Issue is reproduced | Luke Bakken | 2017-06-28 | 1 | -1/+5 |
| | * | | Use rpc to synchronize queues | Luke Bakken | 2017-06-28 | 1 | -6/+17 |
| | * | | Fixes setting ha policy | Luke Bakken | 2017-06-28 | 1 | -7/+5 |
| | * | | Add test skel to repro gh-427 in rabbitmq-management | Luke Bakken | 2017-06-28 | 1 | -11/+46 |
| * | | | sync_detection_SUITE: Wait for sync status for 30 seconds | Jean-Sébastien Pédron | 2017-07-05 | 1 | -1/+1 |
| * | | | Merge branch 'master' into rabbitmq-server-1246-master | Michael Klishin | 2017-07-03 | 2 | -31/+10 |
| |\ \ \ | |||||
| | * | | | Use delegate:invoke and delegate:invoke_no_result | Diana Corbacho | 2017-06-30 | 1 | -5/+0 |
| | * | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2017-06-29 | 1 | -26/+10 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | | * | | unit_SUITE: Adapt rabbitmqctl_encode testcase to the new rabbit_control_pbe APIrabbitmq_v3_6_11_milestone3 | Jean-Sébastien Pédron | 2017-06-29 | 1 | -26/+10 |
| | | |/ | |||||
