Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make rabbit_misc:which_applications/0 more resilient
In certain shutdown scenarios this function on Erlang 26 runs into exceptions that stem from application_controller. The objective of this function is to be an exception-safe version of application:which_applications/1, so let's handle more cases. This helps certain test suites avoid exceptions (process crash reports) logged during shutdown, which makes CT helpers fail test run even though there were no exceptions in RabbitMQ itself, and all the exception indicates is a certain edge case (during system shutdown) that application_controller does not care to handle. (cherry picked from commit ca09440) (cherry picked from commit addc990)
- Loading branch information