This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 1ff1df0a8e4 branch-3.0: [case](auth)fix case test_dml_stream_load_auth
#50172 (#51381)
1ff1df0a8e4 is described below
commit 1ff1df0a8e42c5f2342d324cbac1a991bd847007
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 1 09:09:14 2025 +0800
branch-3.0: [case](auth)fix case test_dml_stream_load_auth #50172 (#51381)
Cherry-picked from #50172
Co-authored-by: zhangdong <[email protected]>
---
regression-test/suites/auth_call/test_dml_stream_load_auth.groovy | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/regression-test/suites/auth_call/test_dml_stream_load_auth.groovy
b/regression-test/suites/auth_call/test_dml_stream_load_auth.groovy
index 69aa863073b..4a4f19641b2 100644
--- a/regression-test/suites/auth_call/test_dml_stream_load_auth.groovy
+++ b/regression-test/suites/auth_call/test_dml_stream_load_auth.groovy
@@ -71,8 +71,7 @@ suite("test_dml_stream_load_auth","p0,auth_call") {
proc.consumeProcessOutput(sout, serr)
proc.waitForOrKill(7200000)
logger.info("std out: " + sout + "std err: " + serr)
- assertTrue(sout.toString().indexOf("FAILED") != -1)
- assertTrue(sout.toString().indexOf("denied") != -1)
+ assertTrue(sout.toString().indexOf("Success") == -1)
sql """grant load_priv on ${dbName}.${tableName} to ${user}"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]