This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 5923d978040 branch-2.1: [improvement](regression)Add log to print jdbc
url in prepare stmt test #50711 (#50729)
5923d978040 is described below
commit 5923d978040898eb8945ac55bec515b03bf54a7e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 9 14:37:45 2025 +0800
branch-2.1: [improvement](regression)Add log to print jdbc url in prepare
stmt test #50711 (#50729)
Cherry-picked from #50711
Co-authored-by: James <[email protected]>
---
regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy
b/regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy
index 4bded187723..84c2860fd18 100644
--- a/regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy
+++ b/regression-test/suites/prepared_stmt_p0/prepared_stmt.groovy
@@ -24,6 +24,7 @@ suite("test_prepared_stmt", "nonConcurrent") {
def password = context.config.jdbcPassword
// def url = context.config.jdbcUrl +
"&useServerPrepStmts=true&useCursorFetch=true"
String url = getServerPrepareJdbcUrl(context.config.jdbcUrl,
"regression_test_prepared_stmt_p0")
+ logger.info("jdbc prepare statement url: ${url}")
def result1 = connect(user, password, url) {
sql """DROP TABLE IF EXISTS ${tableName} """
sql """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]