RESOLVED FIXED 272933
[ews-build.webkit.org] RevertPullRequestChanges doesn't apply to patches
https://bugs.webkit.org/show_bug.cgi?id=272933
Summary [ews-build.webkit.org] RevertPullRequestChanges doesn't apply to patches
Ryan Haddad
Reported 2024-04-18 15:25:39 PDT
In https://bugs.webkit.org/show_bug.cgi?id=272570, the mac-wk2 bubble was green. However, the change ended up introducing the two consistent test failures documented in https://bugs.webkit.org/show_bug.cgi?id=272930 Looking at the test run in https://ews-build.webkit.org/#/builders/36/builds/43315, the two tests in question failed on the first run, the retry run, and (unexpectedly!!) the run-layout-tests-without-change step, which caused them to be considered pre-existing failures.
Attachments
Patch (17.64 KB, patch)
2024-04-22 12:47 PDT, Jonathan Bedard
no flags
Ryan Haddad
Comment 1 2024-04-18 15:29:08 PDT
I don't see anything obviously wrong when looking at the test run. One thing of note is that this was a patch, not a PR. Is there a chance that we broke something in the unapply-patch step?
alan baradlay
Comment 2 2024-04-19 05:10:34 PDT
This has happened again at bug 272944
Radar WebKit Bug Importer
Comment 3 2024-04-19 15:10:57 PDT
Ryan Haddad
Comment 4 2024-04-19 15:32:28 PDT
(In reply to zalan from comment #2) > This has happened again at bug 272944 https://bugs.webkit.org/show_bug.cgi?id=272570 is the bug for the change that caused the failure. https://ews-build.webkit.org/#/builders/50/builds/19642 is the example of the crash showing up in the run-layout-tests-without-change step.
Jonathan Bedard
Comment 5 2024-04-22 11:58:37 PDT
Jonathan Bedard
Comment 6 2024-04-22 12:09:31 PDT
Issue is that patches are now applied as commits, and UnApplyPatch specifically doesn't undo any commit, it just cleans up the working directory.
Jonathan Bedard
Comment 7 2024-04-22 12:47:48 PDT
Jonathan Bedard
Comment 8 2024-04-22 13:00:16 PDT
EWS
Comment 9 2024-04-23 09:03:26 PDT
Committed 277871@main (2d6113b20845): <https://commits.webkit.org/277871@main> Reviewed commits have been landed. Closing PR #27588 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.