[ovirt-devel] engine master failing build on fcraw

Eyal Edri eedri at redhat.com
Mon Feb 26 11:59:26 UTC 2018


On Mon, Feb 26, 2018 at 1:23 PM, Gobinda Das <godas at redhat.com> wrote:

> I have couple of patches, build failing due to same issue.
> https://gerrit.ovirt.org/#/c/85885/
> https://gerrit.ovirt.org/#/c/87964/
>
> org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest  Time elapsed: 1437 sec  <<< FAILURE!*16:36:08* java.lang.AssertionError: Unable to init tests*16:36:08* 	at org.ovirt.engine.core.dao.BaseDaoTestCase.initTestCase(BaseDaoTestCase.java:84)*16:36:08* 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*16:36:08* 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)*16:36:08* 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>
> .
>
> .
>
> .
>
>
> Is it necessary, all patches need to pass on fcraw?
>
>

Yes, if ovirt-engine has build-artifacts for fcraw, it has to pass,
otherwise no new engine build will be deployed to tested repo until it's
fixed.
If it can't be fixed, the fcraw build-artifacts job needs to be removed.


>
>
>
> On Wed, Feb 14, 2018 at 11:35 PM, Eli Mesika <emesika at redhat.com> wrote:
>
>> May this be related to the PG JDBC driver issue [1]
>>
>>
>> [1]     https://bugzilla.redhat.com/show_bug.cgi?id=1459499 ???
>>
>> On Fri, Feb 9, 2018 at 2:47 PM, Sandro Bonazzola <sbonazzo at redhat.com>
>> wrote:
>>
>>> Hi,
>>> http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch
>>> -fcraw-x86_64/114/consoleFull
>>>
>>> failed on fcraw with:
>>>
>>> *10:59:21* Failed tests:   org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest: Unable to init tests
>>>
>>>
>>> Test output was:
>>>
>>> *10:59:11* Running org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest*10:59:13* Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.296 sec <<< FAILURE!*10:59:13* org.ovirt.engine.core.dal.dbbroker.DbConnectionUtilTest  Time elapsed: 2287 sec  <<< FAILURE!*10:59:13* java.lang.AssertionError: Unable to init tests*10:59:13* 	at org.ovirt.engine.core.dao.BaseDaoTestCase.initTestCase(BaseDaoTestCase.java:84)*10:59:13* 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*10:59:13* 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)*10:59:13* 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)*10:59:13* 	at java.lang.reflect.Method.invoke(Method.java:498)*10:59:13* 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)*10:59:13* 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)*10:59:13* 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)*10:59:13* 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)*10:59:13* 	at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)*10:59:13* 	at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70)*10:59:13* 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)*10:59:13* 	at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191)*10:59:13* 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)*10:59:13* 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)*10:59:13* 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)*10:59:13* 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*10:59:13* 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)*10:59:13* 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)*10:59:13* 	at java.lang.reflect.Method.invoke(Method.java:498)*10:59:13* 	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)*10:59:13* 	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)*10:59:13* 	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)*10:59:13* 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)*10:59:13* 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)*10:59:13* Caused by: java.lang.NullPointerException*10:59:13* 	at org.postgresql.jdbc2.AbstractJdbc2DatabaseMetaData.getColumns(AbstractJdbc2DatabaseMetaData.java:2501)*10:59:13* 	at org.postgresql.jdbc4.AbstractJdbc4DatabaseMetaData.getColumns(AbstractJdbc4DatabaseMetaData.java:98)*10:59:13* 	at org.dbunit.database.DefaultMetadataHandler.getColumns(DefaultMetadataHandler.java:52)*10:59:13* 	at org.dbunit.database.DatabaseTableMetaData.getColumns(DatabaseTableMetaData.java:317)*10:59:13* 	at org.dbunit.dataset.AbstractTableMetaData.getColumnIndex(AbstractTableMetaData.java:106)*10:59:13* 	at org.dbunit.operation.AbstractOperation.getOperationMetaData(AbstractOperation.java:89)*10:59:13* 	at org.dbunit.operation.AbstractBatchOperation.execute(AbstractBatchOperation.java:150)*10:59:13* 	at org.dbunit.operation.CompositeOperation.execute(CompositeOperation.java:79)*10:59:13* 	at org.ovirt.engine.core.dao.BaseDaoTestCase.initTestCase(BaseDaoTestCase.java:66)*10:59:13* 	... 24 more*10:59:13*
>>>
>>>
>>> I'm disabling again fcraw tests for ovirt-engine, please let me know
>>> when this issue has been addressed.
>>>
>>>
>>> --
>>>
>>> SANDRO BONAZZOLA
>>>
>>> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D
>>>
>>> Red Hat EMEA <https://www.redhat.com/>
>>> <https://red.ht/sig>
>>> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
>>>
>>>
>>
>> _______________________________________________
>> Devel mailing list
>> Devel at ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/devel
>>
>
>
>
> --
> Thanks,
> Gobinda
>
> _______________________________________________
> Devel mailing list
> Devel at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
>



-- 

Eyal edri


MANAGER

RHV DevOps

EMEA VIRTUALIZATION R&D


Red Hat EMEA <https://www.redhat.com/>
<https://red.ht/sig> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/devel/attachments/20180226/fab1451a/attachment-0001.html>


More information about the Devel mailing list