You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2018. It is now read-only.
I'm packaging this project for fedora as a dependency for some other packages (cznic-ql, syncthing, etc.). I just noticed that tests fail on fedora rawhide (go 1.8), but only on the s390 architecture (tests pass on all other architectures).
This might indicate a race condition in your code (or tests), since build VMs are usually not all equally fast (or equally performant), and the s390 builders were unusually busy today.
The exact failure message is:
+ go test -compiler gc -ldflags '' github.com/cznic/internal/buffer
ok github.com/cznic/internal/buffer 1.038s
+ go test -compiler gc -ldflags '' github.com/cznic/internal/file
ok github.com/cznic/internal/file 1.622s
+ go test -compiler gc -ldflags '' github.com/cznic/internal/slice
--- FAIL: Test (0.00s)
nonrace_test.go:37: 1
FAIL
FAIL github.com/cznic/internal/slice 0.385s