Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

slice test fails (with go 1.8 on s390) #4

@decathorpe

Description

@decathorpe

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions