diff options
author | Kirill Rysin <35688753+naspirato@users.noreply.github.com> | 2024-09-19 19:15:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 19:15:30 +0200 |
commit | 9e8c4c6cdd8071acb00cb86361335c698434e4e5 (patch) | |
tree | 9dc9ab71141b7a666be17d3442d6600f056c8c61 /.github/scripts/analytics/flaky_tests_history_n_runs.py | |
parent | 60dc4dfc59ffcf6973eb1151f80762ad3d1af7b1 (diff) | |
download | ydb-9e8c4c6cdd8071acb00cb86361335c698434e4e5.tar.gz |
Fix bulk upsert rewrite results asan/relwithdevinfo in analytics (#9521)
Diffstat (limited to '.github/scripts/analytics/flaky_tests_history_n_runs.py')
-rwxr-xr-x | .github/scripts/analytics/flaky_tests_history_n_runs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/scripts/analytics/flaky_tests_history_n_runs.py b/.github/scripts/analytics/flaky_tests_history_n_runs.py index 49ced5cb76..d6e92232d8 100755 --- a/.github/scripts/analytics/flaky_tests_history_n_runs.py +++ b/.github/scripts/analytics/flaky_tests_history_n_runs.py @@ -185,6 +185,7 @@ def main(): '{branch}' as branch from `test_results/analytics/testowners` as t1 where run_timestamp_last >= Date('{date}') - 3*Interval("P1D") + and run_timestamp_last <= Date('{date}') + Interval("P1D") ) as test_and_date left JOIN ( select * from ( |