This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 7149 - Cache entry not removed from the cache directly after computation
Summary: Cache entry not removed from the cache directly after computation
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Web interface (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: fd
QA Contact: fd
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-27 14:48 UTC by fd
Modified: 2009-07-30 08:59 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-07-27 14:48:50 UTC
The call to "remove" in TesterHttpServlet uses the testerWrapper instance instead of the task ID. As a consequence, the testerWrapper is not removed from the cache directly at the end of the computation but 30s later when a timeout occurs.
Comment 1 fd 2009-07-30 08:59:44 UTC
Fixed call to "remove".