Bug 138583

Summary: http tests should not use shared temporary files
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, ossy, rniwa, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 138894, 138958    
Attachments:
Description Flags
proposed patch thorton: review+

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>.