Bug 235750
Summary: | [ews] validate-change step fails while running for a try build | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aakash_jain, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=235679 https://bugs.webkit.org/show_bug.cgi?id=235620 |
Aakash Jain
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Aakash Jain
Pull Request: https://github.com/WebKit/WebKit/pull/107
Aakash Jain
Landed https://commits.webkit.org/246528@main (1ecf88b)!
Radar WebKit Bug Importer
<rdar://problem/88178794>
Aakash Jain
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)