Bug 235750 - [ews] validate-change step fails while running for a try build
Summary: [ews] validate-change step fails while running for a try build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-01-27 17:36 PST by Aakash Jain
Modified: 2022-01-28 04:28 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2022-01-27 17:36:23 PST
validate-change step fails while running for a try build. For e.g. in https://ews-build.webkit.org/#/builders/6/builds/66900 validate-change failed with error: "Fetched patch id 442150 does not match with requested patch id 442150. Unable to validate.".

That's because of a data-type mismatch (int vs string). We should fix that.
Comment 1 Aakash Jain 2022-01-27 17:40:39 PST
Pull Request: https://github.com/WebKit/WebKit/pull/107
Comment 2 Aakash Jain 2022-01-28 03:37:38 PST
Landed https://commits.webkit.org/246528@main (1ecf88b)!
Comment 3 Radar WebKit Bug Importer 2022-01-28 03:38:22 PST
<rdar://problem/88178794>
Comment 4 Aakash Jain 2022-01-28 04:28:46 PST
Deployed the change on EWS. Seems to be working fine, e.g: https://ews-build.webkit.org/#/builders/6/builds/66926 (validate-change step passed)