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
What were you trying to accomplish?
Having a feature flag with multiple rules.
Expected Behavior
Rules should be evaluated for a feature until one is true or all rules have been evaluated. It appears that test test_flags_conditions_rule_match_multiple_actions_multiple_rules_multiple_conditions does not work as expected.
Current Behavior
The default is returned if the first rule is false.
Possible Solution
I will submit a pull request to correct the code.
I have not debugged the test.
Steps to Reproduce (for bugs)
See test_flags_conditions_rule_match_multiple_actions_multiple_rules_multiple_conditions
What were you trying to accomplish?
Having a feature flag with multiple rules.
Expected Behavior
Rules should be evaluated for a feature until one is true or all rules have been evaluated. It appears that test test_flags_conditions_rule_match_multiple_actions_multiple_rules_multiple_conditions does not work as expected.
Current Behavior
The default is returned if the first rule is false.
Possible Solution
I will submit a pull request to correct the code.
I have not debugged the test.
Steps to Reproduce (for bugs)
Environment
# paste logs here
The text was updated successfully, but these errors were encountered: