-
Notifications
You must be signed in to change notification settings - Fork 28
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
Runner + RPC #203
Merged
Merged
Runner + RPC #203
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Includes: * restructure main * separate logger interface for rolling files vs stdout (all async nonblocking) * tarpc (non-proto) Server/Client implementation to "speak" RPC to the Runner * db initialization cleanup * Lots of channel scaffolding and reliance * CLI output with tables and diagnostic error(s) * Make resolve take an async closure and work via async_recursion * ability run homestar runner/server in daemon mode * docker cleanup and now having an entrypoint w/ homestar start * cargo-nextest configuration * CLI / e2e RPC tests in serial mode * build.rs for compile-time pending migrations (if not run previously) * handle ports correctly for parallel tests * prep for worker set and delayqueue * ARCify your demons * proper use of spawn and block_on within a Runner's (tokio) runtime * rwlock for linkmap (cross-thread)
969c659
to
2279e0f
Compare
381d881
to
8732a1a
Compare
8732a1a
to
feccc9d
Compare
Codecov Report
@@ Coverage Diff @@
## main #203 +/- ##
===========================================
+ Coverage 47.48% 76.86% +29.38%
===========================================
Files 54 57 +3
Lines 2487 6057 +3570
Branches 608 0 -608
===========================================
+ Hits 1181 4656 +3475
- Misses 927 1401 +474
+ Partials 379 0 -379
|
7effe4f
to
b931d2a
Compare
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Includes: