• Home
  • Raw
  • Download

Lines Matching refs:PendingCommits

28 	c.expectEQ(len(builderPollResp.PendingCommits), 0)
49 c.expectEQ(len(builderPollResp.PendingCommits), 1)
50 c.expectEQ(builderPollResp.PendingCommits[0], "foo: fix the crash")
75 c.expectEQ(len(builderPollResp.PendingCommits), 0)
99 c.expectEQ(len(builderPollResp.PendingCommits), 0)
113 c.expectEQ(len(builderPollResp.PendingCommits), 2)
114 c.expectEQ(builderPollResp.PendingCommits[0], "bar: prepare for fixing")
115 c.expectEQ(builderPollResp.PendingCommits[1], "foo: fix the crash")
125 c.expectEQ(len(builderPollResp.PendingCommits), 2)
126 c.expectEQ(builderPollResp.PendingCommits[0], "bar: prepare for fixing")
127 c.expectEQ(builderPollResp.PendingCommits[1], "foo: fix the crash")
140 c.expectEQ(len(builderPollResp.PendingCommits), 0)
160 c.expectEQ(len(builderPollResp.PendingCommits), 0)
180 c.expectEQ(len(builderPollResp.PendingCommits), 1)
181 c.expectEQ(builderPollResp.PendingCommits[0], "the right one")
191 c.expectEQ(len(builderPollResp.PendingCommits), 1)
192 c.expectEQ(builderPollResp.PendingCommits[0], "the right one")
205 c.expectEQ(len(builderPollResp.PendingCommits), 0)
220 c.expectEQ(len(builderPollResp.PendingCommits), 0)
238 c.expectEQ(len(builderPollResp.PendingCommits), 1)
239 c.expectEQ(builderPollResp.PendingCommits[0], "foo: fix the crash")
242 c.expectEQ(len(builderPollResp.PendingCommits), 1)
243 c.expectEQ(builderPollResp.PendingCommits[0], "foo: fix the crash")
253 c.expectEQ(len(builderPollResp.PendingCommits), 0)
257 c.expectEQ(len(builderPollResp.PendingCommits), 1)
258 c.expectEQ(builderPollResp.PendingCommits[0], "foo: fix the crash")
272 c.expectEQ(len(builderPollResp.PendingCommits), 0)
290 c.expectEQ(len(builderPollResp.PendingCommits), 0)
313 c.expectEQ(len(builderPollResp.PendingCommits), 0)
325 c.expectEQ(len(builderPollResp.PendingCommits), 1)
326 c.expectEQ(builderPollResp.PendingCommits[0], "the right one")
329 c.expectEQ(len(builderPollResp.PendingCommits), 1)
330 c.expectEQ(builderPollResp.PendingCommits[0], "the right one")
358 c.expectEQ(len(builderPollResp.PendingCommits), 0)
388 c.expectEQ(len(builderPollResp.PendingCommits), 2)
389 c.expectEQ(builderPollResp.PendingCommits[0], "fix commit 1")
390 c.expectEQ(builderPollResp.PendingCommits[1], "fix commit 2")
394 c.expectEQ(len(builderPollResp.PendingCommits), 0)
407 c.expectEQ(len(builderPollResp.PendingCommits), 0)