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

Unified Diff: infra/services/mastermon/test/pollers_test.py

Issue 1515073003: Revert of mastermon: report step metrics (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years 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 | « infra/services/mastermon/pollers.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/services/mastermon/test/pollers_test.py
diff --git a/infra/services/mastermon/test/pollers_test.py b/infra/services/mastermon/test/pollers_test.py
index 01404397d25812d8f6aa14b0b75c904fa451f890..8ecb5cf2387e3116494fa4c6524ab71b21b3b95f 100644
--- a/infra/services/mastermon/test/pollers_test.py
+++ b/infra/services/mastermon/test/pollers_test.py
@@ -189,9 +189,6 @@
data2['duration_s'] = 5
data2['pending_s'] = 1
data2['total_s'] = data2['pending_s'] + data2['duration_s']
- data2['steps'] = [
- {'step_name': 'compile', 'duration_s': 2, 'result': 'r1'},
- ]
with temporary_directory(prefix='poller-test-') as tempdir:
filename = self.create_data_file(tempdir, [data1, data2])
p = pollers.FilePoller(filename, {})
« no previous file with comments | « infra/services/mastermon/pollers.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698