-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add e2e test for loading journal storage in standalone app #782
Add e2e test for loading journal storage in standalone app #782
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #782 +/- ##
==========================================
+ Coverage 69.13% 69.61% +0.47%
==========================================
Files 35 35
Lines 2378 2376 -2
==========================================
+ Hits 1644 1654 +10
+ Misses 734 722 -12 ☔ View full report in Codecov by Sentry. |
@gen740 @nabenabe0928 Could you review this PR? |
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.
Thank you for your PR!
I have a question regarding test_load_rdb_storage
and test_load_journal_storage
. They share the same code and test the same functionality. How about using a pytest fixture?
2167f77
to
da0cca1
Compare
da0cca1
to
f0751b8
Compare
@gen740 |
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.
Thank you for the PR and sorry for the late response, I left minor suggestions!
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
@nabenabe0928 @gen740 I fixed it. Could you review it again? |
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.
Sorry for the late reply. LGTM!
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.
Thank you for the changes, LGTM!
Contributor License Agreement
This repository (
optuna-dashboard
) and Goptuna share common code.This pull request may therefore be ported to Goptuna.
Make sure that you understand the consequences concerning licenses and check the box below if you accept the term before creating this pull request.
Reference Issues/PRs
To follow-up on #732
What does this implement/fix? Explain your changes.
Add e2e test for loading journal storage in standalone app