Re: [ovirt-devel] Fwd: Still Failing: oVirt/ovirt-engine#4888 (master - 1cc377f)

2018-03-06 Thread Martin Perina
On Tue, Mar 6, 2018 at 9:34 AM, Roman Mohr  wrote:

>
>
> On Tue, Mar 6, 2018 at 8:11 AM, Sandro Bonazzola 
> wrote:
>
>> Hi,
>> not sure who's monitoring Travis failures and maintaining Travis jobs,
>>
>
> I fear that was me until I moved to KubeVirt and that currently no one
> monitors it. It is mostly useful to generate the sonarqube code-analysis.
>
>
>> but looks like we have an error in the test suite
>>
>
>
> I guess this is related to the postgresql database version provided to
> travis. See https://travis-ci.org/oVirt/ovirt-engine/builds/349675802#L497.
> It complains about:
>
> psql:./packaging/dbscripts/common_sp.sql:1305: ERROR: type jsonb does not
> exist
>
> Is postgres 9.2 still correct, or is there something needed to enable
> jsonb? See https://github.com/oVirt/ovirt-engine/blob/master/.
> travis.yml#L17 for the current version used.
>

​No, PostgreSQL 9.5 is required for oVirt 4.2+​



> To be honest I am not sure if that free sonarqube offer still exists. You
> can probably just remove the .travis.yml file.
>
> Best Regards,
>
> Roman
>
>
>> It's currently failing on:
>>
>>   ---
>>  T E S T S
>> ---
>> Running org.ovirt.engine.core.dal.job.ExecutionMessageDirectorTest
>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec
>> Running org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest
>> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.936 sec 
>> <<< FAILURE!
>> org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest  Time elapsed: 936 
>> sec  <<< FAILURE!
>> java.lang.AssertionError: Unable to init tests
>>
>> Looks pretty much similar to what happens in jenkins for fcraw builds,
>> tracked here: https://bugzilla.redhat.com/show_bug.cgi?id=1550033
>>
>>
>>
>> -- Forwarded message --
>> From: Travis CI 
>> Date: 2018-03-06 7:53 GMT+01:00
>> Subject: Still Failing: oVirt/ovirt-engine#4888 (master - 1cc377f)
>> To: sbona...@redhat.com
>>
>>
>> *oVirt / ovirt-engine
>> *
>> (master )
>> Build #4888 is still failing.
>> 
>> 4 minutes and 38 seconds
>> *Yedidyah Bar David* 1cc377f
>> 
>>  Changeset
>> →
>> 
>>   packaging: setup: postgres95: Refuse to upgrade if new data dir is not
>> empty
>>
>> Change-Id: I9f69ceb2b8ea773d1bb883c3e81734a3c4c8af3c
>> Bug-Url: https://bugzilla.redhat.com/1546771
>> Signed-off-by: Yedidyah Bar David 
>>
>> *Want to know about upcoming build environment updates?*
>>
>> Would you like to stay up-to-date with the upcoming Travis CI build
>> environment updates? We set up a mailing list for you! Sign up here
>> .
>> Documentation  about Travis CI
>> Need help? Mail support !
>> Choose who receives these build notification emails in your configuration
>> file .
>>
>> *Would you like to test your private code?*
>>
>> Travis CI for Private Projects
>> 
>> could be your new best friend!
>>
>>
>>
>> --
>>
>> SANDRO BONAZZOLA
>>
>> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
>>
>> Red Hat EMEA 
>> 
>> TRIED. TESTED. TRUSTED. 
>>
>>
>> ___
>> Devel mailing list
>> Devel@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/devel
>>
>
>
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>



-- 
Martin Perina
Associate Manager, Software Engineering
Red Hat Czech s.r.o.
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] Fwd: Still Failing: oVirt/ovirt-engine#4888 (master - 1cc377f)

2018-03-06 Thread Sandro Bonazzola
2018-03-06 9:39 GMT+01:00 Roman Mohr :

>
>
> On Tue, Mar 6, 2018 at 9:34 AM, Roman Mohr  wrote:
>
>>
>>
>> On Tue, Mar 6, 2018 at 8:11 AM, Sandro Bonazzola 
>> wrote:
>>
>>> Hi,
>>> not sure who's monitoring Travis failures and maintaining Travis jobs,
>>>
>>
>> I fear that was me until I moved to KubeVirt and that currently no one
>> monitors it. It is mostly useful to generate the sonarqube code-analysis.
>>
>>
>>> but looks like we have an error in the test suite
>>>
>>
>>
>> I guess this is related to the postgresql database version provided to
>> travis. See https://travis-ci.org/oVirt/ovirt-engine/builds/349675802#L4
>> 97. It complains about:
>>
>> psql:./packaging/dbscripts/common_sp.sql:1305: ERROR: type jsonb does
>> not exist
>>
>> Is postgres 9.2 still correct, or is there something needed to enable
>> jsonb? See https://github.com/oVirt/ovirt-engine/blob/master/.travi
>> s.yml#L17 for the current version used.
>>
>
No, postgres 9.5 is needed now



