featurebase/sql3
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
..
parser sql3 changes (#2211) 2022-09-06 11:16:11 -05:00
planner use testhook test cleanup 2022-09-26 12:33:43 -05:00
test added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
errors.go sql3 changes (#2211) 2022-09-06 11:16:11 -05:00
interfaces.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
main_test.go use testhook test cleanup 2022-09-26 12:33:43 -05:00
sql3.ebnf sql3 changes (#2211) 2022-09-06 11:16:11 -05:00
sql_definitions_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_aggregate_test.go fb-1075 (#2221) 2022-09-20 14:53:10 -05:00
sql_defs_between_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_binops_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_cast_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_create_table_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_date_functions_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_groupby_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_in_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_like_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_null_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_set_functions_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_timequantum_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_defs_unops_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
sql_test.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00