From a7c761c47fff8658496562d99dd70a9d62120f8b Mon Sep 17 00:00:00 2001 From: Heramb Joshi Date: Mon, 21 Oct 2024 13:50:16 -0500 Subject: [PATCH] Added new flaky category for time-zone dependent flaky tests Added TZD type for check in pr_checker script --- format_checker/pr_checker.py | 3 ++- readme.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/format_checker/pr_checker.py b/format_checker/pr_checker.py index 0e87bbc78..6d592a6f1 100644 --- a/format_checker/pr_checker.py +++ b/format_checker/pr_checker.py @@ -36,7 +36,8 @@ "NDOI", "NDOI", "UD", - "OSD" + "OSD", + "TZD" ], "Status": [ "", diff --git a/readme.md b/readme.md index 0e213aee1..aa9175729 100644 --- a/readme.md +++ b/readme.md @@ -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: