Change in vdsm[master]: storage: move threadPool module to vdsm storage lib

aaviram at redhat.com aaviram at redhat.com
Tue Apr 26 11:22:29 UTC 2016


Amit Aviram has posted comments on this change.

Change subject: storage: move threadPool module to vdsm storage lib
......................................................................


Patch Set 2:

(1 comment)

https://gerrit.ovirt.org/#/c/56571/2/lib/vdsm/storage/threadPool.py
File lib/vdsm/storage/threadPool.py:

Line 5: # License: PSF License
Line 6: # http://wiki.python.org/moin/PythonSoftwareFoundationLicenseV2Easy
Line 7: #
Line 8: 
Line 9: from __future__ import absolute_import
> Done
I think it makes the CI tests to fail:
"Missing absolute_import in lib/vdsm/storage/threadPool.py"

http://jenkins.phx.ovirt.org/job/vdsm_master_check-patch-fc23-x86_64/110/console
Line 10: from __future__ import print_function
Line 11: import threading
Line 12: from time import sleep
Line 13: from Queue import Queue, Empty


-- 
To view, visit https://gerrit.ovirt.org/56571
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie5f4edd8eea38fdb6bdf3be5c7732fee0b56d58e
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Amit Aviram <aaviram at redhat.com>
Gerrit-Reviewer: Amit Aviram <aaviram at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Freddy Rolland <frolland at redhat.com>
Gerrit-Reviewer: Idan Shaby <ishaby at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list