Opened 11 years ago
Closed 11 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 Changed 11 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
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