TestWebKitAPI.ProcessSwap.NumberOfCachedProcesses seems flaky. In https://ews-build.webkit-uat.org/#/builders/19/builds/1299, the test Failed in run-api-tests step. However, in the immediately next retry step (re-run-api-tests), it passed.
This test was added recently in https://trac.webkit.org/changeset/241928/webkit
TestWebKitAPI.ProcessSwap.NumberOfCachedProcesses Received data during response processing, queuing it. Received data during response processing, queuing it. Received data during response processing, queuing it. Received data during response processing, queuing it. /Volumes/Data/worker/macOS-High-Sierra-Release-Build-EWS/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:3131 Expected equality of these values: maxSuspendedPageCount + 1 Which is: 3 [processPool _webProcessCountIgnoringPrewarmedAndCached] Which is: 4 /Volumes/Data/worker/macOS-High-Sierra-Release-Build-EWS/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:3140 Expected equality of these values: 1u Which is: 1 [processPool _webProcessCount] Which is: 2
Created attachment 363145 [details] Patch
Comment on attachment 363145 [details] Patch r=me
Comment on attachment 363145 [details] Patch Clearing flags on attachment: 363145 Committed r242180: <https://trac.webkit.org/changeset/242180>
All reviewed patches have been landed. Closing bug.
<rdar://problem/48456786>
Still noticed a flakiness in https://ews-build.webkit-uat.org/#/builders/19/builds/2249 This test failed in run-api-tests and re-run-api-tests steps, but passed in run-api-tests-without-patch step. Seems like a flaky test, unless that patch actually broke this test.
Another flakiness instance: In https://ews-build.webkit-uat.org/#/builders/19/builds/2256 the test Passed in run-api-tests step. However, in the immediately next retry step (re-run-api-tests), it Failed.
Latest failure: TestWebKitAPI.ProcessSwap.NumberOfCachedProcesses Received data during response processing, queuing it. Received data during response processing, queuing it. Received data during response processing, queuing it. Received data during response processing, queuing it. /Volumes/Data/worker/macOS-High-Sierra-Release-Build-EWS/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:3426 Expected equality of these values: maxSuspendedPageCount + 1 Which is: 3 [processPool _webProcessCountIgnoringPrewarmedAndCached] Which is: 4 /Volumes/Data/worker/macOS-High-Sierra-Release-Build-EWS/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm:3441 Expected equality of these values: 1u Which is: 1 [processPool _webProcessCount] Which is: 2
Created attachment 369903 [details] Patch
Comment on attachment 369903 [details] Patch Clearing flags on attachment: 369903 Committed r245323: <https://trac.webkit.org/changeset/245323>