mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
When we've started a fake cluster, we should expect to reach a "STARTING" state, not a "DOWN" state. This test would coincidentally pass as long as we checked the state before any of the nodes got their notification from the node watcher that at least one node was STARTING, because prior to that the cluster would be DOWN. But once it got to STARTING, we would wait forever; we never reached the instruction to tell the nodes to come to any other state, and they would never reach a DOWN state. |
||
|---|---|---|
| .. | ||
| config_gen.go | ||
| embed.go | ||
| embed_test.go | ||
| enterprise_cluster.go | ||
| external.go | ||
| external_test.go | ||
| fake_test.go | ||
| leasedkv.go | ||
| leasedkv_test.go | ||
| plg_cluster.go | ||