gonum / graph

Graph packages for the Go language [DEPRECATED]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

search: BronKerbosch gives sporadic failures on go tip

kortschak opened this issue · comments

I have been seeing sporadic failures of the BronKerbosch tests in the tip build of the matrix. The most recent was with go devel golang/go@0b9866f. I never see this with 1.4.2 or 1.3.3 (have run ~100 continuous tests on 1.4.2 without failure).

I am not yet sure whether this is a problem with BronKerbosch or something that is wrong with the new runtime. Do we wait for 1.5 to be released and then hit this hard, or try to exclude the possibility of error in BronKerbosch now?

Thoughts?

I'd rule out an error now, because if it's an error with the runtime it'd
probably be best if we could report it before 1.5 hits.

On Sun, May 17, 2015 at 6:42 PM, Dan Kortschak notifications@github.com
wrote:

I have been seeing sporadic failures of the BronKerbosch tests in the tip
build of the matrix. The most recent was with go devel golang/go@0b9866f
golang/go@0b9866f.
I never see this with 1.4.2 or 1.3.3 (have run ~100 continuous tests on
1.4.2 without failure).

I am not yet sure whether this is a problem with BronKerbosch or something
that is wrong with the new runtime. Do we wait for 1.5 to be released and
then hit this hard, or try to exclude the possibility of error in
BronKerbosch now?

Thoughts?


Reply to this email directly or view it on GitHub
#61.

Yeah. That was my thinking. Just building a tip here to play with.