Skip to content

Commit

Permalink
Update scripts/flaky_tests.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Bayandin <alexander@neon.tech>
  • Loading branch information
problame and bayandin committed Mar 11, 2024
1 parent cd4f695 commit b2854fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/flaky_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
FROM results
WHERE
started_at > CURRENT_DATE - INTERVAL '10' day
AND started_at > '2024-03-11T14:35:59Z' -- we switched the default PAGESERVER_VIRTUAL_FILE_IO_ENGINE to `tokio-epoll-uring` from `std-fs` on this date, we want to ignore the flaky tests for `std-fs`
AND started_at > '2024-03-11 14:50:11.845+00' -- we switched the default PAGESERVER_VIRTUAL_FILE_IO_ENGINE to `tokio-epoll-uring` from `std-fs` on this date, we want to ignore the flaky tests for `std-fs`
AND (
(status IN ('failed', 'broken') AND reference = 'refs/heads/main')
OR flaky
Expand Down

0 comments on commit b2854fc

Please sign in to comment.