featurebase/boltdb
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
..
attrstore.go un-disable checkptr by fixing the memory problems 2020-10-15 19:12:47 -05:00
translate.go use testhook to ensure temporary files and directories are cleaned up 2021-03-11 19:42:10 -06:00
translate_test.go use testhook to ensure temporary files and directories are cleaned up 2021-03-11 19:42:10 -06:00