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

Unified Diff: milo/appengine/swarming/buildinfo_test.go

Issue 2915663002: milo: open swarming tasks with wide logs (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 | « milo/appengine/swarming/build.go ('k') | milo/appengine/swarming/expectations/build-canceled.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/swarming/buildinfo_test.go
diff --git a/milo/appengine/swarming/buildinfo_test.go b/milo/appengine/swarming/buildinfo_test.go
index dd203c8d515bdb83698ef4e3957f35b5f69392a0..3ac757fd923871350c8584fe82d8a15c0d9292b8 100644
--- a/milo/appengine/swarming/buildinfo_test.go
+++ b/milo/appengine/swarming/buildinfo_test.go
@@ -135,7 +135,7 @@ func TestBuildInfo(t *testing.T) {
Link: &miloProto.Link{
Label: "Task 12340",
Value: &miloProto.Link_Url{
- Url: "https://swarming.example.com/task?id=12340&show_raw=1",
+ Url: "https://swarming.example.com/task?id=12340&show_raw=1&wide_logs=true",
},
},
Property: []*miloProto.Step_Property{
@@ -179,7 +179,7 @@ func TestBuildInfo(t *testing.T) {
Link: &miloProto.Link{
Label: "Task 12340",
Value: &miloProto.Link_Url{
- Url: "https://swarming.example.com/task?id=12340&show_raw=1",
+ Url: "https://swarming.example.com/task?id=12340&show_raw=1&wide_logs=true",
},
},
Property: []*miloProto.Step_Property{
« no previous file with comments | « milo/appengine/swarming/build.go ('k') | milo/appengine/swarming/expectations/build-canceled.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698