Skip to content
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

t0400 add-and-cat failure #3341

Closed
ghost opened this issue Oct 31, 2016 · 1 comment
Closed

t0400 add-and-cat failure #3341

ghost opened this issue Oct 31, 2016 · 1 comment
Labels
topic/test failure Topic test failure

Comments

@ghost
Copy link

ghost commented Oct 31, 2016

Version information: HEAD of #3244

Type: test failure

Priority:

Description:

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
@ghost ghost added the topic/test failure Topic test failure label Oct 31, 2016
@whyrusleeping
Copy link
Member

@lgierth I think this was a panic of some sort we have since fixed. I'm gonna go ahead and close this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/test failure Topic test failure
Projects
None yet
Development

No branches or pull requests

1 participant