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

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

Issue 1933013003: [Findit] Extract failed output nodes from stdio log of compile step. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Address comments. Created 4 years, 8 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
Index: appengine/findit/waterfall/test/failure_signal_test.py
diff --git a/appengine/findit/waterfall/test/failure_signal_test.py b/appengine/findit/waterfall/test/failure_signal_test.py
index e7ce96b60224bb129411791953049b4748ef01f4..69c1407279403d1a0f8f0de8169e3b811f812d8e 100644
--- a/appengine/findit/waterfall/test/failure_signal_test.py
+++ b/appengine/findit/waterfall/test/failure_signal_test.py
@@ -47,7 +47,10 @@ class FailureSignalTest(unittest.TestCase):
},
'keywords': {
'k1': 3
- }
+ },
+ 'failed_output_nodes': [
+ 'obj/path/to/file.o',
+ ],
}
signal = FailureSignal.FromDict(data)
self.assertEqual(data, signal.ToDict())
« no previous file with comments | « appengine/findit/waterfall/test/extractors_test.py ('k') | appengine/findit/waterfall/test/try_job_util_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698