Bug 217151

Summary: [webkitscmpy] Support git-svn committers
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, dewei_zhu, slewis, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch for landing none

Jonathan Bedard
Reported 2020-09-30 16:07:10 PDT
git-svn styles committers in a way that breaks our regex extracting the committer. We should support git-svn's commit message style.
Attachments
Patch (4.32 KB, patch)
2020-09-30 16:12 PDT, Jonathan Bedard
no flags
Patch (4.33 KB, patch)
2020-09-30 16:14 PDT, Jonathan Bedard
no flags
Patch (5.00 KB, patch)
2020-10-01 09:16 PDT, Jonathan Bedard
no flags
Patch for landing (5.04 KB, patch)
2020-10-01 11:49 PDT, Jonathan Bedard
no flags
Radar WebKit Bug Importer
Comment 1 2020-09-30 16:07:23 PDT
Jonathan Bedard
Comment 2 2020-09-30 16:12:09 PDT
Jonathan Bedard
Comment 3 2020-09-30 16:14:55 PDT
Jonathan Bedard
Comment 4 2020-10-01 09:16:06 PDT
Aakash Jain
Comment 5 2020-10-01 10:36:43 PDT
rs=me Can you also check the error in https://ews-build.webkit.org/#/builders/5/builds/35586/steps/7/logs/stdio IOError: [Errno 2] No such file or directory: u'/Volumes/Data/worker/WebKitPy-Tests-EWS/build/WebKitBuild/Release/layout-test-results/35417-python_stack_trace.txt'
Jonathan Bedard
Comment 6 2020-10-01 11:40:07 PDT
(In reply to Aakash Jain from comment #5) > rs=me > > Can you also check the error in > https://ews-build.webkit.org/#/builders/5/builds/35586/steps/7/logs/stdio > > IOError: [Errno 2] No such file or directory: > u'/Volumes/Data/worker/WebKitPy-Tests-EWS/build/WebKitBuild/Release/layout- > test-results/35417-python_stack_trace.txt' Will keep watching EWS for that, but it looks like we have a test that interrupts a subprocess which logs the stacktrace of the interrupted process to layout-test-results, but we aren't running layout tests, so the directory doesn't exist. What's surprising is that this error seems to be a one-off (the fact that it is not fatal is pretty common), will keep an eye on things to see if this is reoccurring issue.
Jonathan Bedard
Comment 7 2020-10-01 11:49:05 PDT
Created attachment 410253 [details] Patch for landing
EWS
Comment 8 2020-10-01 14:53:05 PDT
Committed r267853: <https://trac.webkit.org/changeset/267853> All reviewed patches have been landed. Closing bug and clearing flags on attachment 410253 [details].
Note You need to log in before you can comment on or make changes to this bug.