Bug 188288 - [LayoutTests] Suppress PHP Error message by removing an execution time limit.
Summary: [LayoutTests] Suppress PHP Error message by removing an execution time limit.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Basuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-08-02 17:08 PDT by Basuke Suzuki
Modified: 2018-08-03 10:49 PDT (History)
8 users (show)

See Also:


Attachments
PATCH (1.02 KB, patch)
2018-08-02 17:13 PDT, Basuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Basuke Suzuki 2018-08-02 17:08:58 PDT
The following message is displayed in the HTTPD error log. The script wait for a specific time, but it reaches the execution time limit of the script, which is set 30 second by default.

[Thu Aug 02 16:42:46.733063 2018] [php7:error] [pid 268:tid 1244] [client 127.0.0.1:4060] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in D:\\webkit-trunk\\LayoutTests\\http\\tests\\multipart\\resources\\multipart.php on line 40, referer: http://127.0.0.1:8000/multipart/invalid-image-data-standalone.html
Comment 1 Basuke Suzuki 2018-08-02 17:13:28 PDT
Created attachment 346433 [details]
PATCH
Comment 2 WebKit Commit Bot 2018-08-03 10:48:54 PDT
Comment on attachment 346433 [details]
PATCH

Clearing flags on attachment: 346433

Committed r234549: <https://trac.webkit.org/changeset/234549>
Comment 3 WebKit Commit Bot 2018-08-03 10:48:55 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-08-03 10:49:25 PDT
<rdar://problem/42905957>