featurebase/test
Matt Jaffee c9479afe8c
start handler before server.Open to avoid stall in cluster.open
cluster.open waits for node to join cluster if it is not the coordinator, and
currently this relies on having the http handler able to receive messages, so
handler needs to be started first.
2018-06-21 13:56:46 -05:00
..
cluster.go un-export (some) Cluster methods 2018-06-13 15:42:35 -05:00
executor.go Key-to-ID Translation 2018-06-15 16:45:05 -06:00
field.go remove view argument from Field.SetBit and Field.ClearBit 2018-06-19 18:15:38 -05:00
fragment.go un-export Fragment.SetBit and Fragment.ClearBit. 2018-06-07 13:43:20 -05:00
handler.go WIP API refactor 2018-06-21 13:51:31 -05:00
holder.go remove view argument from Field.SetBit and Field.ClearBit 2018-06-19 18:15:38 -05:00
index.go more Frame to Field in tests. move frame*.go files to field*.go 2018-06-05 23:58:46 -05:00
logger.go change NewStandardLogger() to only take an io.Writer 2018-03-27 10:30:41 -05:00
pilosa.go start handler before server.Open to avoid stall in cluster.open 2018-06-21 13:56:46 -05:00
pilosa_test.go repace panic with fatal for consistancy 2018-06-20 15:12:26 -05:00
test.go refactoring pilosa/server 2018-04-23 13:35:39 -05:00