cherrylzhao commented on issue #5377: URL: https://github.com/apache/shardingsphere/issues/5377#issuecomment-621579687
I want to add test plan log before actually execute the parameterized case: ``` [INFO] ======= Test Plan ======= [INFO] Total: xxx, Active: H2(xxx), Disabled: MySQL(xxx), PostgreSQL(xxx), SQLServer(xxx), Oracle(xxx)``` after we `mvn clean install` the summary report look like this: ``` [INFO] Running org.apache.shardingsphere.dbtest.engine.dcl.GeneralDCLIT [INFO] ======= Test Plan ======= [INFO] Total: xxx, Active: H2(xxx), Disabled: MySQL(xxx), PostgreSQL(xxx), SQLServer(xxx), Oracle(xxx) [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.shardingsphere.dbtest.engine.dcl.GeneralDCLIT [INFO] Running org.apache.shardingsphere.dbtest.engine.dml.GeneralDMLIT [INFO] ======= Test Plan ======= [INFO] Total: xxx, Active: H2(xxx), Disabled: MySQL(xxx), PostgreSQL(xxx), SQLServer(xxx), Oracle(xxx) [INFO] Tests run: 336, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.3 s - in org.apache.shardingsphere.dbtest.engine.dml.GeneralDMLIT ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
