You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rabbit_feature_flags: Initialize registry in rabbit_ff_registry:inventory/0
With the way the registry is used in the feature flags controller, the
registry was never initialized if `feature_flags_v2` was enabled
out-of-the-box (i.e. once marked as required).
The bug was discovered after marking `feature_flags_v2` as required and
removing the v1 code: the `feature_flags_v2_SUITE` testsuite failed
because the controller got an empty inventory when it called
`rabbit_ff_registry:inventory()`.
0 commit comments