Closed decathorpe closed 7 years ago
Could not reproduce it with go1.9rc1 linux/amd64
, Xenial/docker/Mac.
....
2017/08/05 19:15:02 ****************
PASS
ok github.com/sasha-s/go-deadlock 0.987s
What versions are you using?
Added 1.9rc1 to travis-ci. Works. https://travis-ci.org/sasha-s/go-deadlock/jobs/261375190
That's strange, because both fedora builds of the package failed on x86_64 (and armhfp) since go was updated to version 1.9beta2.
If it helps, full build logs for the builds with failed tests are available at:
It seems the goroutine id detection https://github.com/petermattis/goid is broken in 1.9beta2. I am inclined to wait till 1.9 lands -- maybe it would just work out of the box. Or I'll fix it.
I just ran the tests again atop the latest git master of petemattis/goid (which should fix problems with go 1.9), and it works now ... Thanks for pointing me in the right direction, and sorry for the "Issue noise" :+1:
When running "go test" with go 1.9 (linux/x86_64, other architectures seem to work), the following failure occurs: