Re: master broken

2014-10-17 Thread Daan Hoogland
...@gmail.com] Sent: Thursday, October 16, 2014 2:28 PM To: dev; Frank Zhang Subject: Re: master broken I can't seem to get it working by reverting, neither the merge commit nor individual related commits. @Frank: can we disable baremetal all together until you are done? On Thu, Oct

Re: master broken

2014-10-17 Thread Marcus
one of problems I think. -Original Message- From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] Sent: Thursday, October 16, 2014 2:28 PM To: dev; Frank Zhang Subject: Re: master broken I can't seem to get it working by reverting, neither the merge commit nor

Re: master broken

2014-10-16 Thread Daan Hoogland
On Thu, Oct 16, 2014 at 6:57 PM, Marcus shadow...@gmail.com wrote: We probably shouldn't be pushing code into the repo that we haven't tried to compile. ​as I understand it it passed travis​, I agree otherwise -- Daan

Re: master broken

2014-10-16 Thread Nguyen Anh Tu
Yes, I get the same error. --Tuna On Fri, Oct 17, 2014 at 12:03 AM, Daan Hoogland daan.hoogl...@gmail.com wrote: On Thu, Oct 16, 2014 at 6:57 PM, Marcus shadow...@gmail.com wrote: We probably shouldn't be pushing code into the repo that we haven't tried to compile. ​as I understand it

Re: master broken

2014-10-16 Thread Marcus
I can't rule out that it's specific to me at the moment, but I cleaned my repo and rebuilt with the same failure, then went back to the commit just before this and it succeeded. Wouldn't it have to be pushed first to pass any CI testing? So in theory we should never have CI catch compile errors

Re: master broken

2014-10-16 Thread Daan Hoogland
Marcus did you try the commit just before the merge? given the location of the problem it might well be in the vpc refactor work or a combination of the both. I am trying myself as well now On Thu, Oct 16, 2014 at 7:07 PM, Marcus shadow...@gmail.com wrote: I can't rule out that it's specific

Re: master broken

2014-10-16 Thread Nguyen Anh Tu
I've just tried the commit before HEAD. It worked! --Tuna On Fri, Oct 17, 2014 at 12:10 AM, Daan Hoogland daan.hoogl...@gmail.com wrote: Marcus did you try the commit just before the merge? given the location of the problem it might well be in the vpc refactor work or a combination of the

Re: master broken

2014-10-16 Thread Marcus
The commit just before and just after the merge seem to work. They're both from the 15th. On Thu, Oct 16, 2014 at 11:12 AM, Nguyen Anh Tu ng.t...@gmail.com wrote: I've just tried the commit before HEAD. It worked! --Tuna On Fri, Oct 17, 2014 at 12:10 AM, Daan Hoogland

Re: master broken

2014-10-16 Thread Daan Hoogland
what do you mean by just after the merge? On Thu, Oct 16, 2014 at 7:28 PM, Marcus shadow...@gmail.com wrote: The commit just before and just after the merge seem to work. They're both from the 15th. On Thu, Oct 16, 2014 at 11:12 AM, Nguyen Anh Tu ng.t...@gmail.com wrote: I've just tried

Re: master broken

2014-10-16 Thread Marcus
I mean as they are ordered in the log. The commits before and after the merge are both working points. commit 20d3cf1acc535c3380e52e92a4108444a0b593e3 Author: Alex Brett alex.br...@citrix.com Date: Wed Oct 15 18:50:57 2014 +0100 CLOUDSTACK-7727 Skip various BVT tests on LXC A number

Re: master broken

2014-10-16 Thread Daan Hoogland
I found some culprits, it is in partly reverted code that was committed before the cut of master and 4.5. All to do with Baremetal. I am having a look. On Thu, Oct 16, 2014 at 8:54 PM, Daan Hoogland daan.hoogl...@gmail.com wrote: On Thu, Oct 16, 2014 at 8:17 PM, Marcus shadow...@gmail.com

