-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat: Duplicate experiment key issue with multi feature flag #267
Conversation
Minor change of group experiment stored using key are now stored using id as map key.
@@ -227,6 +236,15 @@ public interface ProjectConfig | |||
/// entity if key or ID is invalid</returns> | |||
Variation GetVariationFromId(string experimentKey, string variationId); | |||
|
|||
/// <summary> | |||
/// Get the Variation from the Key/ID |
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.
"key" and "id" have different capitalization in the various comments.
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.
No unit tests needed? @msohailhussain
good point, yes we need to add unit tests but I think I can add a separate ticket. Need to think about some scenarios. |
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.
fix 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.
LGTM
Summary
TestPlan
https://app.travis-ci.com/github/optimizely/fullstack-sdk-compatibility-suite/builds/232246224