Feature #602
closedAdd auto clean to QA night tests
0%
Description
The 'Index' page of QA night tests contains more then 1000 rows now (more then 30 tasks). But indeed we need just about 100 rows (about 3 tasks) since the previous ones are outdated.
Such huge amount of information leads to absence of disk space (if we keep all logs and work information), to complexity of regression tests analysis, to much time needed for corresponding pages generation.
I think that we can store just tasks up to the first successful (may be plus 1-3 that are previous to it). Other task may be safely automatically removed by QA server both from its disk and from its database.
May be some interesting tasks may be stored. For example, to compare different versions of our toolset developed throughout much time. They may be specially marked in the some way (e.g. by means of task description) or moved to the special database.
Updated by Evgeny Novikov almost 14 years ago
We may store all tasks in db (not on disk of course), but restrict stats server to show just some last tasks. But it will still require rather much time for page generation since db will be extra large (see issue #601).
Updated by Evgeny Novikov almost 14 years ago
- Status changed from New to Open
- Assignee set to Pavel Shved
We did it...