RUM-2014 Add the synchronous equivalent of readNextBatch and confirmBatchRead in Storage API#1768
Merged
mariusc83 merged 1 commit intoDec 19, 2023
Conversation
mariusc83
force-pushed
the
mconstantin/rum-2014/switch-to-sync-api-for-batches-upload
branch
from
December 15, 2023 09:02
7d8e3a0 to
6aa4e11
Compare
mariusc83
force-pushed
the
mconstantin/rum-2014/switch-to-sync-api-for-batches-upload
branch
2 times, most recently
from
December 15, 2023 12:30
8c4946f to
22c0a1c
Compare
mariusc83
marked this pull request as ready for review
December 15, 2023 12:39
xgouchet
suggested changes
Dec 15, 2023
xgouchet
left a comment
Contributor
There was a problem hiding this comment.
Warning
We still have asynchronous confirmBatchRead in the DataUploader, so we might want to also have a synchronous method there WDYT?
Member
Author
mariusc83
force-pushed
the
mconstantin/rum-2014/switch-to-sync-api-for-batches-upload
branch
from
December 15, 2023 14:09
22c0a1c to
1183b5e
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1768 +/- ##
===========================================
+ Coverage 83.42% 83.55% +0.12%
===========================================
Files 469 469
Lines 16434 16431 -3
Branches 2454 2465 +11
===========================================
+ Hits 13710 13728 +18
+ Misses 2053 2030 -23
- Partials 671 673 +2
🚀 New features to boost your workflow:
|
mariusc83
force-pushed
the
mconstantin/rum-2014/switch-to-sync-api-for-batches-upload
branch
2 times, most recently
from
December 18, 2023 13:17
418a509 to
ce6cd6e
Compare
mariusc83
force-pushed
the
mconstantin/rum-2014/switch-to-sync-api-for-batches-upload
branch
from
December 18, 2023 14:15
ce6cd6e to
28258ec
Compare
xgouchet
approved these changes
Dec 19, 2023
0xnm
approved these changes
Dec 19, 2023
0xnm
left a comment
Member
There was a problem hiding this comment.
lgtm! need also to delete duplicate DataUploader, DataFlusher, etc. files.
jonathanmos
approved these changes
Dec 19, 2023
mariusc83
force-pushed
the
mconstantin/rum-2014/switch-to-sync-api-for-batches-upload
branch
2 times, most recently
from
December 19, 2023 13:15
fcd74a9 to
6e89ab6
Compare
mariusc83
force-pushed
the
mconstantin/rum-2014/switch-to-sync-api-for-batches-upload
branch
from
December 19, 2023 13:15
6e89ab6 to
c699fc4
Compare
mariusc83
deleted the
mconstantin/rum-2014/switch-to-sync-api-for-batches-upload
branch
December 19, 2023 13:45
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.
In this PR we are replacing the async methods
readNextBatchandconfirmBatchReadfromStorageinterface with their synchronous equivalents.What does this PR do?
A brief description of the change being made with this pull request.
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)