Re: KVM unit tests issue

2015-05-29 Thread Rohit Yadav
Thanks Wilder :) > On 29-May-2015, at 9:18 am, Wilder Rodrigues > wrote: > > That’s a bunch of emails within 10minutes. :) > > I checked the branch again and found out that not all the IPs have been > replaced. It means that you commit on the 25th was fine. > > Will fix it now and merge. > > Ch

Re: KVM unit tests issue

2015-05-29 Thread Wilder Rodrigues
That’s a bunch of emails within 10minutes. :) I checked the branch again and found out that not all the IPs have been replaced. It means that you commit on the 25th was fine. Will fix it now and merge. Cheers, Wilder > On 29 May 2015, at 09:09, Wilder Rodrigues > wrote: > > Hi there again,

Re: KVM unit tests issue

2015-05-29 Thread Wilder Rodrigues
Hi there again, The file on master doesn’t contains my changes, as we already know: https://github.com/apache/cloudstack/blob/master/plugins/hypervisors/kvm/test/com/cloud/hypervisor/kvm/resource/LibvirtComputingResourceTest.java If you check the history, the changes were gone 7 days ago, on th

Re: KVM unit tests issue

2015-05-29 Thread Wilder Rodrigues
Sorry, that’s the PR: https://github.com/apache/cloudstack/pull/270 Cheers, Wilder On 29 May 2015, at 09:03, Wilder Rodrigues mailto:wrodrig...@schubergphilis.com>> wrote: It was indeed fixed on libvirt: https://github.com/schubergphilis/cloudstack/commit/982a0235a0143864e5b0eda1836fb913d9125

Re: KVM unit tests issue

2015-05-29 Thread Wilder Rodrigues
It was indeed fixed on libvirt: https://github.com/schubergphilis/cloudstack/commit/982a0235a0143864e5b0eda1836fb913d91252f6 and it was merged 9 days ago: https://github.com/schubergphilis/cloudstack/commit/982a0235a0143864e5b0eda1836fb913d91252f6 It seems another PR just got rid of my changes.

Re: KVM unit tests issue

2015-05-28 Thread Wilder Rodrigues
Sorry guys, I missed this email. A couple of weeks ago I replaced many IPs by 127.0.0.1 in the tests. Missed that one. Haven’t ran into this issue - not local, remotely or seen any complain on ASF builds. Reason for not reacting before. Will fix. Cheers, Wilder On 25 May 2015, at 16:01, Raf

Re: KVM unit tests issue

2015-05-25 Thread Rafael Fonseca
I am getting the same in my environments, can't you put that UnsatistfiedLinkError in a try/catch to let it not fail if the exception isn't thrown? :) On Mon, May 25, 2015 at 3:55 PM, Rohit Yadav wrote: > Hi Wilder, > > In my environment, when building the kvm plugin on master branch I’m > getti