[Webkit-unassigned] [Bug 224523] [WinCairo][curl] flaky http test failures under heavy CPU load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 14 00:42:58 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=224523

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Running a single DRT/WTR is stable, no flaky failures.

> python.exe ./Tools/Scripts/run-webkit-tests --wincairo --release --no-retry-failures --iterations=10000 --exit-after-n-failures=20 --no-show-results http/tests/css/border-image-loading.html

However, running multiple curl commands in the background to stress the httpd makes the WTR fail.

> seq 10000 | xargs -n 1 -P 16 curl -s http://127.0.0.1:8000/css/border-image-loading.html -o

In this case, all generated curl output files are exactly same. I think this is not an Apache bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210414/8636ff27/attachment.htm>


More information about the webkit-unassigned mailing list