Re: master broken

2014-10-16 Thread Daan Hoogland
I can't seem to get it working by reverting, neither the merge commit nor individual related commits. @Frank: can we disable baremetal all together until you are done? On Thu, Oct 16, 2014 at 9:43 PM, Daan Hoogland daan.hoogl...@gmail.com wrote: I found some culprits, it is in partly reverted

RE: master broken

2014-10-16 Thread Frank Zhang
: master broken I can't seem to get it working by reverting, neither the merge commit nor individual related commits. @Frank: can we disable baremetal all together until you are done? On Thu, Oct 16, 2014 at 9:43 PM, Daan Hoogland daan.hoogl...@gmail.com wrote: I found some culprits

Re: master broken

2014-10-16 Thread Daan Hoogland
: Re: master broken I can't seem to get it working by reverting, neither the merge commit nor individual related commits. @Frank: can we disable baremetal all together until you are done? On Thu, Oct 16, 2014 at 9:43 PM, Daan Hoogland daan.hoogl...@gmail.com wrote: I found some

RE: Master broken in KVM ?

2013-10-16 Thread Ola Nordstrom
unsubscribe -Original Message- From: Rayees Namathponnan [mailto:rayees.namathpon...@citrix.com] Sent: Wednesday, October 16, 2013 4:09 PM To: dev@cloudstack.apache.org Subject: RE: Master broken in KVM ? KVM Master automation runs blocked due to defect https://issues.apache.org/jira

Re: Master broken in KVM ?

2013-10-14 Thread Marcus Sorensen
I can pull down the latest and give it a shot. It was working for me earlier. Could this be the automation run or test config's fault? On Mon, Oct 14, 2013 at 3:28 PM, Rayees Namathponnan rayees.namathpon...@citrix.com wrote: Is it master broken in KVM ? All deployment failed in KVM master

Re: Master broken in KVM ?

2013-10-14 Thread Marcus Sorensen
Seems to work. I was able to deploy a VM from the UI at least, so something in the test perhaps is wrongly choosing hypervisor when constructing the API call. This was master as of: commit 8b397f1d427b9e8704ab684cf3c359e5d35e8d91 Author: Jessica Wang jessicaw...@apache.org Date: Mon Oct 14

Re: Master broken in KVM ?

2013-10-14 Thread Prasanna Santhanam
well deployment was broken but i fixed it over the weekend. this was the configdepot changes that puts the 'host' variable in the agent set to localhost causing the kvm agent to reach back to itself. the vm deployment failures i am investigating. the deployvm api always shows XenServer because

Re: Master broken in KVM ?

2013-10-14 Thread Prasanna Santhanam
The actual error was a few lines above what Rayees indicated. I've filed a bug report in CLOUDSTACK-4865. All the deployVM commands are failing. On Tue, Oct 15, 2013 at 10:47:45AM +0530, Prasanna Santhanam wrote: well deployment was broken but i fixed it over the weekend. this was the

Re: Master broken on systemVM start

2013-06-28 Thread Prasanna Santhanam
On Tue, Jun 25, 2013 at 04:07:08PM +, Min Chen wrote: Json deserialization issue is caused by out-of-dated systemvm.iso on your hypervisor host. You need rebuilding systemvm.iso and deployed to your hypervisor host. CLOUDSTACK-3137 exists and seems to be a problem with HA and systemVMs.

Re: Master broken on systemVM start

2013-06-28 Thread Min Chen
Prasanna, glad to know that CLOUDSTACK-3137 is resolved. I fixed CLOUDSTACK-3249 yesterday for a corner case reported by Alena, but I could not reproduce CLOUDSTACK-3137 on my environment at all. For the JSON issue, I can only tell that it is inconsistent systemvm issue between management server

Re: Master broken on systemVM start

2013-06-28 Thread Prasanna Santhanam
I deleted all traces of systemvm.iso from my codebase $ find . -name systemvm.iso | xargs -n1 rm -f Then reverted my devcloud snapshot to old state and don't see this error again. I wonder by mvn doesn't do a good job of cleaning though :/ Thanks for the fixes to the bugs and the upcoming fixes

