-
Notifications
You must be signed in to change notification settings - Fork 32
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
Imix main testing #384
Imix main testing #384
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #384 +/- ##
==========================================
+ Coverage 62.30% 71.72% +9.41%
==========================================
Files 30 107 +77
Lines 1812 7901 +6089
==========================================
+ Hits 1129 5667 +4538
- Misses 574 2125 +1551
Partials 109 109 ☔ View full report in Codecov by Sentry. |
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 think it looks nice!
42582ab
to
784311b
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.
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.
Emergency approve, no look
Imix main testing (#384) * Remove install option. * Move agent init to init.rs * Split imix exec function out. * Refactor sleep time math to use saturation. * Update graphql to grpc. * Change debug prints to eprintln. * Adding tests. * Update IDs to i64 * Disable timeout test. * Refactoring * Type alias task id * testing for init mod * Testing output * Check system ID is written. * test system config file. * Switch agent init to take host-id path.
What type of PR is this?
/cleanup
What this PR does / why we need it:
Cleans up imix main loop and testing
Which issue(s) this PR fixes:
Fixes #