| Summary: | old commit queue reported out-of-date ChangeLogs and failed to commit patch | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kenneth Russell <kbr> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | aakash_jain, dino, justin_fan, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 205843 | ||
|
Description
Kenneth Russell
2020-01-13 15:20:01 PST
Just for reference https://webkit-queues.webkit.org/patch/387541/commit-queue Thanks for pointing this out. The error coming from the CQ is incorrect then. For what it's worth, my patch definitely didn't cause those test failures - they are either persistently failing or flaky tests. Yeah, it seems like a bug in commit-queue. I will try to look into it. The layout-test failure is tracked in https://bugs.webkit.org/show_bug.cgi?id=206192 Commit-queue has been re-implemented from scratch. Please file a new bug if you notice such issue. Also note that this issue happened because most likely because there was another commit which modified Source/WebCore/ChangeLog after commit-queue applied this patch locally and before commit-queue tried to land it. This issue usually happens with large patches. |