Project: http://jenkins.ovirt.org/job/ovirt_engine_unit_tests/ 
Build: http://jenkins.ovirt.org/job/ovirt_engine_unit_tests/4452/
Build Number: 4452
Build Status:  Still Unstable
Triggered By: Started by an SCM change

-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #4437
[Gerrit Code Review] pki: introduce the EngineEncryptionUtils

[Gerrit Code Review] Adding query for fetching ssh pubic key

[Gerrit Code Review] core: [RFE] More informative message in event when a VM 
started in Paused Mode


Changes for Build #4438
[Gerrit Code Review] core: organize AddVmCommand#canDoAction

[Gerrit Code Review] core: extract parameters initialization to seperate method


Changes for Build #4439
[Gerrit Code Review] core: Adds config of SSH Soft Fencing command

[Gerrit Code Review] packaging: build: fix make rpm target

[Gerrit Code Review] packaging: spec: keep version at base package to avoid 
versionlock conflict


Changes for Build #4440
[Gerrit Code Review] packaging: build: do not use maven deploy

[Gerrit Code Review] packaging: setup: make ovirt-engine-log-setup-event.sh 
executable

[Gerrit Code Review] packaging: build: simplify plain files installation

[Gerrit Code Review] packaging: setup: Updated the nfs service name usage

[Gerrit Code Review] packaging: Updated cleanup to work in python2.6

[Gerrit Code Review] packaging: setup: support older psql-8 and older psycopg2

[Gerrit Code Review] packaging: setup: make sure iso domain questions are 
within right section

[Gerrit Code Review] packaging: setup: do not use with tarfile

[Gerrit Code Review] packaging: setup: pep8 cleanups

[Gerrit Code Review] packaging: setup: fix spelling


Changes for Build #4441
[Gerrit Code Review] packaging: setup: fix ssl configuration

[Gerrit Code Review] packaging: setup: disable log setup event in developer mode

[Gerrit Code Review] packaging: setup: provide 10-setup-jboss.conf

[Gerrit Code Review] packaging: setup: allow upgrade with 3.0 compatibility 
level

[Gerrit Code Review] packaging: setup: added postinstall file creation

[Gerrit Code Review] packaging: setup: avoid answered questions on update


Changes for Build #4442
[Gerrit Code Review] core: Add batch update capability to MassOperationsDao

[Gerrit Code Review] gluster: Corrected the event log message

[Shubhendu Tripathi] gluster: Show host name also on action on services

[Shubhendu Tripathi] gluster: Shown command and server name in evt log


Changes for Build #4443
[Gerrit Code Review] packaging: Fix storage_format_type default value

[Gerrit Code Review] gluster: Host state change event log msg corrected

[Shubhendu Tripathi] gluster: Matrix for cluster level swift status


Changes for Build #4444
[Gerrit Code Review] restapi: add Force parameter to GET .../hosts/{host:id}

[Gerrit Code Review] engine: Fixed validation when moving host to gluster 
cluster


Changes for Build #4445
[Sandro Bonazzola] packaging: setup: ovirt-engine-setup.conf path for developers

[Gerrit Code Review] userportal,webadmin: unify new server/desktop to newVm


Changes for Build #4446
[Kanagaraj M] webadmin: Fix NPE in cluster gluster services view


Changes for Build #4447
[Gerrit Code Review] frontend: fix findbugs issue

[Gerrit Code Review] Adding useDefaultKeyPair implementation to EngineSSHDialog


Changes for Build #4448
[Alon Bar-Lev] packaging: build: handle multiple files in exclude of recursive 
copy


Changes for Build #4449
[Vojtech Szocs] webadmin: Improve UI Plugin tab API


Changes for Build #4450
[Vojtech Szocs] webadmin: PluginResourceServlet: remove unneeded code


Changes for Build #4451
[Gerrit Code Review] Core: Changing EntityMapSqlMapper


Changes for Build #4452
[Gerrit Code Review] tools: Adds tests of argument values in 
engine-manage-domains




-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED:  
org.ovirt.engine.core.utils.crypt.EngineEncryptionUtilsTest.org.ovirt.engine.core.utils.crypt.EngineEncryptionUtilsTest

Error Message:
null

Stack Trace:
java.lang.ExceptionInInitializerError
        at 
org.ovirt.engine.core.utils.crypt.EngineEncryptionUtilsTest.before(EngineEncryptionUtilsTest.java:21)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
        at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
        at sun.proxy.$Proxy0.invoke(Unknown Source)
        at 
org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
        at 
org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: java.lang.IllegalArgumentException: The property 
"ENGINE_PKI_ENGINE_STORE" doesn't have a value.
        at 
org.ovirt.engine.core.utils.LocalConfig.getProperty(LocalConfig.java:265)
        at 
org.ovirt.engine.core.utils.LocalConfig.getProperty(LocalConfig.java:283)
        at org.ovirt.engine.core.utils.LocalConfig.getFile(LocalConfig.java:450)
        at 
org.ovirt.engine.core.utils.EngineLocalConfig.getPKIEngineStore(EngineLocalConfig.java:165)
        at 
org.ovirt.engine.core.utils.crypt.EngineEncryptionUtils.<clinit>(EngineEncryptionUtils.java:37)
        ... 22 more


 

_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to