Opened 15 years ago
Closed 15 years ago
#1411 closed defect (fixed)
Test programs must empty the static cache before running
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.14 |
Component: | test | Version: | |
Keywords: | Cc: |
Description
If old data from previous executions is still in the cache, the test results can be very unpredictable. This is probably mostly a problem with the 'roles' test program when it loads annotations for the 'item overview' functionality. But it is probable safer if the other test programs also remove everything from the static cache.
Change History (2)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5146]) Fixes #1411: Test programs must empty the static cache before running