This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 91293534260 [fix](testcase) add order by to fix unstable output of passwordLeaked #38813 (#38856) 91293534260 is described below commit 912935342608711cf0d340ccc6d31d48546ac240 Author: Kang <kxiao.ti...@gmail.com> AuthorDate: Mon Aug 5 14:00:02 2024 +0800 [fix](testcase) add order by to fix unstable output of passwordLeaked #38813 (#38856) --- 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