rabbitmq / rabbitmq-common

Common library used by rabbitmq-server and rabbitmq-erlang-client
Other
66 stars 112 forks source link

rabbit_env: Record variables' origin #352

Closed dumbbell closed 4 years ago

dumbbell commented 4 years ago

I.e. we record the fact that a particular value:

This required a significant refactoring of the module, which explains the large diff.

At the same time, the testsuite was extended to cover more code and situations.

This work permits us to move remaining environment variables checked by rabbit to this module. They include:

References rabbitmq/rabbitmq-server#2180.