morningman commented on code in PR #14504:
URL: https://github.com/apache/doris/pull/14504#discussion_r1033637899
##########
regression-test/suites/load_p0/stream_load/test_hdfs_json_load.groovy:
##########
@@ -82,18 +82,18 @@ suite("test_hdfs_json_load", "p0") {
}
def check_load_result = {checklabel, testTablex ->
- max_try_milli_secs = 10000
+ def max_try_milli_secs = 30000
Review Comment:
For reviewer: make sure to use `def` for local variable.
##########
run-regression-test.sh:
##########
@@ -187,6 +187,7 @@ fi
"${JAVA}" -DDORIS_HOME="${DORIS_HOME}" \
-DLOG_PATH="${LOG_OUTPUT_FILE}" \
+ -Dfile.encoding="UTF-8" \
Review Comment:
For reviewer: to avoid failure on equals() of Chinese words.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]