Re: Travis failing on test 'test_project_limits'

2017-09-27 Thread Rohit Yadav
Hi Gabriel, I think the best way would be to try to reproduce the issue locally (using simulator), find the root cause and fix the issue (either the test or ACS codebase). The specific failing test has been clubbed with other project related tests which may be the reason (i.e. they are not c

Re: Travis failing on PRs

2017-07-12 Thread Rohit Yadav
All, Based on the reviews and Marvin test runs, I've merged and fwd-merged the branch to 4.10 and master branches. From now onwards, our PRs will get tested against latest Travis images using openjdk (previously used oraclejdk). - Rohit From: Rohit Yadav Sen

Re: Travis Failing

2016-04-12 Thread Rohit Yadav
I forgot to reply all, I replied following to Will: ## start ## Will, can you share the travis job URL which failed? I suspect it could be environment related, Travis builds run on ubuntu trusty on GCE with 2 cores and 7.5GB RAM. We're running the build process/tests in parallel with -T4 to save t

Re: Travis Failing

2016-04-11 Thread Will Stevens
Hmmm. I am unable to reproduce this locally. I need to look deeper. Rohit, do you have any ideas on this? *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w cloudops.com *|* tw @CloudOps_ On Mon, Apr 11, 2016 at 4:13 PM, Will

Re: Travis Failing

2016-04-11 Thread Will Stevens
Could this be related to the following test errors? Tests run: 13, Failures: 0, Errors: 13, Skipped: 0, Time elapsed: 0.055 sec <<< FAILURE! - in com.cloud.api.ApiServletTest *Will STEVENS* Lead Developer *CloudOps* *| *Cloud Solutions Experts 420 rue Guy *|* Montreal *|* Quebec *|* H3J 1S6 w

RE: Travis Failing

2016-04-10 Thread Rohit Yadav
The failure suggests some unit test might have failed causing the build to fail, causing Marvin distribution to be not built. I have sent a PR that adds verbosity to the Travis build. Regards. Regards, Rohit Yadav rohit.ya...@shapeblue.com  www.shapeblue.com 53 Chandos Place, Covent Garden, Lo

Re: Travis Failing

2016-04-08 Thread Will Stevens
Thanks for the clarification seb. That helps me understand how to troubleshoot this. I am open to others helping me troubleshoot this though. Any takers? ;) On Apr 8, 2016 4:50 PM, "Sebastien Goasguen" wrote: > Will, the way travis works is that it reads what is in .travis.yml at the > root of o

Re: Travis Failing

2016-04-08 Thread Sebastien Goasguen
Will, the way travis works is that it reads what is in .travis.yml at the root of our repo. If you check it, you will see that it uses scripts in /tools to make a fresh build of the simulator, start the simulator and run the tests. Everyone who has a fork will end up with Travis runs in their t

RE: [TRAVIS] - failing for pull request #18

2014-09-11 Thread Wilder Rodrigues
. Everything was tested using the Simulator and my environment: Cheers, Wilder From: Wilder Rodrigues Sent: donderdag 11 september 2014 11:25 To: 'Ian Duffy' Cc: CloudStack Dev; int-toolkit; int-cloud Subject: RE: [TRAVIS] - failing for pull request #18 Hi Ian, One job is fixed. What happened? I

RE: [TRAVIS] - failing for pull request #18

2014-09-11 Thread Wilder Rodrigues
bothering you with that, I will fix it. Cheers, Wilder From: Wilder Rodrigues Sent: Wednesday, September 10, 2014 12:44 PM To: 'Ian Duffy' Cc: CloudStack Dev; int-toolkit; int-cloud Subject: RE: [TRAVIS] - failing for pull request #18 Okay… I’m cloning it in a different place, just to m

RE: [TRAVIS] - failing for pull request #18

2014-09-10 Thread Wilder Rodrigues
Rodrigues Cc: CloudStack Dev; int-toolkit; int-cloud Subject: Re: [TRAVIS] - failing for pull request #18 > You clone the “test-cmd-rebase” branch, right? Yes positive: $ git status On branch test-cmd-rebase Your branch is up-to-date with 'origin/test-cmd-rebase'. Try your work against

Re: [TRAVIS] - failing for pull request #18

2014-09-10 Thread Ian Duffy
gt; > I executed the first set of tests travis does and seen some failures: > > === TestName: test_DeployVmAntiAffinityGroup | Status : EXCEPTION === > > === TestName: test_deployvm_firstfit | Status : EXCEPTION === > > === TestName: test_deployvm_userconcentrated | Status : EXCEPTI

RE: [TRAVIS] - failing for pull request #18

2014-09-10 Thread Wilder Rodrigues
35 To: Wilder Rodrigues Cc: CloudStack Dev; int-toolkit; int-cloud Subject: Re: [TRAVIS] - failing for pull request #18 HI Wilder, I cloned your branch, compiled it and ran it in simulator mode. mvn -pl :cloud-client-ui jetty:run -D simulator I browsed about the UI for a bit, I seen an exception

Re: [TRAVIS] - failing for pull request #18

2014-09-10 Thread Ian Duffy
:i...@ianduffy.ie] > *Sent:* woensdag 10 september 2014 9:05 > *To:* CloudStack Dev > *Cc:* int-toolkit; int-cloud > *Subject:* Re: [TRAVIS] - failing for pull request #18 > > > > Hi Wilder, > > > > The travis stuff is experimental. > > > > I will take

RE: [TRAVIS] - failing for pull request #18

2014-09-10 Thread Wilder Rodrigues
] Sent: woensdag 10 september 2014 9:05 To: CloudStack Dev Cc: int-toolkit; int-cloud Subject: Re: [TRAVIS] - failing for pull request #18 Hi Wilder, The travis stuff is experimental. I will take a look at this for you and see if its anything to be concerned about. Thanks, Ian On 10 September

Re: [TRAVIS] - failing for pull request #18

2014-09-10 Thread Ian Duffy
Hi Wilder, The travis stuff is experimental. I will take a look at this for you and see if its anything to be concerned about. Thanks, Ian On 10 September 2014 07:00, Wilder Rodrigues wrote: > Hi guys, > > Last night I sent a pull request, after rebasing and fixing some conflicts > in Virtua