-
Notifications
You must be signed in to change notification settings - Fork 4
Fix --lb-mode=Memory #275
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
Fix --lb-mode=Memory #275
Conversation
d0ed1e0
to
568c6e4
Compare
568c6e4
to
5e96176
Compare
we should find a away to not make coveralls mark it as x if we have a ... 0.01% decrease in coverage tho |
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.
I just have a suggestion but I think it can be helpful
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.
1 small thing
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
Context
lb-mode Memory is failing when no cell_memory_usage.json or memory_per_metype.json commoning from dry_run are present.
Fix #243
Scope
Add dry_run memory files exists check and throw an error if not informing the user he must dry_run first
Add test for this situation
Testing
Extent tests/unit/test_dry_run.py
Review