You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While looking inside the controller for the
TestGiteaPullRequestPrivateRepository test, we were watching the last 20
lines. but looking at the failure error the error was showing 50 lines
earlier due of more logs generated with the test-comment version.
cf: https://paste.openstack.org/raw/b4q0ytPl4EQdTn54A5pC/
let's do 100 since that should be fine for the future.
assert.Assert(t, strings.HasPrefix(prActualName, prExpectedName), "prActualName: %s does not start with expected prefix %s, was is ordered properly at start time", prActualName, prExpectedName)
@@ -230,7 +230,7 @@ func testGithubConcurrency(ctx context.Context, t *testing.T, g tgithub.PRTest,
230
230
funcwaitForPipelineRunsHasStarted(ctx context.Context, t*testing.T, g tgithub.PRTest, numberOfPipelineRunsint) {
t.Logf("PipelineRun %s has conditions: %v", pr.GetName(), pr.Status.Conditions)
263
+
}
259
264
t.Errorf("the %d pipelineruns has not successfully finished, some of them are still pending or it's abnormally slow to process the Q", numberOfPipelineRuns)
0 commit comments