Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with resources


  • To: qmtest@xxxxxxxxxxxxxxxx
  • Subject: problem with resources
  • From: Goetz Isenmann <isenmann@xxxxxxxxxxxxxxxxxxxx>
  • Date: Wed, 16 Jan 2002 08:17:00 +0100

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@xxxxxxxxxxxxxxxxxxxx
D-72070 Tuebingen		WWW:    http://www.science-computing.de/

Attachment: demo.qms.tar.gz
Description: application/tar-gz