RE: Master broken on systemVM start

2013-06-28 Thread Edison Su
[mailto:t...@apache.org] Sent: Friday, June 28, 2013 10:22 AM To: dev@cloudstack.apache.org Subject: Re: Master broken on systemVM start I deleted all traces of systemvm.iso from my codebase $ find . -name systemvm.iso | xargs -n1 rm -f Then reverted my devcloud snapshot to old state and don't

Re: Master broken on systemVM start

2013-06-28 Thread Hugo Trippaers
Hey Prasanna, I just did a quick test, these systemvm.iso files are generated by the default maven build (mvm -Dnonoss -Psystemvm install) ./client/target/cloud-client-ui-4.2.0-SNAPSHOT/WEB-INF/classes/vms/systemvm.iso ./client/target/generated-webapp/WEB-INF/classes/vms/systemvm.iso

Re: Master broken on systemVM start

2013-06-28 Thread Prasanna Santhanam
On Fri, Jun 28, 2013 at 05:38:19PM +, Edison Su wrote: Devcloud has a trick to clean up systemvm.iso: There is a bug in xapi on Ubuntu/debian(not sure the bug still there in the latest debian or not), which can't attach an ISO to a VM. I worked around the bug by creating a VDI on primary

RE: Master broken on systemVM start

2013-06-25 Thread Sanjay Tripathi
I am also getting this exception on latest master: WARN [utils.nio.Task] (AgentManager-Handler-2:) Caught the following exception but pushing on com.google.gson.JsonParseException: The JsonDeserializer com.cloud.agent.transport.ArrayTypeAdaptor@18e6ae2 failed to deserialize json object

RE: Master broken on systemVM start

2013-06-25 Thread Pranav Saxena
+1 , I am getting it too ! -Original Message- From: Sanjay Tripathi [mailto:sanjay.tripa...@citrix.com] Sent: Tuesday, June 25, 2013 12:03 PM To: dev@cloudstack.apache.org Subject: RE: Master broken on systemVM start I am also getting this exception on latest master: WARN

Re: Master broken on systemVM start

2013-06-25 Thread Nitin Mehta
[mailto:sanjay.tripa...@citrix.com] Sent: Tuesday, June 25, 2013 12:03 PM To: dev@cloudstack.apache.org Subject: RE: Master broken on systemVM start I am also getting this exception on latest master: WARN [utils.nio.Task] (AgentManager-Handler-2:) Caught the following exception but pushing

RE: Master broken on systemVM start

2013-06-25 Thread Rajesh Battala
- From: Sanjay Tripathi [mailto:sanjay.tripa...@citrix.com] Sent: Tuesday, June 25, 2013 12:03 PM To: dev@cloudstack.apache.org Subject: RE: Master broken on systemVM start I am also getting this exception on latest master: WARN [utils.nio.Task] (AgentManager-Handler-2:) Caught

RE: Master broken on systemVM start

2013-06-25 Thread Rajesh Battala
) ... 15 more -Original Message- From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] Sent: Tuesday, June 25, 2013 12:24 PM To: dev@cloudstack.apache.org Subject: RE: Master broken on systemVM start I guess after object store merge there are changes with json library. The same json

Re: Master broken on systemVM start

2013-06-25 Thread Prasanna Santhanam
Just to be clear, the issue 3137 is related to systemVM HA and isn't related to the JSON serialization. The JSON serialization is probably because you will need to upgrade your agent to the latest. I don't see the problem with KVM, Xen and XCP on the test infrastructure. On Tue, Jun 25, 2013 at

Re: Master broken on systemVM start

2013-06-25 Thread Min Chen
Json deserialization issue is caused by out-of-dated systemvm.iso on your hypervisor host. You need rebuilding systemvm.iso and deployed to your hypervisor host. Thanks -min On 6/25/13 12:03 AM, Prasanna Santhanam t...@apache.org wrote: Just to be clear, the issue 3137 is related to systemVM HA

