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

Unified Diff: appengine/findit/waterfall/test/trigger_base_swarming_task_result_pipeline_test.py

Issue 2535953003: [Findit] Add two more gtest command line switches. (Closed)
Patch Set: Update description of scenario. Created 4 years, 1 month 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 | « no previous file | appengine/findit/waterfall/trigger_base_swarming_task_pipeline.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/waterfall/test/trigger_base_swarming_task_result_pipeline_test.py
diff --git a/appengine/findit/waterfall/test/trigger_base_swarming_task_result_pipeline_test.py b/appengine/findit/waterfall/test/trigger_base_swarming_task_result_pipeline_test.py
index 999931ef6ffdbc76ff22bf95e72dfeb2e4034041..46faad5988682d6bae0e5820a85a3ee23b57075a 100644
--- a/appengine/findit/waterfall/test/trigger_base_swarming_task_result_pipeline_test.py
+++ b/appengine/findit/waterfall/test/trigger_base_swarming_task_result_pipeline_test.py
@@ -86,7 +86,11 @@ class TriggerBaseSwarmingTaskPipelineTest(wf_testcase.WaterfallTestCase):
{'key': 'GTEST_TOTAL_SHARDS', 'value': '5'},
],
'execution_timeout_secs': 3600,
- 'extra_args': ['--flag=value', '--gtest_filter=d.f'],
+ 'extra_args': [
+ '--flag=value',
+ '--gtest_filter=d.f',
+ '--test-launcher-filter-file=path/to/filter/file',
+ ],
'grace_period_secs': 30,
'idempotent': True,
'inputs_ref': {'a': 1},
@@ -128,9 +132,12 @@ class TriggerBaseSwarmingTaskPipelineTest(wf_testcase.WaterfallTestCase):
],
'execution_timeout_secs': 3600,
'extra_args': [
- '--flag=value', '--gtest_repeat=10',
+ '--flag=value',
+ '--gtest_filter=a.b:a.c',
+ '--gtest_repeat=10',
'--test-launcher-retry-limit=0',
- '--gtest_filter=a.b:a.c'],
+ '--gtest_also_run_disabled_tests',
+ ],
'grace_period_secs': 30,
'idempotent': False,
'inputs_ref': {'a': 1},
« no previous file with comments | « no previous file | appengine/findit/waterfall/trigger_base_swarming_task_pipeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698