Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP3
nodejs16
flaky_test_rerun.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File flaky_test_rerun.patch of Package nodejs16
Index: node-v16.13.0/tools/test.py =================================================================== --- node-v16.13.0.orig/tools/test.py +++ node-v16.13.0/tools/test.py @@ -586,6 +586,16 @@ class TestCase(object): self.context.store_unexpected_output) def Run(self): + reruns = 0 + while (reruns < 5): + reruns += 1 + result = self.OriginalRun() + if (not result.HasFailed()): + break + print("FLAKY TEST rerun: ", self.GetCommand()) + return result + + def OriginalRun(self): try: result = self.RunCommand(self.GetCommand(), { "TEST_SERIAL_ID": "%d" % self.serial_id,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor