Bug 138583 - http tests should not use shared temporary files
Summary: http tests should not use shared temporary files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks: 138894 138958
  Show dependency treegraph
 
Reported: 2014-11-10 15:02 PST by Alexey Proskuryakov
Modified: 2014-11-21 03:30 PST (History)
5 users (show)

See Also:


Attachments
proposed patch (113.80 KB, patch)
2014-11-10 15:07 PST, Alexey Proskuryakov
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-11-10 15:02:27 PST
Some http tests use files in temporary directory to track server side state. This prevents running the tests in parallel.
Comment 1 Alexey Proskuryakov 2014-11-10 15:07:25 PST
Created attachment 241311 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2014-11-10 17:16:41 PST
Committed <http://trac.webkit.org/r175841>.