>
>> To be honest I am not sure if that free sonarqube offer still exists. You
>> can probably just remove the .travis.yml file.
>>
>
>
> Oh nemo.sonarqube.org is still free for opensource project, they just
> changed the mein url: https://sonarcloud.io/dashboard?id=org.ovirt.engine%
> 3Aroot
>
> So it might still be useful. There is this other code analysis too, so up
> to you guys if you find it useful.
>

great, let's keep it



>
>
>>
>> Best Regards,
>>
>> Roman
>>
>>
>>> It's currently failing on:
>>>
>>>   ---
>>>  T E S T S
>>> ---
>>> Running org.ovirt.engine.core.dal.job.ExecutionMessageDirectorTest
>>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec
>>> Running org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest
>>> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.936 sec 
>>> <<< FAILURE!
>>> org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest  Time elapsed: 936 
>>> sec  <<< FAILURE!
>>> java.lang.AssertionError: Unable to init tests
>>>
>>> Looks pretty much similar to what happens in jenkins for fcraw builds,
>>> tracked here: https://bugzilla.redhat.com/show_bug.cgi?id=1550033
>>>
>>>
>>>
>>> -- Forwarded message --
>>> From: Travis CI 
>>> Date: 2018-03-06 7:53 GMT+01:00
>>> Subject: Still Failing: oVirt/ovirt-engine#4888 (master - 1cc377f)
>>> To: sbona...@redhat.com
>>>
>>>
>>> *oVirt / ovirt-engine
>>> *
>>> (master )
>>> Build #4888 is still failing.
>>> 
>>> 4 minutes and 38 seconds
>>> *Yedidyah Bar David* 1cc377f
>>> 
>>>  Changeset
>>> →
>>> 
>>>   packaging: setup: postgres95: Refuse to upgrade if new data dir is
>>> not empty
>>>
>>> Change-Id: I9f69ceb2b8ea773d1bb883c3e81734a3c4c8af3c
>>> Bug-Url: https://bugzilla.redhat.com/1546771
>>> Signed-off-by: Yedidyah Bar David 
>>>
>>> *Want to know about upcoming build environment updates?*
>>>
>>> Would you like to stay up-to-date with the upcoming Travis CI build
>>> environment updates? We set up a mailing list for you! Sign up here
>>> .
>>> Documentation  about Travis CI
>>> Need help? Mail support !
>>> Choose who receives these build notification emails in your configuration
>>> file .
>>>
>>> *Would you like to test your private code?*
>>>
>>> Travis CI for Private Projects
>>> 
>>> could be your new best friend!
>>>
>>>
>>>
>>> --
>>>
>>> SANDRO BONAZZOLA
>>>
>>> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
>>>
>>> Red Hat EMEA 
>>> 
>>> TRIED. TESTED. TRUSTED. 
>>>
>>>
>>> ___
>>> Devel mailing list
>>> Devel@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/devel
>>>
>>
>>
>


-- 

SANDRO BONAZZOLA

ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R

Red Hat EMEA 

TRIED. TESTED. TRUSTED. 
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] Fwd: Still Failing: oVirt/ovirt-engine#4888 (master - 1cc377f)

2018-03-06 Thread Roman Mohr
On Tue, Mar 6, 2018 at 9:34 AM, Roman Mohr  wrote:

>
>
> On Tue, Mar 6, 2018 at 8:11 AM, Sandro Bonazzola 
> wrote:
>
>> Hi,
>> not sure who's monitoring Travis failures and maintaining Travis jobs,
>>
>
> I fear that was me until I moved to KubeVirt and that currently no one
> monitors it. It is mostly useful to generate the sonarqube code-analysis.
>
>
>> but looks like we have an error in the test suite
>>
>
>
> I guess this is related to the postgresql database version provided to
> travis. See https://travis-ci.org/oVirt/ovirt-engine/builds/349675802#L497.
> It complains about:
>
> psql:./packaging/dbscripts/common_sp.sql:1305: ERROR: type jsonb does not
> exist
>
> Is postgres 9.2 still correct, or is there something needed to enable
> jsonb? See https://github.com/oVirt/ovirt-engine/blob/master/.
> travis.yml#L17 for the current version used.
>
> To be honest I am not sure if that free sonarqube offer still exists. You
> can probably just remove the .travis.yml file.
>


Oh nemo.sonarqube.org is still free for opensource project, they just
changed the mein url:
https://sonarcloud.io/dashboard?id=org.ovirt.engine%3Aroot

So it might still be useful. There is this other code analysis too, so up
to you guys if you find it useful.


