RESOLVED FIXED98730
EFL WebKit2 Debug builder is hyperactively loading JSON files
https://bugs.webkit.org/show_bug.cgi?id=98730
Summary EFL WebKit2 Debug builder is hyperactively loading JSON files
Zan Dobersek
Reported 2012-10-09 02:00:16 PDT
The titular problem is evident in the flakiness dashboard. For instance: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=http%2Ftests%2Fmultipart%2Fmultipart-html.php The test results for the EFL WK2 Debug builder can be as much as quadrupled, for instance there are four TEXT failure indications for build #4094. http://build.webkit.org/builders/EFL%20Linux%2064-bit%20Debug%20WK2/builds/4094/ Inspecting the layout-tests step stdio in that build, there are four attempts at uploading the JSON files and each is receiving the 500 HTTP status, but it seems the files still get through and are uploaded. http://build.webkit.org/builders/EFL%20Linux%2064-bit%20Debug%20WK2/builds/4094/steps/layout-test/logs/stdio I've noticed a few times that the complete TestResultServer app was throwing 500 status when I was trying to access it through a browser, but only rarely have I spotted such issues on GTK builders. I've been noticing this issue with the EFL WK2 Debug builder for quite some time now though, and hopefully someone will take a look.
Attachments
Ojan Vafai
Comment 1 2012-10-09 12:13:03 PDT
This is a side effect of https://bugs.webkit.org/show_bug.cgi?id=97643. I've posted https://bugs.webkit.org/show_bug.cgi?id=98812 to at least workaround the issue of the repeating the data in the flakiness dashboard. I've also deleted the full 500 runs data for this bot, which should fix the 500s for now.
Note You need to log in before you can comment on or make changes to this bug.