featurebase/sql
Seebs 331b5a0e36 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-30 11:25:27 -07:00
..
column.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
ddl.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
extract.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
handler_test.go cleaned up sync from private repo 2022-09-30 11:20:58 -07:00
main_test.go use testhook test cleanup 2022-09-30 11:25:27 -07:00
mapper.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
mapper_test.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
mask.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
model.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
query.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
reduce.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
reduce_test.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
router.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
select.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
show.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00