featurebase/test
Matt Jaffee 4ea48e1b40
remove unused log buffers from test cluster, fixes race
the buffers were unused internally and external users had no access to them.
Those wishing to read the logs of the cluster in tests may replace stdout/stderr
with buffers on the Command struct.

The race occurred when a node was stopped and then started again. some
memberlist goroutines might not be completely cleaned up by the time the node
restarted, and then two loggers were using the same output buffer.
2018-09-11 15:28:16 -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 Fix linter issues: unparam 2018-07-17 12:05:07 -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 rename notnull to exists 2018-09-11 15:15:37 -05:00
index.go update parser to handle row keys on SetRowAttrs() 2018-07-27 10:50:04 -05:00
logger.go Unexport test.BufferLogger 2018-07-05 23:11:56 -05:00
pilosa.go remove unused log buffers from test cluster, fixes race 2018-09-11 15:28:16 -05:00
pilosa_test.go Fix linter issues: ineffassign 2018-07-18 14:02:56 -05:00