Ticket #572 (closed defect: fixed)
Opened 2010-09-30T04:54:26-05:00
Last modified 2010-10-03T10:39:01-05:00
Location tests can fail when /tmp is under high load
Reported by: | callan | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | bio-formats | Severity: | minor |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When /tmp is under high load and is changing significantly underneath the test cases, as it is on the OME main Hudson, the testListFiles() test case can fail.
An example is here:
Change History
comment:1 Changed 2010-10-03T10:39:01-05:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
(In [7020]) Hide temporary files in a subdirectory of /tmp, so that the tests are shielded from any changes to /tmp. Closes #572.