Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
nodejs12.26753
flaky_test_rerun.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File flaky_test_rerun.patch of Package nodejs12.26753
Index: node-v10.15.3/tools/test.py =================================================================== --- node-v10.15.3.orig/tools/test.py +++ node-v10.15.3/tools/test.py @@ -539,6 +539,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_THREAD_ID": "%d" % self.thread_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