-
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
Ensure keys can contain "/" #8818
Ensure keys can contain "/" #8818
Conversation
5bcc770
to
e913fdb
Compare
daffeed
to
6d9750d
Compare
41e2574
to
84948e6
Compare
84948e6
to
a9bc2ed
Compare
a9bc2ed
to
a58610d
Compare
a58610d
to
e5934eb
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8818 +/- ##
==========================================
+ Coverage 91.67% 91.70% +0.03%
==========================================
Files 343 343
Lines 21153 21243 +90
==========================================
+ Hits 19392 19481 +89
- Misses 1761 1762 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
94ee1ae
to
7d8d5df
Compare
@rule(model_ensemble=StatefulStorageTest.ensembles, data=st.data()) | ||
def get_response_csv_through_client(self, model_ensemble, data): | ||
assume(model_ensemble.response_values) | ||
print(model_ensemble.response_values) |
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.
Forgot this one?
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.
Fixed
self.client.get("/updates/storage") | ||
response = self.client.get("/experiments") | ||
experiment_records = response.json() | ||
assert len(experiment_records) == len(list(self.storage.experiments)) |
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.
Can we check that this is not zero also?
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.
It could be empty if we haven't initialized anything in storage yet.
7d8d5df
to
d1363a3
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.
💯
Issue
Resolves #8716
Resolves #8944
Need to make the following change to webviz-ert: equinor/webviz-ert#475
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable