This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git
commit 45bd4f7b1ca57ddc2ae1e55d8805a2ec679aa869 Author: Mingyu Chen <morning...@163.com> AuthorDate: Wed Nov 30 12:45:12 2022 +0800 (fix)[test] add some logs (#14695) --- regression-test/conf/regression-conf.groovy | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/regression-test/conf/regression-conf.groovy b/regression-test/conf/regression-conf.groovy index 645952c330..4c64fc4b72 100644 --- a/regression-test/conf/regression-conf.groovy +++ b/regression-test/conf/regression-conf.groovy @@ -23,11 +23,11 @@ defaultDb = "regression_test" // add useLocalSessionState so that the jdbc will not send // init cmd like: select @@session.tx_read_only // at each time we connect. -jdbcUrl = "jdbc:mysql://127.0.0.1:9033/?useLocalSessionState=true" +jdbcUrl = "jdbc:mysql://127.0.0.1:9030/?useLocalSessionState=true" jdbcUser = "root" jdbcPassword = "" -feHttpAddress = "127.0.0.1:8033" +feHttpAddress = "127.0.0.1:8030" feHttpUser = "root" feHttpPassword = "" @@ -66,26 +66,26 @@ brokerName = "broker_name" // broker load test config enableBrokerLoad=true -ak="AKIDJTO4VheMnzwd5HEvNZWHmiPr41jCPN5Y" -sk="GH2Xu2uXu4zf5GDvNaXFivvgBRSDjz1o" +ak="" +sk="" // jdbc connector test config // To enable jdbc test, you need first start mysql/pg container. // See `docker/thirdparties/start-thirdparties-docker.sh` -enableJdbcTest=true -mysql_57_port=3336 -pg_14_port=5444 +enableJdbcTest=false +mysql_57_port=3316 +pg_14_port=5442 // hive catalog test config // To enable jdbc test, you need first start hive container. // See `docker/thirdparties/start-thirdparties-docker.sh` -enableHiveTest=true -hms_port=9184 -hdfs_port=8121 +enableHiveTest=false +hms_port=9183 +hdfs_port=8120 // elasticsearch catalog test config // See `docker/thirdparties/start-thirdparties-docker.sh` -enableEsTest=true -es_6_port=19222 -es_7_port=29222 -es_8_port=39222 +enableEsTest=false +es_6_port=19200 +es_7_port=29200 +es_8_port=39200 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org