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

Unified Diff: go/src/infra/appengine/test-results/model/full_result_test.go

Issue 2231393002: test-results: Add merge and trim methods (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: tests: remove unecessary Trim calls Created 4 years, 4 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: go/src/infra/appengine/test-results/model/full_result_test.go
diff --git a/go/src/infra/appengine/test-results/model/full_result_test.go b/go/src/infra/appengine/test-results/model/full_result_test.go
index 78c94e59de7d9519c1730eb929741b5c38df9753..fc82ddc8c7f1a10712d9d4cd75a38871d19ce6d1 100644
--- a/go/src/infra/appengine/test-results/model/full_result_test.go
+++ b/go/src/infra/appengine/test-results/model/full_result_test.go
@@ -119,7 +119,7 @@ func TestFullResult(t *testing.T) {
},
"baax": &AggregateTestLeaf{
Results: []ResultSummary{{1, "PAC"}},
- Runtimes: []RuntimeSummary{{1, 20.9}},
+ Runtimes: []RuntimeSummary{{1, 21}},
Expected: []string{"PASS", "CRASH"},
Bugs: []string{"crbug.com/700", "crbug.com/900"},
},

Powered by Google App Engine
This is Rietveld 408576698