RUM-6307 Make sure ConsentAwareFileOrchestrator is thread safe#2313
Merged
mariusc83 merged 1 commit intoOct 15, 2024
Merged
Conversation
mariusc83
force-pushed
the
mconstantin/rum-6307/add-integration-test-for-async-consent-switching
branch
3 times, most recently
from
October 11, 2024 11:26
73bebc7 to
f94a330
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2313 +/- ##
========================================
Coverage 70.37% 70.37%
========================================
Files 738 738
Lines 27529 27541 +12
Branches 4616 4616
========================================
+ Hits 19372 19381 +9
- Misses 6864 6879 +15
+ Partials 1293 1281 -12
|
mariusc83
force-pushed
the
mconstantin/rum-6307/add-integration-test-for-async-consent-switching
branch
4 times, most recently
from
October 11, 2024 13:56
428bee9 to
1d4a258
Compare
mariusc83
marked this pull request as ready for review
October 11, 2024 15:06
xgouchet
approved these changes
Oct 14, 2024
mariusc83
force-pushed
the
mconstantin/rum-6307/add-integration-test-for-async-consent-switching
branch
from
October 14, 2024 14:56
1d4a258 to
e8bcade
Compare
mariusc83
force-pushed
the
mconstantin/rum-6307/add-integration-test-for-async-consent-switching
branch
from
October 14, 2024 14:59
e8bcade to
085f2e8
Compare
mariusc83
deleted the
mconstantin/rum-6307/add-integration-test-for-async-consent-switching
branch
October 15, 2024 07:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Issue Identified:
Specific Use Case:
featureScopeby one thread.Underlying Process:
DatadogContextto determine the current environment and configuration.DatadogContextto resolve theFileOrchestrator, which decides where events should be stored.setTrackingConsent(Granted):FileOrchestratorand the addition of the event-writing task.journey title Storge Executor Queue section Write Tasks event1InPendign: Write Event 1 event2InPending: Write Event 2 section SwitchConsent Tasks PendingToGranted: Switch Consent section Write Tasks event3InPending: Write Event 3 event4InGranted: Write Event 4Resulting Issue:
Implications:
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)