planetscale/vitess-framework-testing

DROP TABLE will fail in certain situations with foreign keys

Closed this issue · 1 comments

This is a "framework-level" issue during cleanup in between tests. The strategy to fix it should be to check each table for foreign keys before we try to drop the table; if any exist, drop them, then drop the table.

Fixed by #61