problem with resources
Goetz Isenmann
isenmann at science-computing.de
Wed Jan 16 07:17:00 UTC 2002
Hi!
I have two separate test suites in separate directories. Every suite
contains one resource used by the tests of this suite. See attachment
for an example.
Both suites work as expected, if run separately:
$ qmtest run demo.suite1
--- TEST RESULTS -------------------------------------------------------------
demo.suite1.resource : PASS
demo.suite1.test : PASS
demo.suite1.resource : PASS
--- STATISTICS ---------------------------------------------------------------
1 tests total
1 (100%) tests PASS
and
$ qmtest run demo.suite2
--- TEST RESULTS -------------------------------------------------------------
demo.suite2.resource : PASS
demo.suite2.test : PASS
demo.suite2.resource : PASS
--- STATISTICS ---------------------------------------------------------------
1 tests total
1 (100%) tests PASS
But if I run both suites together, the qmtest run never finishes:
$ qmtest run demo
--- TEST RESULTS -------------------------------------------------------------
demo.suite1.resource : PASS
demo.suite1.test : PASS
demo.suite2.resource : PASS
demo.suite2.test : PASS
It seem to hang before or during the resource cleanup functions.
Regards,
--
Goetz Isenmann Phone: +49 7071 9457 290
science + computing ag FAX: +49 7071 9457 211
Hagellocher Weg 73 EMail: G.Isenmann at science-computing.de
D-72070 Tuebingen WWW: http://www.science-computing.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: demo.qms.tar.gz
Type: application/x-tar-gz
Size: 709 bytes
Desc: not available
URL: <http://sourcerytools.com/pipermail/qmtest/attachments/20020116/04a46f20/attachment.bin>
More information about the qmtest
mailing list