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 2daf6119371 [fix](testcase) add order by to fix unstable output of 
passwordLeaked (#38813)
2daf6119371 is described below

commit 2daf61193712916bc3b604ef18d987f837a39560
Author: Kang <kxiao.ti...@gmail.com>
AuthorDate: Mon Aug 5 11:52:02 2024 +0800

    [fix](testcase) add order by to fix unstable output of passwordLeaked 
(#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

Reply via email to