Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] BUILD STATUS:: 1.1.0 nightly build has test failures!

Looking at the test results with Chris, it appears that this is a false alarm. The issue looks like an intermittent db issue (table creation problem, or db setup issue), because the 30th build ran fine and there were no new test check ins last night. The failures may still be related to new tables or tests, but at this time it simply appears to be a hiccup. If it persists, I'll send out email again.

-Eric

Eric Gwin wrote:
Most of the checkins on this branch have been tests. Please confirm that any tests you've added don't have issues. Test Logs are on the web.

In the meantime, I'm not going to remove the 1.1.2 nightly builds from the server until these test failures have been sorted out.

Thanks.

-Eric

eric.gwin@xxxxxxxxxx wrote:
TEST-CORE
  Tests run:6399 Failures:0 Errors:0
TEST-JPA
  Tests run:1117 Failures:4 Errors:9
TEST-MOXY
  Tests run:11668 Failures:0 Errors:0
TEST-SDO
  Tests run:4276 Failures:0 Errors:0
TEST-DBWS
  Tests run:3 Failures:0 Errors:0
TEST-DBWS-UTILS
  Tests run:22 Failures:0 Errors:0
-----------------------------------

Full Build log can be found on the build machine at:
    /shared/rt/eclipselink/logs/bsb-1.1.0_nightly_090731-0205.log
or on the download server at:
    http://www.eclipse.org/eclipselink/downloads/build-failures.php
-----------------------------------

SVN Changes since Last Build:
------------------------------------------------------------------------
r4763 | egwin | 2009-07-30 13:50:48 -0400 (Thu, 30 Jul 2009)
Changed paths:
   M /branches/1.1.0/trunk/jpa/org.eclipse.persistence.jpa/build.xml
------------------------------------------------------------------------
r4762 | dclarke | 2009-07-30 13:33:57 -0400 (Thu, 30 Jul 2009)
Changed paths:
M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.common/.classpath M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.common/src/testing/EclipseLinkJPATest.java A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.common/src/testing/util/ExamplePropertiesLoader.java M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.common/src/testing/util/QuerySQLTracker.java A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.common/test-src M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/.classpath M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/.settings/org.eclipse.wst.common.component M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/src/META-INF/eclipselink-orm.xml A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/src/example/Sample.java M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/src/model/Employee.java M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/src/model/LargeProject.java M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/src/model/Project.java D /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/src/testing A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/test-src A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/test-src/testing A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/test-src/testing/AllTests.java A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/test-src/testing/CreateDatabase.java A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/test-src/testing/CreateDatabaseScripts.java A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/test-src/testing/EnumQueryTests.java A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/test-src/testing/MappingConfigTests.java A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/test-src/testing/OuterJoinQueries.java A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/test-src/testing/PersistenceHelper.java A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/test-src/testing/QueryKeyTests.java A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/test-src/testing/QueryTests.java A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml/test-src/testing/TransactionTests.java
------------------------------------------------------------------------
r4761 | dclarke | 2009-07-30 13:16:14 -0400 (Thu, 30 Jul 2009)
Changed paths:
M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.nested-fetchgroup/.classpath A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.nested-fetchgroup/build.xml A /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.nested-fetchgroup/eclipselink-example.properties M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.nested-fetchgroup/eclipselink_nestedFG.jar M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.nested-fetchgroup/src/org/eclipse/persistence/queries/NestedFetchGroup.java M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.nested-fetchgroup/test-src/test/AllTests.java M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.nested-fetchgroup/test-src/test/BaseFetchGroupTests.java M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.nested-fetchgroup/test-src/test/NestedDefaultFetchGroupTests.java M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.nested-fetchgroup/test-src/test/NestedFetchGroupTests.java M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.nested-fetchgroup/test-src/test/NestedNamedFetchGroupTests.java M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.nested-fetchgroup/test-src/test/SimpleDefaultFetchGroupTests.java M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.nested-fetchgroup/test-src/test/SimpleFetchGroupTests.java M /branches/1.1.0/trunk/examples/org.eclipse.persistence.example.jpa.nested-fetchgroup/test-src/test/SimpleNamedFetchGroupTests.java
------------------------------------------------------------------------
r4759 | egwin | 2009-07-30 11:47:54 -0400 (Thu, 30 Jul 2009)
Changed paths:
   M /branches/1.1.0/trunk/autobuild.properties
   M /branches/1.1.0/trunk/autobuild.xml
   M /branches/1.1.0/trunk/build.properties
   M /branches/1.1.0/trunk/buildsystem/cleanNightly.sh
   M /branches/1.1.0/trunk/dbws/eclipselink.dbws.test/build.properties
M /branches/1.1.0/trunk/dbws/org.eclipse.persistence.dbws/build.properties
   M /branches/1.1.0/trunk/features/build.xml
M /branches/1.1.0/trunk/foundation/eclipselink.extension.oracle.test/build.properties M /branches/1.1.0/trunk/foundation/org.eclipse.persistence.core/build.properties M /branches/1.1.0/trunk/foundation/org.eclipse.persistence.oracle/build.properties
   M /branches/1.1.0/trunk/jpa/org.eclipse.persistence.jpa/build.xml
M /branches/1.1.0/trunk/jpa/org.eclipse.persistence.jpa.equinox/build.properties M /branches/1.1.0/trunk/jpa/org.eclipse.persistence.jpa.equinox.weaving/build.properties M /branches/1.1.0/trunk/moxy/org.eclipse.persistence.moxy/build.properties M /branches/1.1.0/trunk/plugins/org.eclipse.persistence.antlr/build.xml
   M /branches/1.1.0/trunk/plugins/org.eclipse.persistence.asm/build.xml
   M /branches/1.1.0/trunk/utils/eclipselink.utils.dbws/build.properties
M /branches/1.1.0/trunk/utils/eclipselink.utils.dbws.test/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench/framework/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench/iconlib/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench/mappingsio/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench/mappingsmodel/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench/mappingsplugin/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench/platformsmodel/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench/platformsplugin/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench/scplugin/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench/uitools/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench/utility/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench.test/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench.test/framework/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench.test/mappingsplugin/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench.test/platformsplugin/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench.test/scplugin/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench.test/uitools/build.properties M /branches/1.1.0/trunk/utils/eclipselink.utils.workbench.test/utility/build.properties
------------------------------------------------------------------------
r4757 | egwin | 2009-07-30 03:12:53 -0400 (Thu, 30 Jul 2009)
Changed paths:
   M /branches/1.1.0/trunk/eclipselink-src.zip
   M /branches/1.1.0/trunk/eclipselink.jar
------------------------------------------------------------------------
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev



Back to the top