featurebase/test
Seebs 1045268f01 use testhook to ensure temporary files and directories are cleaned up
In nearly all cases, we can just switch ioutil.TempDir->testhook.TempDir
and similarly for TempFile. There's one case where we can't because we
need files to be removed before tests are over.

Also in the process give identifiable names to a lot of temporary files
and make sure they're being cleaned up, and don't use "/tmp/foo" as a
file name in a test that could be running in more than one test process
at once. :)
2021-03-11 19:42:10 -06:00
..
cluster.go reduce goroutine spam during TestVariousQueries 2021-02-24 11:25:46 -06:00
disco.go use testhook to ensure temporary files and directories are cleaned up 2021-03-11 19:42:10 -06:00
field.go remove some calls to Field.saveMeta() 2021-02-23 10:09:55 -06: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 blue_green migration. holdbkg.go holder goroutine. 2020-09-11 14:24:15 -05:00
index.go remove Field.loadMeta() 2021-02-23 10:09:55 -06:00
logger.go lock BufferLogger for reads/writes 2019-11-12 12:15:13 -06:00
pilosa.go Unify state 2021-02-06 16:53:42 -06:00
pilosa_test.go remove remaining references to "coordinator" 2021-02-23 17:23:09 -06:00
transaction.go increase test deadlineSkew to 1s 2020-05-18 19:57:44 -05:00