featurebase/server
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
..
testdata/certs Supply "subject alternative name" for TLS certificates 2020-10-20 14:14:26 -05:00
cluster_test.go use testhook to ensure temporary files and directories are cleaned up 2021-03-11 19:42:10 -06:00
config.go Remove gossip config 2021-03-04 13:51:18 -06:00
config_internal_test.go add --advertise-grpc configuration option 2020-07-09 11:17:12 -05:00
config_test.go update config to support etcd arguments 2021-01-29 19:43:48 -06:00
dup.go Reduce duplication of setupLogger arch-specific code 2020-04-16 17:08:50 -05:00
dup_arm64.go Reduce duplication of setupLogger arch-specific code 2020-04-16 17:08:50 -05:00
grpc.go Change coordinator error to primary 2021-02-23 09:58:22 +01:00
grpc_test.go Fix TestCRUDIndexes 2021-02-10 16:22:34 +01:00
handler_test.go Merge branch 'master' into theoracle 2021-03-11 13:56:34 -06:00
pg.go handling aggregate types: add to protobuf, etc 2021-01-19 16:23:15 -06:00
pg_test.go handling aggregate types: add to protobuf, etc 2021-01-19 16:23:15 -06:00
server.go remove "Default*" from const names 2021-03-05 16:56:44 -06:00
server_test.go remove "Default*" from const names 2021-03-05 16:56:44 -06:00
sql.go fix SQL memory leak 2020-08-31 13:10:49 -04:00
tlsconfig.go test and fix authentication of client certs btwn cluster nodes 2019-10-18 15:17:35 -05:00
trial.go clarify purpose of trialVersion by changing the name to handleTrialDeadline and adding a doc string 2021-02-11 16:13:04 -06:00