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

[rc-swift] Fix atomic config accesses #14180

Merged
merged 4 commits into from
Dec 11, 2024
Merged

[rc-swift] Fix atomic config accesses #14180

merged 4 commits into from
Dec 11, 2024

Conversation

paulb777
Copy link
Member

Follow up to #14175

Add AtomicConfig class for the config variables enables atomic accesses to support multiple namespace usage of RemoteConfig.

This allows the removal of the workaround for multi-namespace test failures in RCNRemoteConfigTest.m introduced in #14175

@google-oss-bot
Copy link

1 Warning
⚠️ Did you forget to add a changelog entry? (Add #no-changelog to the PR description to silence this warning.)

Generated by 🚫 Danger

@paulb777 paulb777 requested a review from ncooke3 December 10, 2024 22:55
Copy link
Member

@ncooke3 ncooke3 left a comment

Choose a reason for hiding this comment

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

Nice job!

@paulb777
Copy link
Member Author

Still some CI flakiness, but unit tests are passing locally, so going to merge, rebase main and move on

@paulb777 paulb777 merged commit 7ccd2ee into rc-swift Dec 11, 2024
30 of 32 checks passed
@paulb777 paulb777 deleted the pb-atomic-config branch December 11, 2024 00:48
paulb777 added a commit that referenced this pull request Dec 11, 2024
paulb777 added a commit that referenced this pull request Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants