From 5e5bd790dbfd845041a98994f78c05750cef7fa7 Mon Sep 17 00:00:00 2001 From: Anderson Chauphan Date: Mon, 12 Feb 2024 20:40:54 -0700 Subject: [PATCH] Added docs explaining each system test case (#600) --- ...cdash_analyze_and_report_random_failures_UnitTests.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/test/ci_support/cdash_analyze_and_report_random_failures_UnitTests.py b/test/ci_support/cdash_analyze_and_report_random_failures_UnitTests.py index 09d3ba313..1bff74833 100644 --- a/test/ci_support/cdash_analyze_and_report_random_failures_UnitTests.py +++ b/test/ci_support/cdash_analyze_and_report_random_failures_UnitTests.py @@ -180,8 +180,9 @@ def tearDown(self): self.test_dir.remove() - # Test the random failure case of a single initial test containing - # one passing and one failing test in its test history, both with the same SHA1 pairs + # Test the random failure case starting from two initial failing tests (ift) + # in which one of the initial failing test contains a history of two tests + # with the same sha1 pair, but one is a passing case and the other nonpassing. # def test_random_failure(self): @@ -226,6 +227,10 @@ def test_random_failure(self): ) + # Test to no random failure case starting from two initial failing tests (ift). + # Each ift has a test history containing multiple tests with passing and nonpassing results, + # but non share the same sha1 pair. + # def test_no_random_failure(self): testCaseName = "rft_0_ift_2"