[ovirt-devel] Request for reviews vdsm-gluster

2019-11-24 Thread Kaustav Majumder
Hi, I have some patches pending to be merged for vdsm-gluster python3 compatibility. https://gerrit.ovirt.org/#/q/topic:py3-gluster+status:open . I have verified the patches on rhel8 with python 3. CI is also failing for some reason, I am not sure , would also require some help in that regard.

[ovirt-devel] Re: master OST seems to be broken

2019-11-24 Thread Galit Rosenthal
Hi Amit, We are checking this issue. Regards, Galit On Sun, Nov 24, 2019 at 5:00 PM Amit Bawer wrote: > Has anyone managed to pass OST lately? > ___ > Devel mailing list -- devel@ovirt.org > To unsubscribe send an email to devel-le...@ovirt.org >

[ovirt-devel] Re: Failed to run VDSM tests locally using tox

2019-11-24 Thread Eyal Shenitzky
That's solved the problem, thanks. I need to test python-3.7 because I am checking some API change that was introduced in that version. On Sun, 24 Nov 2019 at 11:46, Amit Bawer wrote: > usually when there is an issue with non found modules it's better to go > back to vdsm top dir > and > >

[ovirt-devel] master OST seems to be broken

2019-11-24 Thread Amit Bawer
Has anyone managed to pass OST lately? ___ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-le...@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct:

[ovirt-devel] Re: Failed to run VDSM tests locally using tox

2019-11-24 Thread Nir Soffer
On Sun, Nov 24, 2019 at 11:10 AM Eyal Shenitzky wrote: > > Hi, > > I am failing to run VDSM tests locally using tox, failed with the following > error: > > ImportError while loading conftest > '/home/eshenitz/git/vdsm/tests/storage/conftest.py'. > storage/conftest.py:36: in > from vdsm

[ovirt-devel] Re: Failed to run VDSM tests locally using tox

2019-11-24 Thread Amit Bawer
usually when there is an issue with non found modules it's better to go back to vdsm top dir and make clean ./autogen.sh make then try again Also make sure you are running against the correct tested python version, i.e. trying to run tox -e storage-py36 on fc30 with py37 would also fail for

[ovirt-devel] Failed to run VDSM tests locally using tox

2019-11-24 Thread Eyal Shenitzky
Hi, I am failing to run VDSM tests locally using tox, failed with the following error: ImportError while loading conftest '/home/eshenitz/git/vdsm/tests/storage/conftest.py'. storage/conftest.py:36: in from vdsm import jobs ../lib/vdsm/jobs.py:29: in from vdsm.config import config