-
Notifications
You must be signed in to change notification settings - Fork 108
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
Avoid redundant dataset loading #9016
Avoid redundant dataset loading #9016
Conversation
3239656
to
08a0866
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9016 +/- ##
==========================================
+ Coverage 90.74% 90.76% +0.02%
==========================================
Files 352 352
Lines 21937 21978 +41
==========================================
+ Hits 19907 19949 +42
+ Misses 2030 2029 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ce1203e
to
3d54e06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good change, I have some comments though, but a lot of them are nitpicks. Is: (squash) Add mutation of response keys to stateful storage test meant to be squashed into the first commit? If not I think that commit deserves a test. Suggest adding commits as --fixup
so it is easier to tell which commit they are intended to be merged with.
458b278
to
35858cc
Compare
564a7b0
to
9423fbe
Compare
f0452e2
to
02ccc26
Compare
076373b
to
4ff8cfe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I just have some minor comments
.../ert/unit_tests/storage/snapshots/test_storage_migration/test_that_storage_matches/responses
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
4ff8cfe
to
3814647
Compare
No description provided.