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

TestNetworkError fails w/ Golang 1.14 beta1 #1531

Open
eclipseo opened this issue Feb 4, 2020 · 1 comment
Open

TestNetworkError fails w/ Golang 1.14 beta1 #1531

eclipseo opened this issue Feb 4, 2020 · 1 comment

Comments

@eclipseo
Copy link

eclipseo commented Feb 4, 2020

Fedora Rawhide w/ Golang 1.14 beta1:

--- FAIL: TestNetworkError (0.00s)
    httpstore_test.go:396: 
        	Error Trace:	httpstore_test.go:396
        	Error:      	Not equal: 
        	            	expected: "GET https://auth.docker.io: abc:def:ghi"
        	            	actual  : "GET \"https://auth.docker.io\": abc:def:ghi"
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-GET https://auth.docker.io: abc:def:ghi
        	            	+GET "https://auth.docker.io": abc:def:ghi
        	Test:       	TestNetworkError
FAIL
exit status 1

See golang/go@64cfe9f
and
golang/go#29261

@thaJeztah
Copy link
Contributor

This should be fixed by #1543

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

No branches or pull requests

2 participants