• Home
  • Raw
  • Download

Lines Matching refs:client

20 	c.client.UploadBuild(build)
29 c.client.ReportCrash(crash1)
32 resp, _ := c.client.ReportingPollBugs("unknown")
36 resp, _ = c.client.ReportingPollBugs("test")
70 c.expectEQ(c.client.pollBug(), want)
77 c.client.ReportCrash(crash1)
78 rep1 := c.client.pollBug()
90 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{
98 c.client.pollBugs(0)
101 c.client.updateBug(rep.ID, dashapi.BugStatusUpstream, "")
104 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{ID: rep.ID, Status: dashapi.BugStatusOpen})
111 c.client.ReportCrash(crash1)
114 rep2 := c.client.pollBug()
125 reply, _ = c.client.ReportingUpdate(&dashapi.BugUpdate{
137 c.client.UploadBuild(build)
140 c.client.ReportCrash(crash1)
142 rep := c.client.pollBug()
145 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{
153 closed, _ := c.client.ReportingPollClosed([]string{rep.ID, "foobar"})
158 c.client.updateBug(rep.ID, dashapi.BugStatusInvalid, "")
161 closed, _ := c.client.ReportingPollClosed([]string{rep.ID, "foobar"})
167 c.client.pollBugs(0)
177 c.client.ReportCrash(crash2)
180 rep = c.client.pollBug()
211 c.client.ReportFailedRepro(testCrashID(crash1))
219 c.client.UploadBuild(build)
223 c.client.ReportCrash(testCrash(build, i))
228 c.client.pollBugs(reports)
230 c.client.pollBugs(0)
240 c.client.UploadBuild(build)
243 c.client.ReportCrash(crash1)
246 c.client.ReportCrash(crash2)
248 reports := c.client.pollBugs(2)
253 c.client.updateBug(rep2.ID, dashapi.BugStatusDup, rep1.ID)
256 closed, _ := c.client.ReportingPollClosed([]string{rep1.ID, rep2.ID})
261 c.client.updateBug(rep2.ID, dashapi.BugStatusOpen, "")
264 c.client.updateBug(rep2.ID, dashapi.BugStatusDup, rep1.ID)
267 c.client.ReportCrash(crash2)
268 c.client.pollBugs(0)
271 c.client.updateBug(rep1.ID, dashapi.BugStatusInvalid, "")
274 closed, _ := c.client.ReportingPollClosed([]string{rep1.ID, rep2.ID})
280 c.client.ReportCrash(crash2)
281 rep3 := c.client.pollBug()
286 reply, _ := c.client.ReportingUpdate(&dashapi.BugUpdate{
300 c.client.UploadBuild(build)
303 c.client.ReportCrash(crash1)
306 c.client.ReportCrash(crash2)
308 reports := c.client.pollBugs(2)
309 c.client.updateBug(reports[0].ID, dashapi.BugStatusInvalid, "")
310 c.client.updateBug(reports[1].ID, dashapi.BugStatusDup, reports[0].ID)
312 c.client.ReportCrash(crash2)
313 rep2 := c.client.pollBug()
323 c.client.UploadBuild(build)
326 c.client.ReportCrash(crash1)
329 c.client.ReportCrash(crash2)
331 reports := c.client.pollBugs(2)
336 c.client.updateBug(rep2.ID, dashapi.BugStatusUpstream, "")
337 rep3 := c.client.pollBug()
340 closed, _ := c.client.ReportingPollClosed([]string{rep1.ID, rep2.ID, rep3.ID})
360 reply, _ := c.client.ReportingUpdate(cmd)
370 c.client.UploadBuild(build)
374 c.client.ReportCrash(crash1)
377 rep1 := c.client.pollBug()
381 c.client.ReportCrash(crash1)
385 rep2 := c.client.pollBug()
389 c.client.updateBug(rep1.ID, dashapi.BugStatusUpstream, "")
391 rep3 := c.client.pollBug()
398 c.client.ReportCrash(crash2)
400 rep4 := c.client.pollBug()