pingcap / mysql-tester

A Golang implementation of MySQL Test Framework
Apache License 2.0
61 stars 62 forks source link

The tester should create a database with the test name #28

Open morgo opened 2 years ago

morgo commented 2 years ago

This is a convention used by the mysql test script, and it will help in the event that a previous execution of another test did not clean up correctly.

mjonss commented 2 years ago

Is this not already the case?