You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Description #7381 added support for making CREATE and DROP database pluggable. We should implement "test" plugins for docker-compose.
docker-compose: The existing docker-compose setup creates a full vitess cluster. The test plugin implementation will need to bring up a new cluster for CREATE (a new keyspace) and tear it down for DROP.
Use Case(s)
New users testing their dev/ORM framework against Vitess. A lot of frameworks create and drop temporary databases for tests.
Feature Description
#7381 added support for making CREATE and DROP database pluggable. We should implement "test" plugins for docker-compose.
docker-compose: The existing docker-compose setup creates a full vitess cluster. The test plugin implementation will need to bring up a new cluster for CREATE (a new keyspace) and tear it down for DROP.
Use Case(s)
New users testing their dev/ORM framework against Vitess. A lot of frameworks create and drop temporary databases for tests.
Related issue: #7770
The text was updated successfully, but these errors were encountered: