This is an automated email from the ASF dual-hosted git repository.
kxiao 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 91595fa340e [fix](testcase) add order by to fix unstable output of
passwordLeaked (#38813)
91595fa340e is described below
commit 91595fa340e381e9cbcce97892fae65c84b7ce5e
Author: Kang <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]