We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://ci.ipfs.team:8111/viewLog.html?buildId=7444&buildTypeId=GoIpfs_CiTests&guest=1
[12:54:23][Step 4/4] expecting success: [12:54:23][Step 4/4] mkdir -p named-pipe-dir && [12:54:23][Step 4/4] mkfifo named-pipe-dir/named-pipe && [12:54:23][Step 4/4] test_expect_code 1 ipfs add -r named-pipe-dir 2>actual && [12:54:23][Step 4/4] printf "Error:$err_prefix Unrecognized file type for named-pipe-dir/named-pipe: $(generic_stat named-pipe-dir/named-pipe)\n" >expected && [12:54:23][Step 4/4] rm named-pipe-dir/named-pipe && [12:54:23][Step 4/4] rmdir named-pipe-dir && [12:54:23][Step 4/4] test_cmp expected actual [12:54:23][Step 4/4] [12:54:23][Step 4/4] > diff -u expected actual [12:54:23][Step 4/4] --- expected 2016-10-31 12:54:23.171504999 +0000 [12:54:23][Step 4/4] +++ actual 2016-10-31 12:54:23.167504999 +0000 [12:54:23][Step 4/4] @@ -1 +1,2 @@ [12:54:23][Step 4/4] -Error: Post http://127.0.0.1:53745/api/v0/add?encoding=json&progress=true&r=true&stream-channels=true: Unrecognized file type for named-pipe-dir/named-pipe: prw-r--r-- [12:54:23][Step 4/4] +12:54:23.171 ERROR commands/h: read tcp 127.0.0.1:42730->127.0.0.1:53745: use of closed network connection client.go:247 [12:54:23][Step 4/4] +Error: read tcp 127.0.0.1:42730->127.0.0.1:53745: use of closed network connection [12:54:23][Step 4/4] [12:54:23][Step 4/4] useful error message when recursively adding a named pipe [12:54:23][useful error message when recursively adding a named pipe] useful error message when recursively adding a named pipe [12:54:23][Step 4/4] not ok 85 - useful error message when recursively adding a named pipe [12:54:23][Step 4/4] # [12:54:23][Step 4/4] # mkdir -p named-pipe-dir && [12:54:23][Step 4/4] # mkfifo named-pipe-dir/named-pipe && [12:54:23][Step 4/4] # test_expect_code 1 ipfs add -r named-pipe-dir 2>actual && [12:54:23][Step 4/4] # printf "Error:$err_prefix Unrecognized file type for named-pipe-dir/named-pipe: $(generic_stat named-pipe-dir/named-pipe) [12:54:23][Step 4/4] # " >expected && [12:54:23][Step 4/4] # rm named-pipe-dir/named-pipe && [12:54:23][Step 4/4] # rmdir named-pipe-dir && [12:54:23][Step 4/4] # test_cmp expected actual
The text was updated successfully, but these errors were encountered:
@lgierth I think this was a panic of some sort we have since fixed. I'm gonna go ahead and close this
Sorry, something went wrong.
No branches or pull requests
Version information: HEAD of #3244
Type: test failure
Priority:
Description:
http://ci.ipfs.team:8111/viewLog.html?buildId=7444&buildTypeId=GoIpfs_CiTests&guest=1
The text was updated successfully, but these errors were encountered: