Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Unit tests fail on Linux Mint Cinnamon 19.3 #1

Closed
gmlewis opened this issue Jun 18, 2021 · 1 comment · Fixed by #2
Closed

Unit tests fail on Linux Mint Cinnamon 19.3 #1

gmlewis opened this issue Jun 18, 2021 · 1 comment · Fixed by #2

Comments

@gmlewis
Copy link
Contributor

gmlewis commented Jun 18, 2021

I believe that this is related to: emitter-io/emitter#369

$ go version
go version go1.16.5 linux/amd64

$ go test ./...
resolving 
unable to resolve an empty name or url
resolving https://google.com
resolving google.com
resolving google.com/1234/sds
resolving https://127.0.0.1
resolving https://4987e9gs99sxdg8e8e7tgwe5.boomshouldnotwork
lookup 4987e9gs99sxdg8e8e7tgwe5.boomshouldnotwork: no such host
resolving 127.0.0.1
resolving 2001:db8::68
resolving 192.0.2.1
resolving 127.0.0.1:22
resolving 127.0.0.1:8xx0
parse "tcp://127.0.0.1:8xx0": invalid port ":8xx0" after host
resolving tcp://127.0.0.1:8000
resolving https://gooo:oogle.com
parse "https://gooo:oogle.com": invalid port ":oogle.com" after host
resolving https://google.com:xxx
parse "https://google.com:xxx": invalid port ":xxx" after host
resolving https-----:// ://--
parse "https-----:// ://--": invalid character " " in host name
resolving ::
resolving :::
resolving ::::::::
lookup :::::::: no such host
--- FAIL: TestResolve (0.16s)
    dns_test.go:48: 
        	Error Trace:	dns_test.go:48
        	Error:      	Not equal: 
        	            	expected: true
        	            	actual  : false
        	Test:       	TestResolve
address 2603:9001:8d01:f500:1198:e1ce:b639:9949:80: too many colons in address
unable to parse an empty address
address 2603:9001:8d01:f500:1198:e1ce:b639:9949:80: too many colons in address
address 2603:9001:8d01:f500:1198:e1ce:b639:9949:1234: too many colons in address
--- FAIL: TestParse (0.15s)
    ipaddr_test.go:31: 
        	Error Trace:	ipaddr_test.go:31
        	Error:      	Not equal: 
        	            	expected: false
        	            	actual  : true
        	Test:       	TestParse
    ipaddr_test.go:31: 
        	Error Trace:	ipaddr_test.go:31
        	Error:      	Not equal: 
        	            	expected: false
        	            	actual  : true
        	Test:       	TestParse
    ipaddr_test.go:31: 
        	Error Trace:	ipaddr_test.go:31
        	Error:      	Not equal: 
        	            	expected: false
        	            	actual  : true
        	Test:       	TestParse
FAIL
FAIL	github.com/emitter-io/address	0.314s
FAIL
@kelindar
Copy link
Contributor

@gmlewis merged into emitter master branch

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

Successfully merging a pull request may close this issue.

2 participants