featurebase/test
Matt Jaffee b7e5f8842e
add a configurable timeout to http handler closing
refactor handler Close func to use errgroup to be a bit less messy.

refactor pilosa.Server closing to actually return an underlying error if one occurs

add option to pilosa/test.Cluster and pilosa/server.Command to control close
timeout. currently is only used by the http handler, but conceivably could be
passed as a parameter to other subsystems of pilosa/server.Command
2018-07-10 15:16:35 -05:00
..
cluster.go remove the last usages of test.NewExecutor and cleanup unused in test package 2018-07-01 07:31:31 -05:00
field.go Unexport test.NewField 2018-07-05 23:11:56 -05:00
handler.go remove the last usages of test.NewExecutor and cleanup unused in test package 2018-07-01 07:31:31 -05:00
holder.go Remove some dead code 2018-07-05 15:31:07 -05:00
index.go Unexport test.NewIndex 2018-07-05 23:11:56 -05:00
logger.go Unexport test.BufferLogger 2018-07-05 23:11:56 -05:00
pilosa.go add a configurable timeout to http handler closing 2018-07-10 15:16:35 -05:00
pilosa_test.go Enhance test utilities (introduce Cluster type, improve naming) 2018-06-28 13:34:58 -05:00