This is an automated email from the ASF dual-hosted git repository.
liaoxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 5f0323b6f3f [fix](test) fix routine load case unstable (#38748)
5f0323b6f3f is described below
commit 5f0323b6f3f68edcfc3b8ca3508e9416ce259d30
Author: hui lai <[email protected]>
AuthorDate: Fri Aug 2 17:22:35 2024 +0800
[fix](test) fix routine load case unstable (#38748)
---
.../suites/load_p0/routine_load/test_routine_load_offset.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/load_p0/routine_load/test_routine_load_offset.groovy
b/regression-test/suites/load_p0/routine_load/test_routine_load_offset.groovy
index 842b654cc91..84d0509cea3 100644
---
a/regression-test/suites/load_p0/routine_load/test_routine_load_offset.groovy
+++
b/regression-test/suites/load_p0/routine_load/test_routine_load_offset.groovy
@@ -49,7 +49,7 @@ suite("test_routine_load_offset","p0") {
}
if (enabled != null && enabled.equalsIgnoreCase("true")) {
- def tableName = "test_show_routine_load"
+ def tableName = "test_routine_load_offset"
def job = "test_offset"
sql """ DROP TABLE IF EXISTS ${tableName} """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]