Skip to main content

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

There has been a few problems with this report nagging at me for a while:

1. periodically, the archive of srg results would show 0 failures and 0 errors even though this email report showed failures or errors
2. failed builds wouldn't show up on the failed builds page
3. For quite a while I've been needing to add links to the test results archives that I load to the failed builds area.

In the process of doing #3, I've discovered the reason for 1:
- the email report is correct. srg results for MOXy and SDO are stored in ${report.dir}/srg/... rather than ${report.dir} as the other srgs and all lrgs do. As a result the junit-noframes.html stored in the archives for moxy and SDO have always been old LRG results. In the case of new branches the results for those suites were just missing (for a while). I have put a fix in place to correct this, but the side-effect is that the archive may contain both srg and lrg results. I'll try to fix that later. I'm still working on a resolution for #2. It seems the script isn't allways being called to generate the page. In the meanwhile I'm periodically manually refreshing the published failed-results page.

-Eric

eric.gwin@xxxxxxxxxx wrote:
TEST-CORE-SRG
  Tests run:684 Failures:0 Errors:0
TEST-JPA-SRG
  Tests run:178 Failures:0 Errors:0
TEST-MOXY-SRG
  Tests run:431 Failures:0 Errors:0
TEST-SDO-SRG
  Tests run:120 Failures:0 Errors:0
TEST-DBWS-SRG
  Tests run:1 Failures:0 Errors:1
TEST-DBWS-UTILS-SRG
  Tests run:22 Failures:0 Errors:0
-----------------------------------

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

SVN Changes since Last Build:
------------------------------------------------------------------------
r5237 | egwin | 2009-09-23 12:26:45 -0400 (Wed, 23 Sep 2009)
Changed paths:
   M /branches/1.2/trunk/buildsystem/bootstrap.sh
   M /branches/1.2/trunk/buildsystem/buildFailureList.sh
   M /branches/1.2/trunk/buildsystem/cron.txt
------------------------------------------------------------------------
r5234 | mmacivor | 2009-09-23 11:28:00 -0400 (Wed, 23 Sep 2009)
Changed paths:
   M /branches/1.2/trunk/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/delegates/SDOXMLHelperDelegate.java
------------------------------------------------------------------------
r5230 | yzhao | 2009-09-23 10:56:03 -0400 (Wed, 23 Sep 2009)
Changed paths:
   M /branches/1.2/trunk/jpa/eclipselink.jpa.test/build.xml
   M /branches/1.2/trunk/jpa/eclipselink.jpa.test/test.properties
------------------------------------------------------------------------
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev



Back to the top