Changeset 252946 in webkit


Ignore:
Timestamp:
Nov 29, 2019 10:20:45 AM (4 years ago)
Author:
aakash_jain@apple.com
Message:

Add a unit-test to new EWS for scenario when there is flakiness with patch and also on clean tree
https://bugs.webkit.org/show_bug.cgi?id=204707
<rdar://problem/57533998>

Unreviewed unit-test.

  • BuildSlaveSupport/ews-build/steps_unittest.py:

(TestAnalyzeLayoutTestsResults.test_mildly_flaky_patch_with_some_tree_redness_and_flakiness):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/ews-build/steps_unittest.py

    r252644 r252946  
    16561656        self.setProperty('second_run_failures', ['test1'])
    16571657        self.setProperty('clean_tree_run_failures', ['test1', 'test2'])
     1658        self.expectOutcome(result=RETRY, state_string='Unable to confirm if test failures are introduced by patch, retrying build (retry)')
     1659        return self.runStep()
     1660
     1661    def test_mildly_flaky_patch_with_some_tree_redness_and_flakiness(self):
     1662        self.configureStep()
     1663        self.setProperty('first_run_failures', ['PreExistingFail1', 'PreExistingFail2', 'Fail1'])
     1664        self.setProperty('second_run_failures', ['PreExistingFail1', 'PreExistingFail2'])
     1665        self.setProperty('clean_tree_run_failures', ['PreExistingFail1', 'PreExistingFail2', 'Fail2'])
    16581666        self.expectOutcome(result=RETRY, state_string='Unable to confirm if test failures are introduced by patch, retrying build (retry)')
    16591667        return self.runStep()
  • trunk/Tools/ChangeLog

    r252943 r252946  
     12019-11-29  Aakash Jain  <aakash_jain@apple.com>
     2
     3        Add a unit-test to new EWS for scenario when there is flakiness with patch and also on clean tree
     4        https://bugs.webkit.org/show_bug.cgi?id=204707
     5        <rdar://problem/57533998>
     6
     7        Unreviewed unit-test.
     8
     9        * BuildSlaveSupport/ews-build/steps_unittest.py:
     10        (TestAnalyzeLayoutTestsResults.test_mildly_flaky_patch_with_some_tree_redness_and_flakiness):
     11
    1122019-11-29  Aakash Jain  <aakash_jain@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.