Re: Building Cloudstack failing on windows

2015-12-14 Thread Wido den Hollander
On 12/14/2015 11:45 AM, Wilder Rodrigues wrote: > no need to hard code the path. We can use the “File.separator” as it is being > used in the class under test. > Indeed, I already filed a PR: https://github.com/apache/cloudstack/pull/1242 > Cheers, > Wilder > > On 14 Dec 2015, at 11:36, Wido

Re: Building Cloudstack failing on windows

2015-12-14 Thread Wilder Rodrigues
no need to hard code the path. We can use the “File.separator” as it is being used in the class under test. Cheers, Wilder On 14 Dec 2015, at 11:36, Wido den Hollander mailto:w...@widodh.nl>> wrote: On 12/14/2015 07:25 AM, Sudharma Jain wrote: While building Cloudstack on windows, it fails w

Re: Building Cloudstack failing on windows

2015-12-14 Thread Wido den Hollander
On 12/14/2015 07:25 AM, Sudharma Jain wrote: > While building Cloudstack on windows, it fails with following exceptions. > > Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.052 sec > <<< FAILURE! - in com.cloud.utils.TestProfiler > testProfilerInNano(com.cloud.utils.TestProfile

Building Cloudstack failing on windows

2015-12-13 Thread Sudharma Jain
While building Cloudstack on windows, it fails with following exceptions. Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.052 sec <<< FAILURE! - in com.cloud.utils.TestProfiler testProfilerInNano(com.cloud.utils.TestProfiler) Time elapsed: 1.004 sec <<< FAILURE! java.lang.Asser

Re: Building cloudstack failing on windows

2015-09-24 Thread Wido den Hollander
On 24-09-15 14:46, Sudharma Jain wrote: > Hi, > > While building cloudstack on windows, LocalTemplateDownloaderTest fails. > > java.lang.AssertionError: Failed download > at org.junit.Assert.fail(Assert.java:88) > at > com.cloud.storage.template.LocalTemplateDownloaderTest.local

Building cloudstack failing on windows

2015-09-24 Thread Sudharma Jain
Hi, While building cloudstack on windows, LocalTemplateDownloaderTest fails. java.lang.AssertionError: Failed download at org.junit.Assert.fail(Assert.java:88) at com.cloud.storage.template.LocalTemplateDownloaderTest.localTemplateDownloaderTest(LocalTemplateDownloaderTest.java:37