couchbase / cbgt

The cbgt project provides a generic golang library that manages partitions or data shards across a cluster of servers.
Other
22 stars 12 forks source link

TestManagerRestart manager_test.go:199 unit test failure #11

Open steveyen opened 7 years ago

steveyen commented 7 years ago

https://travis-ci.org/couchbase/cbgt/builds/270901320

--- FAIL: TestManagerRestart (0.01s)
manager_test.go:199: expected load 1 feed, 1 pindex, got: map[], map[]
steveyen commented 7 years ago

Looks race'y -- a 2nd attempt via a "restart build" on travis worked ok / didn't fail.