-
Notifications
You must be signed in to change notification settings - Fork 62
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
Prune dependencies #400
Prune dependencies #400
Conversation
Can't reproduce the test failure locally, does that look spurious to you? |
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 once all the tests are enabled an passing
@@ -13,7 +13,8 @@ use tokio::runtime::Builder as RuntimeBuilder; | |||
mod redis_helpers; | |||
use redis_helpers::*; | |||
|
|||
#[test] | |||
// TODO: reenable this test once it's no longer flaky |
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.
What's the problem you've been having with this? It works fine for me
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.
Amusingly it was failing for me 100% of the time yesterday, but now it works just fine.
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.
This TODO should be removed
chore: update interledger-packet dependencies chore: update interledger-service dependencies chore: update dependencies for ildcp, http, router chore: update dependencies for btp, ccp, settlement, stream chore: update dependencies for spsp, service-util fix: remove vestigial file that was failing tests fix: comment out spurious tests chore: update dependencies for ilp-cli, interledger-store-redis chore: update dependencies for interledger-api chore: update dependencies for interledger, ilp-node
@@ -13,7 +13,8 @@ use tokio::runtime::Builder as RuntimeBuilder; | |||
mod redis_helpers; | |||
use redis_helpers::*; | |||
|
|||
#[test] | |||
// TODO: reenable this test once it's no longer flaky |
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.
This TODO should be removed
This series of commits fixes #387 and addresses the lowest-hanging of #140. In practical terms this causes
cargo build
to now build 291 packages, down from 329 (down to 358 from 410 forcargo test
), saving ten seconds overall for clean builds and shaving 3MB off of theilp-node
binary.