Skip to content

Commit

Permalink
Added new flaky category for time-zone dependent flaky tests
Browse files Browse the repository at this point in the history
Added TZD type for check in pr_checker script
  • Loading branch information
hermya committed Oct 22, 2024
1 parent 8aece3a commit a7c761c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion format_checker/pr_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"NDOI",
"NDOI",
"UD",
"OSD"
"OSD",
"TZD"
],
"Status": [
"",
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ NDOD | Non-Deterministic Order-Dependent tests that fail non-deterministically b
NDOI | Non-Deterministic Order-Independent tests that fail non-deterministically but similar failure rates in all orders as defined in our [ISSRE’20 work](http://mir.cs.illinois.edu/winglam/publications/2020/LamETAL20ISSRE.pdf)
UD | Unknown Dependency tests that pass and fail in a test suite or in isolation
OSD | Operating System Dependent tests that pass and fail depending on the operating system
TZD | Tests that fail in machines on different time zones, usually failing time-related assertions

* **Status**: This defines the state the flaky test is in. Only one status may be used at any given time for each flaky test. The accepted status values are:

Expand Down

0 comments on commit a7c761c

Please sign in to comment.