featurebase/test
Seebs 9c216ef8a6 use testhook test cleanup
The testhook post-test hooks only work if you use a TestMain to
invoke them, otherwise the cleanups can be registered but never
actually get run. This deletes the etcd sockets, and temp
directories, that we created from our test runs. We also fix
the test creating a temp file directly to create it in a TempDir
(which gets cleaned up after the test), and fix the name of the
top-level tests displayed in TestMain.
2022-09-26 12:33:43 -05:00
..
cluster.go significant refactor of test setup and teardown 2022-09-23 16:56:27 -05:00
disco.go refactor testing to share clusters more often 2022-09-02 11:40:37 -05:00
field.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
glue.go drop excessively verbose messages used while debugging something long ago 2022-09-23 16:56:27 -05:00
handler.go add copyright notice back in 2021-12-10 11:01:04 -06:00
holder.go significant refactor of test setup and teardown 2022-09-23 16:56:27 -05:00
index.go significant refactor of test setup and teardown 2022-09-23 16:56:27 -05:00
main_test.go use testhook test cleanup 2022-09-26 12:33:43 -05:00
pilosa.go drop ioutil 2022-09-23 16:56:27 -05:00
pilosa_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
transaction.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00