>
> Best Regards,
>
> Roman
>
>
>> It's currently failing on:
>>
>>   ---
>>  T E S T S
>> ---
>> Running org.ovirt.engine.core.dal.job.ExecutionMessageDirectorTest
>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec
>> Running org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest
>> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.936 sec 
>> <<< FAILURE!
>> org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest  Time elapsed: 936 
>> sec  <<< FAILURE!
>> java.lang.AssertionError: Unable to init tests
>>
>> Looks pretty much similar to what happens in jenkins for fcraw builds,
>> tracked here: https://bugzilla.redhat.com/show_bug.cgi?id=1550033
>>
>>
>>
>> -- Forwarded message --
>> From: Travis CI 
>> Date: 2018-03-06 7:53 GMT+01:00
>> Subject: Still Failing: oVirt/ovirt-engine#4888 (master - 1cc377f)
>> To: sbona...@redhat.com
>>
>>
>> *oVirt / ovirt-engine
>> *
>> (master )
>> Build #4888 is still failing.
>> 
>> 4 minutes and 38 seconds
>> *Yedidyah Bar David* 1cc377f
>> 
>>  Changeset
>> →
>> 
>>   packaging: setup: postgres95: Refuse to upgrade if new data dir is not
>> empty
>>
>> Change-Id: I9f69ceb2b8ea773d1bb883c3e81734a3c4c8af3c
>> Bug-Url: https://bugzilla.redhat.com/1546771
>> Signed-off-by: Yedidyah Bar David 
>>
>> *Want to know about upcoming build environment updates?*
>>
>> Would you like to stay up-to-date with the upcoming Travis CI build
>> environment updates? We set up a mailing list for you! Sign up here
>> .
>> Documentation  about Travis CI
>> Need help? Mail support !
>> Choose who receives these build notification emails in your configuration
>> file .
>>
>> *Would you like to test your private code?*
>>
>> Travis CI for Private Projects
>> 
>> could be your new best friend!
>>
>>
>>
>> --
>>
>> SANDRO BONAZZOLA
>>
>> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
>>
>> Red Hat EMEA 
>> 
>> TRIED. TESTED. TRUSTED. 
>>
>>
>> ___
>> Devel mailing list
>> Devel@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/devel
>>
>
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel

Re: [ovirt-devel] Fwd: Still Failing: oVirt/ovirt-engine#4888 (master - 1cc377f)

2018-03-06 Thread Roman Mohr
On Tue, Mar 6, 2018 at 8:11 AM, Sandro Bonazzola 
wrote:

> Hi,
> not sure who's monitoring Travis failures and maintaining Travis jobs,
>

I fear that was me until I moved to KubeVirt and that currently no one
monitors it. It is mostly useful to generate the sonarqube code-analysis.


> but looks like we have an error in the test suite
>


I guess this is related to the postgresql database version provided to
travis. See https://travis-ci.org/oVirt/ovirt-engine/builds/349675802#L497.
It complains about:

psql:./packaging/dbscripts/common_sp.sql:1305: ERROR: type jsonb does not
exist

Is postgres 9.2 still correct, or is there something needed to enable
jsonb? See https://github.com/oVirt/ovirt-engine/blob/master/.travis.yml#L17
for the current version used.

To be honest I am not sure if that free sonarqube offer still exists. You
can probably just remove the .travis.yml file.

Best Regards,

Roman


> It's currently failing on:
>
>   ---
>  T E S T S
> ---
> Running org.ovirt.engine.core.dal.job.ExecutionMessageDirectorTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec
> Running org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.936 sec <<< 
> FAILURE!
> org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest  Time elapsed: 936 
> sec  <<< FAILURE!
> java.lang.AssertionError: Unable to init tests
>
> Looks pretty much similar to what happens in jenkins for fcraw builds,
> tracked here: https://bugzilla.redhat.com/show_bug.cgi?id=1550033
>
>
>
> -- Forwarded message --
> From: Travis CI 
> Date: 2018-03-06 7:53 GMT+01:00
> Subject: Still Failing: oVirt/ovirt-engine#4888 (master - 1cc377f)
> To: sbona...@redhat.com
>
>
> *oVirt / ovirt-engine
> *
> (master )
> Build #4888 is still failing.
> 
> 4 minutes and 38 seconds
> *Yedidyah Bar David* 1cc377f
> 
>  Changeset
> →
> 
>   packaging: setup: postgres95: Refuse to upgrade if new data dir is not
> empty
>
> Change-Id: I9f69ceb2b8ea773d1bb883c3e81734a3c4c8af3c
> Bug-Url: https://bugzilla.redhat.com/1546771
> Signed-off-by: Yedidyah Bar David 
>
> *Want to know about upcoming build environment updates?*
>
> Would you like to stay up-to-date with the upcoming Travis CI build
> environment updates? We set up a mailing list for you! Sign up here
> .
> Documentation  about Travis CI
> Need help? Mail support !
> Choose who receives these build notification emails in your configuration
> file .
>
> *Would you like to test your private code?*
>
> Travis CI for Private Projects
> 
> could be your new best friend!
>
>
>
> --
>
> SANDRO BONAZZOLA
>
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
>
> Red Hat EMEA 
> 
> TRIED. TESTED. TRUSTED. 
>
>
> ___
> Devel mailing list
> Devel@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>
___
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel