RESOLVED FIXED 213377
Improve handling of trac downtime by commit-queue
https://bugs.webkit.org/show_bug.cgi?id=213377
Summary Improve handling of trac downtime by commit-queue
Aakash Jain
Reported 2020-06-19 07:46:11 PDT
We should improve the handling of trac downtime by commit-queue. Yesterday trac was down for some time. Meanwhile commit-queue failed to fetch commiters information from trac, and the commit-queue builds failed. e.g.: https://ews-build.webkit.org/#/builders/28/builds/2774 In such case, commit-queue should try to load the local copy of contributors.json from disk (local checkout).
Attachments
Patch (3.63 KB, patch)
2020-06-19 07:51 PDT, Aakash Jain
no flags
Aakash Jain
Comment 1 2020-06-19 07:51:28 PDT
Aakash Jain
Comment 2 2020-06-19 07:53:50 PDT
cc'ed few people for visibility whose patches failed to land by commit-queue yesterday due to trac downtime.
EWS
Comment 3 2020-06-19 08:31:15 PDT
Committed r263267: <https://trac.webkit.org/changeset/263267> All reviewed patches have been landed. Closing bug and clearing flags on attachment 402283 [details].
Radar WebKit Bug Importer
Comment 4 2020-06-19 08:32:52 PDT
Alexey Proskuryakov
Comment 5 2020-06-19 09:43:09 PDT
Good idea!
Yusuke Suzuki
Comment 6 2020-06-19 12:35:06 PDT
I have one suggestion: how about getting contributors.json from https://svn.webkit.org/repository/webkit/trunk/Tools/Scripts/webkitpy/common/config/contributors.json instead of accessing through trac? It is not involving trac. So I noticed that the above URL was alive during trac is down. Several services are using the above URL, https://webkit.org/team and Tools/WKR slackbot. I think the above one is accessible so long as SVN server is alive, maybe more robust than trac...?
Aakash Jain
Comment 7 2020-06-22 05:27:27 PDT
(In reply to Yusuke Suzuki from comment #6) > I have one suggestion: how about getting contributors.json from https://svn.webkit.org/repository/webkit/trunk/Tools/Scripts/webkitpy/common/config/contributors.json instead of accessing through trac? Doing it in Bug 213457.
Yusuke Suzuki
Comment 8 2020-06-22 07:08:18 PDT
(In reply to Aakash Jain from comment #7) > (In reply to Yusuke Suzuki from comment #6) > > I have one suggestion: how about getting contributors.json from https://svn.webkit.org/repository/webkit/trunk/Tools/Scripts/webkitpy/common/config/contributors.json instead of accessing through trac? > Doing it in Bug 213457. Nice!
Note You need to log in before you can comment on or make changes to this bug.