Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
EWS error message "Error: * did not process patch" should include exp…
…lanation https://bugs.webkit.org/show_bug.cgi?id=159903 <rdar://problem/27410788> Reviewed by Alexey Proskuryakov. * QueueStatusServer/handlers/statusbubble.py: (StatusBubble._build_bubble): Display more detailed error message on bubbles when patch is not processed. * QueueStatusServer/handlers/processingtimesjson.py: (ProcessingTimesJSON._resultFromFinalStatus): Updated error message to match with rest of the code. * Scripts/webkitpy/tool/bot/commitqueuetask.py: (CommitQueueTask.validate): Add more information about validation failure. (CommitQueueTask.run): Pass the error details in the PatchIsNotValid exception. * Scripts/webkitpy/tool/bot/earlywarningsystemtask.py: (EarlyWarningSystemTask.validate): Add more information about validation failure. (EarlyWarningSystemTask.run): Pass the error details in the PatchIsNotValid exception. * Scripts/webkitpy/tool/bot/patchanalysistask.py: (PatchIsNotValid.__init__): Add the failure_message argument. * Scripts/webkitpy/tool/commands/earlywarningsystem.py: (AbstractEarlyWarningSystem.review_patch): Re-word the error message and include failure details. * Scripts/webkitpy/tool/commands/queues.py: (CommitQueue.process_work_item): Same. (StyleQueue.review_patch): Same. * Scripts/webkitpy/tool/commands/queues_unittest.py: (test_non_valid_patch): Updated test-cases messages to match the above changes. Canonical link: https://commits.webkit.org/178455@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@203830 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
9 changed files
with
65 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters