QMTest stuck with never ending tests (2)
Gilles Depeyrot
Gilles.Depeyrot at wanadoo.fr
Sun Jun 9 13:09:59 UTC 2002
Hi,
I think I have found how to reproduce the never ending tests problem.
Given the following tests:
A
B (prerequisite tests: A)
C (prerequisite tests: B)
If A fails, then status is:
A FAIL
B UNTESTED
C
And the tests run on and on (apparently because no status is affected to C).
If I change the tests so that:
A
B (prerequisite tests: A)
C (prerequisite tests: A B)
Then if A fails, then status is:
A FAIL
B UNTESTED
C UNTESTED
And the tests finish correctly.
Is it required to give all prerequisite tests or is this a bug? In this
case, shouldn't A be automatically determined as a prerequisite test of C
because of prerequisite test B?
Regards,
Gilles
--
Gilles Depeyrot <mailto:Gilles.Depeyrot at wanadoo.fr>
<http://perso.wanadoo.fr/gilles.depeyrot>
More information about the qmtest
mailing list