-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 reversible gc test #1523
Add reversible gc test #1523
Conversation
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
;; | ||
esac | ||
$DU "$1" | awk "{print \$1}" | ||
} |
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.
maybe we can make a go-du that's the same everywhere eventually?
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.
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.
Didn't know that a 'go-coreutils' exists.
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.
But in os x, to get a gnu coreutils, brew install coreutils
.
pinning keeps failing... @whyrusleeping any idea why that pinning test keeps failing? |
thanks @rht this LGTM. i reran the tests. hopefully will pass now. else, looks unrelated. i'll merge |
https://travis-ci.org/ipfs/go-ipfs/jobs/72941577 Those test failures are new. They arent the pinning ones i'm debugging |
To check #1515