| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Call init:stop() during rabbitmqctl stop even if logging fails.rabbitmq_v3_6_10_milestone1 | Daniil Fedotov | 2017-04-10 | 1 | -10/+15 |
| | | | | | | | | This makes sure that we try to stop an erlang app even if an exception is thrown during logging in the "after" block. Otherwise there is an inconsistency between "failed and the erlang node will stop" and "failed, but the erlang node will not stop" | ||||
| * | Merge pull request #1176 from rabbitmq/rabbitmq-server-1172 | Michael Klishin | 2017-04-06 | 2 | -6/+7 |
| |\ | | | | | Make queue master locator treat queue args as AMQP table. | ||||
| | * | Make queue master locator treat queue args as AMQP table. | Daniil Fedotov | 2017-04-05 | 2 | -6/+7 |
| |/ | | | | | Fixes #1172 Tests were using incorrect format for queue args as well as the code. | ||||
| * | (c) year | Michael Klishin | 2017-04-05 | 2 | -2/+2 |
| | | |||||
| * | rabbit_control_main: Indicate node name in the "successfully shut down" line | Jean-Sébastien Pédron | 2017-04-03 | 1 | -1/+3 |
| | | | | | | | Signed-off-by: Gerhard Lazu <gerhard@rabbitmq.com> [#142699191] | ||||
| * | Merge pull request #1169 from rabbitmq/more-info-during-shutdown | Michael Klishin | 2017-04-03 | 1 | -3/+6 |
| |\ | | | | | Add more info during rabbitmqctl shutdown | ||||
| | * | Merge branch 'stable' into more-info-during-shutdown | Michael Klishin | 2017-04-03 | 113 | -114/+114 |
| | |\ | |/ |/| | |||||
| * | | (c) year | Michael Klishin | 2017-04-02 | 112 | -112/+112 |
| | | | |||||
| * | | (c) year | Michael Klishin | 2017-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | rabbit_epmd_monitor: call register_node on Mod, not its default | Stephan Renatus | 2017-03-31 | 1 | -1/+1 |
| | | | | | | | | | trivial change | ||||
| | * | Keep all shutdown print statements together | Gerhard Lazu | 2017-03-31 | 1 | -1/+1 |
| | | | |||||
| | * | Add more info during rabbitmqctl shutdown | Gerhard Lazu | 2017-03-31 | 1 | -3/+6 |
| |/ | | | | | | | | | | We want to know at which shutdown stage the command is at, and get confirmation of successful shutdown. Inform is used all over the place, is it OK to remove " ..." from all rabbitmqctl commands that use it? [#142699191] | ||||
| * | Remove remote node shutdown behaviour from rabbitmqctl man | Daniil Fedotov | 2017-03-30 | 1 | -1/+0 |
| | | | | | | | | | It's not accurate, we didn't play the story Signed-off-by: Gerhard Lazu <gerhard@rabbitmq.com> [#142699191] | ||||
| * | Add shutdown test for non-running node | Daniil Fedotov | 2017-03-30 | 1 | -5/+17 |
| | | | | | | | Signed-off-by: Gerhard Lazu <gerhard@rabbitmq.com> [finishes #142699247] | ||||
| * | Add tests to check for errors during node shutdown | Daniil Fedotov | 2017-03-30 | 1 | -16/+21 |
| | | | | | | | Signed-off-by: Gerhard Lazu <gerhard@rabbitmq.com> [finishes #142701219] | ||||
| * | Re-throw exception when stopping RabbitMQ | Daniil Fedotov | 2017-03-30 | 1 | -1/+2 |
| | | | | | | | | | | This is a potential regression in 3.6.7 - 3.6.9 when running rabbitmqctl stop [#142701219] Signed-off-by: Gerhard Lazu <gerhard@rabbitmq.com> | ||||
| * | Ignore tmp generated docs | Daniil Fedotov | 2017-03-30 | 1 | -0/+1 |
| | | | | | Signed-off-by: Gerhard Lazu <gerhard@rabbitmq.com> | ||||
| * | Add shutdown command to rabbitmqctl documentation | Daniil Fedotov | 2017-03-30 | 1 | -0/+23 |
| | | | | | | | [#142699191] Signed-off-by: Gerhard Lazu <gerhard@rabbitmq.com> | ||||
| * | Add shutdown to a list of rabbitmqctl commands [#142699191] | Daniil Fedotov | 2017-03-29 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #1166 from rabbitmq/rabbitmq-server-1162 | Gerhard Lazu | 2017-03-29 | 2 | -10/+130 |
| |\ | | | | | Introduce rabbitmqctl shutdown command. | ||||
| | * | Introduce rabbitmqctl shutdown command. | Daniil Fedotov | 2017-03-29 | 2 | -10/+130 |
| |/ | | | | | | | rabbitmqctl shutdown command will wait for erlang vm to terminate, the same way as rabbitmqctl stop PIDFILE, but without a pidfile. [finishes #142699191] | ||||
| * | Merge branch 'binarin-embed-friendly' into stablerabbitmq_v3_6_9 | Michael Klishin | 2017-03-23 | 1 | -1/+1 |
| |\ | |||||
| | * | Naming | Michael Klishin | 2017-03-23 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'stable' into binarin-embed-friendly | Michael Klishin | 2017-03-23 | 13 | -3862/+4877 |
| | |\ | | | | | | | | | | | | | Conflicts: test/unit_inbroker_SUITE.erl | ||||
| | | * | Mention make tests | Michael Klishin | 2017-03-22 | 1 | -0/+6 |
| | | | | |||||
| | | * | Document new make targets that run tests | Michael Klishin | 2017-03-22 | 1 | -0/+19 |
| | | | | |||||
| | | * | test: A few minor style fixes | Jean-Sébastien Pédron | 2017-03-22 | 5 | -4/+15 |
| | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | Rename suites and run testscases in parallel | Diana Corbacho | 2017-03-22 | 6 | -74/+80 |
| | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | Update copyright and compiler warnings | Diana Corbacho | 2017-03-22 | 7 | -10/+10 |
| | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | Use fast and slow targets from new Makefile plugin | Diana Corbacho | 2017-03-22 | 2 | -8/+7 |
| | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | Split test suites into fast and slow Makefile targets | Diana Corbacho | 2017-03-22 | 9 | -3851/+4812 |
| | | | | | | | | | | | | | | | | References #1136 [#136613953] | ||||
| | | * | Wording | Michael Klishin | 2017-03-22 | 1 | -3/+3 |
| | | | | |||||
| | | * | Wording | Michael Klishin | 2017-03-22 | 1 | -2/+2 |
| | | | | |||||
| | | * | Wording | Michael Klishin | 2017-03-22 | 1 | -2/+2 |
| | | | | |||||
| | | * | Log message store stopping | Daniil Fedotov | 2017-03-22 | 1 | -0/+2 |
| | | | | |||||
| | | * | partitions_SUITE: Replace tabs with spaces | Jean-Sébastien Pédron | 2017-03-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | Signed-off: Gerhard Lazy <gerhard@rabbitmq.com> | ||||
| | | * | partitions_SUITE: Do not import rabbit_ct_broker_helpers | Jean-Sébastien Pédron | 2017-03-22 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | They are not used anywhere. This fixes a warning. Signed-off: Gerhard Lazy <gerhard@rabbitmq.com> | ||||
| | | * | partitions_SUITE: Decrease timetrap to 5 minutes | Jean-Sébastien Pédron | 2017-03-22 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | ... instead of the default of 30 minutes. While here, update the copyright year to 2017. Signed-off: Gerhard Lazy <gerhard@rabbitmq.com> | ||||
| | | * | Test and clean up metrics dependent on both process and entity | Diana Corbacho | 2017-03-22 | 2 | -12/+36 |
| | | | | | | | | | | | | | | | | It leaked consumer_created when the queue still existed, now both entity and process must exists to keep the metrics. | ||||
| | | * | Switch to rabbit_misc:is_process_alive/1 | Michael Klishin | 2017-03-22 | 1 | -17/+2 |
| | | | | |||||
| | | * | unit_inbroker_SUITE: Adapt channel_statistics testcase after gc improvements | Jean-Sébastien Pédron | 2017-03-22 | 1 | -14/+34 |
| | | | | |||||
| | | * | Check process aliveness on remote nodes | Diana Corbacho | 2017-03-22 | 1 | -2/+17 |
| | | | | |||||
| | | * | Attempt to make metrics_SUITE more rubust | kjnilsson | 2017-03-22 | 1 | -4/+4 |
| | | | | |||||
| | | * | Log stopping applications | Daniil Fedotov | 2017-03-22 | 1 | -2/+14 |
| | | | | |||||
| | * | | Merge branch 'embed-friendly' of https://github.com/binarin/rabbitmq-server ↵ | Michael Klishin | 2017-03-22 | 1 | -1/+2 |
| | |\ \ | | |/ | | | | | | | into binarin-embed-friendly | ||||
| | | * | Add back mnesia dir reset/restore | Alexey Lebedeff | 2017-03-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Use a more descriptive variable name, which explains why this can't be actually squashed into a single call to rabbit_mnesia:dir/0. | ||||
| | * | | Merge branch 'embed-friendly' of https://github.com/binarin/rabbitmq-server ↵ | Michael Klishin | 2017-03-08 | 2 | -11/+33 |
| | |\ \ | | |/ | | | | | | | into binarin-embed-friendly | ||||
| | | * | Provide some defaults for embedding | Alexey Lebedeff | 2017-03-03 | 2 | -11/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit provides defaults for some paths (similar to the thing the mnesia does with its `dir` parameter) that will allow us to start broker in embedded mode without any additional configuration. The minimal test-case is to issue the following commands from `rabbitmq-server` checkout: make shell "SHELL_OPTS=-sname embed-friendly@localhost" > rabbit:start(). | ||||
| * | | | Add back mnesia dir reset/restore | Alexey Lebedeff | 2017-03-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Use a more descriptive variable name, which explains why this can't be actually squashed into a single call to rabbit_mnesia:dir/0. | ||||
| * | | | Provide some defaults for embedding | Alexey Lebedeff | 2017-03-23 | 2 | -11/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit provides defaults for some paths (similar to the thing the mnesia does with its `dir` parameter) that will allow us to start broker in embedded mode without any additional configuration. The minimal test-case is to issue the following commands from `rabbitmq-server` checkout: make shell "SHELL_OPTS=-sname embed-friendly@localhost" > rabbit:start(). | ||||
