-
Notifications
You must be signed in to change notification settings - Fork 83
fix(decision-service): Adds bucketing id in getVariationForRollout method. #200
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
Conversation
1 similar comment
Closing this PR as Bucketing ID is not supported in the rollout yet. |
@mfahadahmed @msohailhussain I see that this was closed with a comment and then re-opened. I do not recall if bucketing ID is supported for rollout, so may be this change is not needed and PR can be closed? |
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.
Synced offline with @mikeng13
Since this is a change to our bucketing, I'd like to see some unit tests which confirm that __buildBucketerParams
is called with the output of _getBucketingId
.
Setting to revise.
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.
lgtm
Ran the corresponding Compat tests: https://github.com/optimizely/fullstack-sdk-compatibility-suite/pull/187 Test run: https://travis-ci.com/optimizely/fullstack-sdk-compatibility-suite/builds/97281183 |
Summary