blob: f528cb38659a6b39ae5072fa2c243bf4e08a1d26 [file] [log] [blame]
commit f36e35e463da035ce4e830fa3e22c548a5a472e1
Author: Liang Zhang <terrymanu@163.com>
Date: Fri Jan 15 19:39:23 2021 +0800
Wait env prepared with JDBC adapter if using docker (#9049)
* For test
* For test
* For test
* For test
* Wait env prepared with JDBC adapter if using docker
* Revert test
* Remove useless -D param
* Reduce proxy ready detection times
diff --git a/docs/document/content/features/test-engine/integration-test-engine.en.md b/docs/document/content/features/test-engine/integration-test-engine.en.md
index 851d8b168d..b0edc565a6 100644
--- a/docs/document/content/features/test-engine/integration-test-engine.en.md
+++ b/docs/document/content/features/test-engine/integration-test-engine.en.md
@@ -32,7 +32,7 @@ Firstly, setup configuration file `/shardingsphere-integration-test-suite/src/te
it.run.additional.cases=false
# test scenarios, could define multiple rules
-it.scenarios=db,tbl,dbtbl_with_replica_query_,replica_query_
+it.scenarios=db,tbl,dbtbl_with_replica_query,replica_query
# database type, could define multiple databases(H2,MySQL,Oracle,SQLServer,PostgreSQL)
it.databases=MySQL,PostgreSQL