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 808397e0d2f [fix](testcase) add order by to fix unstable output of passwordLeaked #38813 (#38855) 808397e0d2f is described below commit 808397e0d2fcb574b5534d0582c5b462309cb00e Author: Kang <kxiao.ti...@gmail.com> AuthorDate: Mon Aug 5 13:51:54 2024 +0800 [fix](testcase) add order by to fix unstable output of passwordLeaked #38813 (#38855) cherry pick from #38813 --- regression-test/suites/brown_p2/sql/passwordLeaked.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regression-test/suites/brown_p2/sql/passwordLeaked.sql b/regression-test/suites/brown_p2/sql/passwordLeaked.sql index 4f25b9c99f0..f7210bfcb59 100644 --- a/regression-test/suites/brown_p2/sql/passwordLeaked.sql +++ b/regression-test/suites/brown_p2/sql/passwordLeaked.sql @@ -4,4 +4,5 @@ WHERE status_code >= 200 AND status_code < 300 AND request LIKE '%/etc/passwd%' AND log_time >= TIMESTAMP '2012-05-06 00:00:00' - AND log_time < TIMESTAMP '2012-05-20 00:00:00'; \ No newline at end of file + AND log_time < TIMESTAMP '2012-05-20 00:00:00' +ORDER BY log_time; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org