cpopen missing again?
Nir Soffer
nsoffer at redhat.com
Thu Apr 24 17:04:56 UTC 2014
----- Original Message -----
> From: "Nir Soffer" <nsoffer at redhat.com>
> To: "infra" <infra at ovirt.org>
> Sent: Thursday, April 24, 2014 7:47:10 PM
> Subject: cpopen missing again?
>
> Didn't we resolved the issues with cpopen?
>
> nosetests tests.py
> E
> ======================================================================
> ERROR: Failure: ImportError (No module named cpopen)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/usr/lib/python2.7/site-packages/nose/loader.py", line 413, in
> loadTestsFromName
> addr.filename, addr.module)
> File "/usr/lib/python2.7/site-packages/nose/importer.py", line 47, in
> importFromPath
> return self.importFromDir(dir_path, fqname)
> File "/usr/lib/python2.7/site-packages/nose/importer.py", line 94, in
> importFromDir
> mod = load_module(part_fqname, fh, filename, desc)
> File
> "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit/vdsm/lib/zombiereaper/tests.py",
> line 24, in <module>
> from cpopen import CPopen
> ImportError: No module named cpopen
>
> See http://jenkins.ovirt.org/job/vdsm_master_unit_tests_gerrit/8419/console
Note that triggering again was successful on the same host:
http://jenkins.ovirt.org/job/vdsm_master_unit_tests_gerrit/8420/
Looks like there is a race in the test setup/teardown code, removing and installing cpopen.
Nir
More information about the Infra
mailing list