RESOLVED FIXED 209226
[ews] commit-queue should comment on bug in case of test failures
https://bugs.webkit.org/show_bug.cgi?id=209226
Summary [ews] commit-queue should comment on bug in case of test failures
Aakash Jain
Reported 2020-03-18 06:45:02 PDT
[ews] commit-queue should comment on bug and set cq- flag in case of test failures.
Attachments
Patch (4.26 KB, patch)
2020-03-18 07:01 PDT, Aakash Jain
jbedard: review+
Aakash Jain
Comment 1 2020-03-18 07:01:03 PDT
Aakash Jain
Comment 2 2020-03-18 07:28:02 PDT
Jonathan Bedard
Comment 3 2020-03-18 09:45:59 PDT
Comment on attachment 393845 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=393845&action=review > Tools/BuildSlaveSupport/ews-build/steps.py:1830 > + self.build.addStepsAfterCurrentStep([CommentOnBug(), SetCommitQueueMinusFlagOnPatch()]) Is this the current behavior? If I recall, this logic doesn't apply to flaky tests, but I can see some circumstances where this behavior is undesirable.
Aakash Jain
Comment 4 2020-03-18 11:09:06 PDT
(In reply to Jonathan Bedard from comment #3) > Is this the current behavior? If I recall, this logic doesn't apply to flaky tests. Yes, I think so. The comment and cq- would be when a test failure is confirmed (test consistently failed in first and second run, and passed in clean-tree-run). Test which were found to be flaky during the run would not affect the result.
Aakash Jain
Comment 5 2020-03-18 11:15:37 PDT
Radar WebKit Bug Importer
Comment 6 2020-03-18 11:16:19 PDT
Aakash Jain
Comment 7 2020-03-19 15:04:58 PDT
This change seems to be working fine. Patch with test failure: https://ews-build.webkit.org/#/builders/28/builds/63 Flaky test: https://ews-build.webkit.org/#/builders/28/builds/66
Note You need to log in before you can comment on or make changes to this bug.