
----- Original Message -----
From: "David Caro" <dcaroest@redhat.com> To: "Greg Sheremeta" <gshereme@redhat.com> Cc: infra@ovirt.org, "Eli Mesika" <emesika@redhat.com> Sent: Friday, November 8, 2013 8:45:31 AM Subject: Re: RES: Update DB
On Fri 08 Nov 2013 01:52:10 PM CET, Greg Sheremeta wrote:
----- Original Message -----
From: "Eli Mesika" <emesika@redhat.com> To: "Greg Sheremeta" <gshereme@redhat.com> Cc: "Gustavo Frederico Temple Pedrosa" <gustavo.pedrosa@eldorado.org.br>, infra@ovirt.org Sent: Friday, November 8, 2013 2:04:43 AM Subject: Re: RES: Update DB
----- Original Message -----
From: "Greg Sheremeta" <gshereme@redhat.com> To: "Eli Mesika" <emesika@redhat.com> Cc: "Gustavo Frederico Temple Pedrosa" <gustavo.pedrosa@eldorado.org.br>, infra@ovirt.org Sent: Thursday, November 7, 2013 7:14:05 PM Subject: Re: RES: Update DB
----- Original Message -----
From: "Greg Sheremeta" <gshereme@redhat.com> To: "Eli Mesika" <emesika@redhat.com> Cc: "Gustavo Frederico Temple Pedrosa" <gustavo.pedrosa@eldorado.org.br>, infra@ovirt.org Sent: Thursday, November 7, 2013 8:28:44 AM Subject: Re: RES: Update DB
----- Original Message -----
From: "Eli Mesika" <emesika@redhat.com> To: "Greg Sheremeta" <gshereme@redhat.com> Cc: "Eyal Edri" <eedri@redhat.com>, "Gustavo Frederico Temple Pedrosa" <gustavo.pedrosa@eldorado.org.br>, infra@ovirt.org Sent: Thursday, November 7, 2013 8:26:07 AM Subject: Re: RES: Update DB
----- Original Message ----- > From: "Greg Sheremeta" <gshereme@redhat.com> > To: "Eyal Edri" <eedri@redhat.com> > Cc: "Gustavo Frederico Temple Pedrosa" > <gustavo.pedrosa@eldorado.org.br>, > infra@ovirt.org > Sent: Thursday, November 7, 2013 3:16:11 PM > Subject: Re: RES: Update DB > > I tried rebasing yesterday and it did not help. I can try again. Is > this > a > code problem, or a Jenkins problem?
Greg Can you please sent me the result of
psql -U <user> -c "select * from schema_version order by id desc;" <database>
on your DB.
Attached.
I just rebased and the build worked.
Great news Thanks
Eli, can you help me understand the problem? It appeared to be broken for a couple days, and my patch didn't touch any db scripts. Is this just something that happens sometimes?
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
There was an issue with the job's environment on some slaves that was fixed yesterday morning, not sure if that was your error. if it was similar to this:
Creating views... psql:create_views.sql:597: ERROR: column vm_dynamic.cpu_name does not exist LINE 30: ...ce as is_run_once, vm_dynamic.vm_fqdn as vm_fqdn, vm_dynamic...
Then it's very likely to be that. -- David Caro
Red Hat S.L. Continuous Integration Engineer - EMEA ENG Virtualization R&D
Email: dcaro@redhat.com Web: www.redhat.com RHT Global #: 82-62605
That was the exact error. So it wasn't a rebase that fixed it. Thanks.