featurebase icon indicating copy to clipboard operation
featurebase copied to clipboard

Intermittent failure in server/server_test.go

Open jaffee opened this issue 6 years ago • 1 comments

This test is setting 100 bits in 100 different shards via 100 Set calls concatenated in a single request to a 3-node in-memory cluster.

This happens occasionally - I've seen 98 and 99. It seems to be the last bits/shards which are missing:

--- FAIL: TestClusterQueriesAfterRestart (1.04s)
    server_test.go:776: Count should be 100, but got 98 of type uint64
FAIL
FAIL	github.com/pilosa/pilosa/server	77.115s

I'm wondering if this is somehow related to the recent changes to broadcasting createshard messages (part of the fix to the flock bug), though I don't immediately see how it could be.

jaffee avatar Feb 27 '19 14:02 jaffee

I just experienced this running tests locally.

travisturner avatar Dec 17 '19 03:12 travisturner