[vdsm] Jenkins failures due to vdscli.py missing

2012-06-28 Thread Dan Kenigsberg
Since I've taken http://gerrit.ovirt.org/5093 Properly parse configurations in function do_create in vdsClient Jenkins's unit tests jobs are failing. See http://jenkins.ovirt.org/job/vdsm_unit_tests/242/console The reason is that `make check` does not create vdsm_cli/vdscli.py out of

Re: [vdsm] Jenkins failures due to vdscli.py missing

2012-06-28 Thread Zhou Zheng Sheng
Hi, I will look into the problem. The build system is a bit complicated for me. Will try best. @shaohe feng: Could you give me any advice on this problem? on 06/28/2012 16:05, Dan Kenigsberg wrote: Since I've taken http://gerrit.ovirt.org/5093 Properly parse configurations in function

Re: [vdsm] Jenkins failures due to vdscli.py missing

2012-06-28 Thread Dan Kenigsberg
On Thu, Jun 28, 2012 at 05:36:22PM +0800, Zhou Zheng Sheng wrote: Hi, I submit a fix at http://gerrit.ovirt.org/5765 Thanks for the quick fix! Taken. I suppose we should clean up those .pyc files on `make clean`. Right? Dan. ___ vdsm-devel mailing

Re: [vdsm] Jenkins failures due to vdscli.py missing

2012-06-28 Thread Zhou Zheng Sheng
Hi, Yes. If a .py file is cleaned but the .pyc exists, the unit test still runs OK using the .pyc file. Those .pyc files will hide some problems in the patch. Cleaning .pyc files can strengthen the build system. I can have a try on writing a new patch to do this. on 06/28/2012 18:14, Dan