Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8244 closed (fixed)

File storage tests fail intermittantly when run in parallel

Reported by: Jacob Owned by: nobody
Component: Testing framework Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The file storage tests use tempfile.gettempdir() as a storage location, and thus parallel test runners can clobber each other. They need to be fixed to each use their own sandbox and to clean it up after the run.

Change History (3)

comment:1 by Jacob, 16 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [8376]) Fixed #8244: Modified the temporary directory used by file storage tests so that mutliple test runs can be performed in parallel without conflict.

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top