RESOLVED FIXED Bug 213609
[ews] Improve handling of invalid changelog
https://bugs.webkit.org/show_bug.cgi?id=213609
Summary [ews] Improve handling of invalid changelog
Aakash Jain
Reported 2020-06-25 09:21:06 PDT
[ews] Improve handling of invalid changelog. In https://ews-build.webkit.org/#/builders/28/builds/2949 7 validate-changelog-and-reviewer step failed with below exception because ChangeLog was invalid (started with :wq). Such issue solved be handled in a better manner, and a user readable error message should be displayed. Traceback (most recent call last): File "Tools/Scripts/webkit-patch", line 80, in <module> main() File "Tools/Scripts/webkit-patch", line 75, in main WebKitPatch(os.path.abspath(__file__)).main() File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main result = command.check_arguments_and_execute(options, args, self) File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute return self.execute(options, args, tool) or 0 File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 55, in execute self._sequence.run_and_handle_errors(tool, options, state) File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors self._run(tool, options, state) File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run step(tool, options).run(state) File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/steps/validatereviewer.py", line 53, in run if changelog_entry.has_valid_reviewer(): AttributeError: 'NoneType' object has no attribute 'has_valid_reviewer'
Attachments
Patch (1.31 KB, patch)
2020-06-25 09:27 PDT, Aakash Jain
jbedard: review+
Aakash Jain
Comment 1 2020-06-25 09:27:30 PDT
Aakash Jain
Comment 2 2020-06-25 09:28:11 PDT
> Patch Speculative fix.
Aakash Jain
Comment 3 2020-06-25 09:47:31 PDT
Aakash Jain
Comment 4 2020-06-25 10:10:30 PDT
Radar WebKit Bug Importer
Comment 5 2020-06-25 17:11:31 PDT
Note You need to log in before you can comment on or make changes to this bug.