On Fri, Sep 22, 2017 at 11:48:02PM +0800, Shengjing Zhu wrote:
> I meet this FTBFS either.
> After looking at the code, I think it's caused by this test only waits
> 5s for writing 134M data.
> So I changed the time to 180s which I think sufficient for most disks.
> https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-boltdb-bolt.git/commit/?id=e989709
> 
> Since the upstream is not active now, I haven't reported it to upstream.

Hmm. Why would a test suite have to test the disk speed at all?

A test suite in a program is supposed to test the program,
not the underlying hardware.

IMHO; I don't think such kind of tests are really useful.
I would just disable the test completely.

Thanks.

_______________________________________________
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to