Skip to content

fix: odp issues identified by fsc #322

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

Merged
merged 7 commits into from
Feb 2, 2023
Merged

Conversation

andrewleap-optimizely
Copy link
Contributor

Summary

Fix some issues identified by FSC tests

  • extraneous identify calls
  • duplicate integration key handling
  • http uri scheme error
  • send_odp_event data validation

Test plan

  • All tests pass

Ticket

Copy link
Contributor

@msohailhussain msohailhussain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

@@ -525,15 +525,17 @@ def generate_feature_variation_map(feature_flags)
flag_variation_map
end

def generate_key_map(array, key)
def generate_key_map(array, key, first_value: false)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

first_value seems confusing, please add little bit explanation to get value from 0th index.

@andrewleap-optimizely andrewleap-optimizely marked this pull request as ready for review February 2, 2023 15:27
@andrewleap-optimizely andrewleap-optimizely requested a review from a team as a code owner February 2, 2023 15:27
@andrewleap-optimizely andrewleap-optimizely merged commit 92bf3be into master Feb 2, 2023
@andrewleap-optimizely andrewleap-optimizely deleted the aleap/odp_fixes branch February 2, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants