[TYPO3-caretaker] About result storing

Martin Ficzel martin.ficzel at gmx.de
Thu Nov 19 22:31:21 CET 2009


Martin Ficzel schrieb:
> 1. Save results only when state or values change. This wont help on
> pimng or http tests but many of the other tests will mostly return
> exactly the same result. Doing this on test and aggregator results will
> cause less entries but we cannot optimize the db-queries since we do'nt
> know wich db ts-range has to be scanned.

If we go for that solution we have to find a new way of preventing
parallel test execution (a later cronjob is restarting a long running
test). Currently the testresult is saved in undefined state before the
concrete testrun.

We could use the new caching framework to prevent that and store the
last execution time of each test/instance combination.

Regards Martin


More information about the TYPO3-project-caretaker mailing list