Skip to content

Commit

Permalink
[fix](testcase) add order by to fix unstable output of passwordLeaked (
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokang authored Aug 5, 2024
1 parent c60c8f5 commit 91595fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regression-test/suites/brown_p2/sql/passwordLeaked.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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';
AND log_time < TIMESTAMP '2012-05-20 00:00:00'
ORDER BY log_time;

0 comments on commit 91595fa

Please sign in to comment.