Drop created tables in tests
If a table is created in a test, it should also drop the table.
This commit is contained in:
@ -633,5 +633,9 @@ int main(int argc, char* argv[])
|
||||
|
||||
run(test);
|
||||
|
||||
test.repl->connect();
|
||||
execute_query(test.repl->nodes[0], "DROP TABLE test.t");
|
||||
test.repl->disconnect();
|
||||
|
||||
return test.global_result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user