extraneous resource cleanup in 2.0.3 GUI

Steve Byan smb at egenera.com
Tue Nov 25 14:38:22 UTC 2003


I'm seeing extraneous resource cleanups in qmtest 2.0.3 when I run 
individual tests in the GUI. Running the same tests from the 
command-line behave as expected.

Here's some debug print output from running the tests from the 
command-line:

[smb at edvac tdb]$ cat error.log
bladeframe Start()
bladeframe RunTest()
cBlade SetUp() 172.28.1.81
bladeframe RunTest()
pServer SetUp() 172.29.193.5
bladeframe Stop()
cBlade CleanUp() 172.28.1.81
pServer CleanUp() 172.29.193.5

and from the GUI:

[smb at edvac tdb]$ ./start_qmtest.sh
QMTest running at http://172.23.2.108:8890/test/dir
bladeframe Start()
bladeframe RunTest()
cBlade SetUp() 172.28.1.81
bladeframe Stop()
cBlade CleanUp() 172.28.1.81
bladeframe Start()
bladeframe RunTest()
pServer SetUp() 172.29.193.5
bladeframe Stop()
cBlade CleanUp() 172.28.1.81
bash: cblade_resource: command not found
pServer CleanUp() 172.29.193.5

Note the extra call of the "cBlade" resource CleanUp method, just 
before the complaint from bash. (The extra CleanUp() results in ssh 
attempting to execute a shell script named "cblade_resource", which has 
been deleted by the previous invocation of CleanUp()).

Is this a known bug in 2.0.3?

Thanks.

Regards,
-Steve
--------
Steve Byan <smb at egenera.com>
Software Architect
Egenera, Inc.
165 Forest Street
Marlboro, MA 01752
(508) 858-3125




More information about the qmtest mailing list