Build Nuxeo EP - 5.1 Branch::Maven Test #276 failed (237 tests passed, 13 tests 
failed (13 new))
Agent: Octopussy2
Build results: http://localhost:8111/viewLog.html?buildId=8204&buildTypeId=bt14

Newly failed tests (13 tests, only first 3 failures shown here)
==================================================================
org.nuxeo.ecm.core.api.TestCustomVersioning.testSaveAsNewVersion2 
=================
java.lang.NullPointerException
        at 
org.nuxeo.ecm.core.schema.utils.DateParser.parseW3CDateTime(DateParser.java:200)
        at 
org.nuxeo.ecm.core.schema.types.primitives.DateType.decode(DateType.java:68)
        at 
org.nuxeo.ecm.core.schema.types.FieldImpl.getDefaultValue(FieldImpl.java:83)
        at 
org.nuxeo.ecm.core.repository.jcr.properties.JCRScalarProperty.getValue(JCRScalarProperty.java:102)
        at 
org.nuxeo.ecm.core.api.DocumentModelFactory.exportProperty(DocumentModelFactory.java:288)
        at 
org.nuxeo.ecm.core.api.DocumentModelFactory.exportSchema(DocumentModelFactory.java:266)
        at 
org.nuxeo.ecm.core.api.AbstractSession.getDataModel(AbstractSession.java:1788)
        at 
org.nuxeo.ecm.core.api.impl.DocumentModelImpl.loadDataModel(DocumentModelImpl.java:401)
        at 
org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getDataModel(DocumentModelImpl.java:420)
        at 
org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getProperty(DocumentModelImpl.java:534)
        at 
org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getTitle(DocumentModelImpl.java:318)
        at 
org.nuxeo.ecm.core.api.AbstractSession.createDocumentSnapshot(AbstractSession.java:1391)
        at 
org.nuxeo.ecm.core.api.AbstractSession.saveDocumentAsNewVersion(AbstractSession.java:1355)
        at 
org.nuxeo.ecm.core.api.TestVersioning.testSaveAsNewVersion2(TestVersioning.java:113)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:164)
        at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)

org.nuxeo.ecm.core.api.TestCustomVersioning.testRemoveSingleDocVersion 
=================
java.lang.NullPointerException
        at 
org.nuxeo.ecm.core.schema.utils.DateParser.parseW3CDateTime(DateParser.java:200)
        at 
org.nuxeo.ecm.core.schema.types.primitives.DateType.decode(DateType.java:68)
        at 
org.nuxeo.ecm.core.schema.types.FieldImpl.getDefaultValue(FieldImpl.java:83)
        at 
org.nuxeo.ecm.core.repository.jcr.properties.JCRScalarProperty.getValue(JCRScalarProperty.java:102)
        at 
org.nuxeo.ecm.core.api.DocumentModelFactory.exportProperty(DocumentModelFactory.java:288)
        at 
org.nuxeo.ecm.core.api.DocumentModelFactory.exportSchema(DocumentModelFactory.java:266)
        at 
org.nuxeo.ecm.core.api.AbstractSession.getDataModel(AbstractSession.java:1788)
        at 
org.nuxeo.ecm.core.api.impl.DocumentModelImpl.loadDataModel(DocumentModelImpl.java:401)
        at 
org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getDataModel(DocumentModelImpl.java:420)
        at 
org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getProperty(DocumentModelImpl.java:534)
        at 
org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getTitle(DocumentModelImpl.java:318)
        at 
org.nuxeo.ecm.core.api.AbstractSession.createDocumentSnapshot(AbstractSession.java:1391)
        at 
org.nuxeo.ecm.core.api.AbstractSession.saveDocument(AbstractSession.java:1283)
        at 
org.nuxeo.ecm.core.api.TestVersioning.testRemoveSingleDocVersion(TestVersioning.java:134)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:164)
        at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)

org.nuxeo.ecm.core.api.TestCustomVersioning.testRemoveFirstDocVersion 
=================
java.lang.NullPointerException
        at 
org.nuxeo.ecm.core.schema.utils.DateParser.parseW3CDateTime(DateParser.java:200)
        at 
org.nuxeo.ecm.core.schema.types.primitives.DateType.decode(DateType.java:68)
        at 
org.nuxeo.ecm.core.schema.types.FieldImpl.getDefaultValue(FieldImpl.java:83)
        at 
org.nuxeo.ecm.core.repository.jcr.properties.JCRScalarProperty.getValue(JCRScalarProperty.java:102)
        at 
org.nuxeo.ecm.core.api.DocumentModelFactory.exportProperty(DocumentModelFactory.java:288)
        at 
org.nuxeo.ecm.core.api.DocumentModelFactory.exportSchema(DocumentModelFactory.java:266)
        at 
org.nuxeo.ecm.core.api.AbstractSession.getDataModel(AbstractSession.java:1788)
        at 
org.nuxeo.ecm.core.api.impl.DocumentModelImpl.loadDataModel(DocumentModelImpl.java:401)
        at 
org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getDataModel(DocumentModelImpl.java:420)
        at 
org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getProperty(DocumentModelImpl.java:534)
        at 
org.nuxeo.ecm.core.api.impl.DocumentModelImpl.getTitle(DocumentModelImpl.java:318)
        at 
org.nuxeo.ecm.core.api.AbstractSession.createDocumentSnapshot(AbstractSession.java:1391)
        at 
org.nuxeo.ecm.core.api.AbstractSession.saveDocument(AbstractSession.java:1283)
        at 
org.nuxeo.ecm.core.api.TestVersioning.createTrioVersions(TestVersioning.java:245)
        at 
org.nuxeo.ecm.core.api.TestVersioning.testRemoveFirstDocVersion(TestVersioning.java:165)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:164)
        at org.jmock.core.VerifyingTestCase.runBare(Unknown Source)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)

see all newly failed tests: 
http://localhost:8111/viewLog.html?buildId=8204&buildTypeId=bt14
Changes included (1 change)
====================================================
Change 25411 by bstefanescu (3 files):
backport from trunk 25410

see more information about changed files: 
http://localhost:8111/viewLog.html?tab=buildChangesDiv&buildId=8204&buildTypeId=bt14


============================================================================
Configure email notifications: 
http://localhost:8111/profile.html?init=1#notifications
_______________________________________________
ECM-QA mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-qa

Reply via email to