featurebase/test
Matt Jaffee 9a453ef51a
expose worker pool size to config, so we can set it lower in tests
we are experiencing issues with CI where it fails with race: limit on
8128 simultaneously alive goroutines is exceeded, dying

this, despite the fact that closing the executor should clean up all
worker goroutines. Apparently in CircleCI runtime.NumCPU() reports 36,
so the goroutines added up quickly.
2019-07-15 14:25:40 -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 expose worker pool size to config, so we can set it lower in tests 2019-07-15 14:25:40 -05:00
pilosa_test.go send POSTed schema to all nodes in cluster 2019-04-29 19:31:23 -05:00