-
Notifications
You must be signed in to change notification settings - Fork 28
[FSSDK-11577] Ruby: Add holdout support and refactor decision logic in DefaultDecisionService #374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FSSDK-11577] Ruby: Add holdout support and refactor decision logic in DefaultDecisionService #374
Conversation
…n DefaultDecisionService
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This adds holdout support to the ruby SDK as well as adding tests for it. LGTM
lib/optimizely/decision_service.rb
Outdated
decision_result = get_decision_for_flag( | ||
feature_flag, | ||
user_context, | ||
project_config, | ||
decide_options, | ||
user_profile_tracker, | ||
[] | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this relevant to holdout changes? I am pretty sure this is causing the cmab errors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree.
Summary
Test plan
PR checks
Issues