Bug 242069 - commits.webkit.org cached an incorrect identifier
Summary: commits.webkit.org cached an incorrect identifier
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 239082
  Show dependency treegraph
 
Reported: 2022-06-28 11:02 PDT by Alexey Proskuryakov
Modified: 2023-05-02 08:09 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2022-06-28 11:02:57 PDT
The canonical link in https://commits.webkit.org/251850@main says https://commits.webkit.org/251851@main, which is off by one.
Comment 1 Radar WebKit Bug Importer 2022-06-28 11:03:17 PDT
<rdar://problem/96075689>
Comment 2 Simon Fraser (smfr) 2022-06-28 11:05:39 PDT
Also PRs are landing with the wrong canonical links: https://github.com/WebKit/WebKit/pull/1717
Comment 3 Jonathan Bedard 2022-06-28 11:14:29 PDT
The canonical link is right, commits.webkit.org was off-by-one incorrectly redirecting. That's a less serious problem than Commit-Queue getting this wrong (because fixing it doesn't require force-pushing), but it's still a big issue.
Comment 4 Jonathan Bedard 2023-05-02 08:09:03 PDT
I haven't seen this issue in a few months. I made some changes to how we manage our identifier cache early this year (257251@main and 257145@main) that might have addressed the problem