sandynz commented on code in PR #19124:
URL: https://github.com/apache/shardingsphere/pull/19124#discussion_r921093739
##########
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-scaling/src/test/java/org/apache/shardingsphere/integration/data/pipeline/framework/container/compose/BaseComposedContainer.java:
##########
@@ -38,6 +38,15 @@ public BaseComposedContainer() {
*/
public abstract String getProxyJdbcUrl(String databaseName);
+ /**
+ * Clean up database.
+ *
+ * @param databaseName database name
+ */
+ public void cleanUpDatabase(final String databaseName) {
+
+ }
Review Comment:
`cleanUpDatabase` could be abstract and be implemented in subclasses.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]