Re: Master broken

2013-04-12 Thread Chip Childers
On Thu, Apr 11, 2013 at 05:57:01PM -0700, Kelven Yang wrote: These issues are caused by that some of components are not really mocked, instead, they are loaded directly main source. One of the benefits from Spring is that it integrates with Mokito nicely, all we need is to probably have a

RE: Master broken

2013-04-12 Thread Rajesh Battala
+1 It would be very nice to see a wiki page how to write unit test. It would be great help. Thanks Rajesh Battala -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Friday, April 12, 2013 7:57 PM To: dev@cloudstack.apache.org Subject: Re: Master broken

Re: Master broken

2013-04-11 Thread Kelven Yang
Subject: Re: Master broken On Mon, Apr 08, 2013 at 07:44:41AM +, Hugo Trippaers wrote: -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Saturday, April 06, 2013 7:16 PM To: dev@cloudstack.apache.org Subject: Re: Master broken

RE: Master broken

2013-04-08 Thread Hugo Trippaers
-Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Saturday, April 06, 2013 7:16 PM To: dev@cloudstack.apache.org Subject: Re: Master broken On Sat, Apr 06, 2013 at 05:27:11AM +, Prasanna Santhanam wrote: Ah - misunderstood. Like Hugo said

Re: Master broken

2013-04-08 Thread Chip Childers
On Mon, Apr 08, 2013 at 07:44:41AM +, Hugo Trippaers wrote: -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Saturday, April 06, 2013 7:16 PM To: dev@cloudstack.apache.org Subject: Re: Master broken On Sat, Apr 06, 2013 at 05:27:11AM

RE: Master broken

2013-04-05 Thread Alex Huang
That will be hard to do since the checkin test requires the DB to be present as it starts up the server and sets-up the databases. We'd have to turn it off for the build and turn it back on again for the bvt. Best if we avoid doing - DskipTests when building as a general good rule. I

Re: Master broken

2013-04-05 Thread Hugo Trippaers
Sent from my iPhone On 5 apr. 2013, at 23:21, Alex Huang alex.hu...@citrix.com wrote: That will be hard to do since the checkin test requires the DB to be present as it starts up the server and sets-up the databases. We'd have to turn it off for the build and turn it back on again for

Re: Master broken

2013-04-03 Thread Kelven Yang
To: Alena Prokharchyk; dev@cloudstack.apache.org; cloudstack- d...@incubator.apache.org; Hugo Trippaers Subject: Re: Master broken I've applied a commit 5782abf8f80fce929e3d6e20068bc165f2360426 to address these test configuration fix already. This was done at last Friday. Kelven On 4/2/13

RE: Master broken

2013-04-03 Thread Alex Huang
often. Thanks. --Alex -Original Message- From: Kelven Yang [mailto:kelven.y...@citrix.com] Sent: Wednesday, April 3, 2013 11:23 AM To: Hugo Trippaers; Alena Prokharchyk; dev@cloudstack.apache.org; cloudstack-...@incubator.apache.org Subject: Re: Master broken On 4/3/13 12:42 AM

RE: Master broken

2013-04-02 Thread Pranav Saxena
This commit deals with the tests for create network offering - Commit: 5782abf8f80fce929e3d6e20068bc165f2360426 and I am presuming because of this only the test is failing. You might need to revert the commit if required. Thanks, Pranav -Original Message- From: Hugo Trippaers

RE: Master broken

2013-04-02 Thread Pranav Saxena
-...@incubator.apache.org Subject: RE: Master broken Thanks Pranav, I couldn't find an easy way to fix the test so I indeed disabled it. See commit df6b97c194caa8b34fa14bf5164eb2fe1f26b2b1. Raised a ticket for Kelven (CLOUDSTACK-1884) to have a look at it. Cheers, Hugo -Original Message