Skip to content
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

fix(SDK-4716): Resolve thrown exception when enumerating device cookies that include non-string keys/names #739

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

evansims
Copy link
Member

Changes

This PR resolves an issue wherein the SDK erroneously throws an exception when enumerating cookies from a device with integer-type keys.

References

See internal ticket SDK-4716.

Testing

Tests have been added to cover the code changes. Coverage remains 100%.

Contributor Checklist

@evansims evansims added the Scope: Bug Addressing unexpected problems or unintended behavior. label Nov 20, 2023
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ab133e2) 100.00% compared to head (cec713c) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #739   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      1338      1338           
===========================================
  Files             62        62           
  Lines           4670      4670           
===========================================
  Hits            4670      4670           
Flag Coverage Δ
unittestsvalidate 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@evansims evansims marked this pull request as ready for review November 20, 2023 03:31
@evansims evansims requested a review from a team as a code owner November 20, 2023 03:31
@evansims evansims merged commit f919926 into main Nov 20, 2023
24 checks passed
@evansims evansims deleted the fix/resolve-non-string-cookie-name-exception branch November 20, 2023 16:00
@evansims evansims mentioned this pull request Nov 20, 2023
evansims added a commit that referenced this pull request Dec 2, 2023
**Fixed**
- fix(SDK-4716): Resolve thrown exception when enumerating device
cookies that include non-string keys/names
[\#739](#739)
([evansims](https://github.com/evansims))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Bug Addressing unexpected problems or unintended behavior.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants