Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1344)

Unified Diff: tools-webrtc/mb/mb_unittest.py

Issue 2861043002: Add --retry_failed=3 flag to gtest-parallel. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools-webrtc/mb/mb.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/mb/mb_unittest.py
diff --git a/tools-webrtc/mb/mb_unittest.py b/tools-webrtc/mb/mb_unittest.py
index 2950015cef305eae4413b962051d7760571dbb92..c8107aea0a5225f4d72bacbd452c133ef08580a8 100755
--- a/tools-webrtc/mb/mb_unittest.py
+++ b/tools-webrtc/mb/mb_unittest.py
@@ -451,6 +451,7 @@ class UnitTest(unittest.TestCase):
'--output_dir=${ISOLATED_OUTDIR}/test_logs',
'--gtest_color=no',
'--timeout=900',
+ '--retry_failed=3',
'./base_unittests',
'--workers=1',
'--',
@@ -498,6 +499,7 @@ class UnitTest(unittest.TestCase):
'--output_dir=${ISOLATED_OUTDIR}/test_logs',
'--gtest_color=no',
'--timeout=900',
+ '--retry_failed=3',
'./base_unittests',
'--',
'--asan=0',
@@ -545,6 +547,7 @@ class UnitTest(unittest.TestCase):
'--output_dir=${ISOLATED_OUTDIR}\\test_logs',
'--gtest_color=no',
'--timeout=900',
+ '--retry_failed=3',
r'.\unittests.exe',
'--',
'--asan=0',
@@ -588,6 +591,7 @@ class UnitTest(unittest.TestCase):
'--output_dir=${ISOLATED_OUTDIR}/test_logs',
'--gtest_color=no',
'--timeout=900',
+ '--retry_failed=3',
'./base_unittests',
'--',
'--asan=0',
« no previous file with comments | « tools-webrtc/mb/mb.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698