-
-
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
Strage sharness failure in CAR tests #7123
Labels
kind/bug
A bug in existing code (including security flaws)
Comments
Spent 2h chasing the wrong problem, the error you see is an incorrect argument pass 🤦 The timeout however is indicative of another problem, I only managed to get it once locally in a slightly different config. Will finish figuring it out + PR tomorrow |
This is after disabling the GC logic. I'm pretty sure it's the FIFO import. |
Stebalien
added a commit
that referenced
this issue
Apr 14, 2020
* Instead of ensuring that we GC nothing, verify that the repo validates. * Avoid a race between removing the fifos and trying to read from them. * Avoid all 'bash -c' invocations. Instead, make liberal use of subshells and wait. Hopefully fixes #7123.
ralendor
pushed a commit
to ralendor/go-ipfs
that referenced
this issue
Jun 6, 2020
* Instead of ensuring that we GC nothing, verify that the repo validates. * Avoid a race between removing the fifos and trying to read from them. * Avoid all 'bash -c' invocations. Instead, make liberal use of subshells and wait. Hopefully fixes ipfs#7123.
ralendor
pushed a commit
to ralendor/go-ipfs
that referenced
this issue
Jun 8, 2020
* Instead of ensuring that we GC nothing, verify that the repo validates. * Avoid a race between removing the fifos and trying to read from them. * Avoid all 'bash -c' invocations. Instead, make liberal use of subshells and wait. Hopefully fixes ipfs#7123.
ralendor
pushed a commit
to ralendor/go-ipfs
that referenced
this issue
Jun 8, 2020
* Instead of ensuring that we GC nothing, verify that the repo validates. * Avoid a race between removing the fifos and trying to read from them. * Avoid all 'bash -c' invocations. Instead, make liberal use of subshells and wait. Hopefully fixes ipfs#7123.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://app.circleci.com/pipelines/github/ipfs/go-ipfs/2385/workflows/312a4b14-636d-4e3a-a327-4cf9ba8db077/jobs/29097
The text was updated successfully, but these errors were encountered: