[cle-release-team] Release b03 binaries soon available - one test issue

Matthew Jones matthew at longsight.com
Tue Mar 20 16:04:45 PDT 2012


So I'm trying to get this release out, and figured it might be there, but
I'm getting a test failure on gradebook (on the standalone-app)
https://source.sakaiproject.org/svn/sakai/tags/sakai-2.9.0-b03/
-------------------------------------------------------------------------------
Test set: org.sakaiproject.tool.gradebook.test.GradebookTestSuite
-------------------------------------------------------------------------------
Tests run: 116, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 11.987
sec <<< FAILURE!
testSetGradeMappings(org.sakaiproject.tool.gradebook.test.GradeMappingTest)
 Time elapsed: 0.01 sec  <<< FAILURE!
junit.framework.AssertionFailedError
  at junit.framework.Assert.fail(Assert.java:47)
  at junit.framework.Assert.assertTrue(Assert.java:20)
  at junit.framework.Assert.assertTrue(Assert.java:27)
  at
org.sakaiproject.tool.gradebook.test.GradeMappingTest.testSetGradeMappings(GradeMappingTest.java:68)

I added this to the local pom.xml of gradebook just so it would just skip
the gradebook tests since it looked to be a problem in the past and it
worked.
https://jira.sakaiproject.org/browse/SAK-14524

  <build>

    <plugins>

      <plugin>

        <groupId>org.apache.maven.plugins</groupId>

        <artifactId>maven-surefire-plugin</artifactId>

        <version>2.4.2</version>

        <configuration>

          <skipTests>true</skipTests>

        </configuration>

      </plugin>

    </plugins>

  </build>


The thing is, it wasn't always this failure, it usually was, sometimes it
was other failures, sometimes (like 1/10 times) there were no failures.
Maybe it's something about OpenJDK 7 similar to what Earle was seeing.
http://collab.sakaiproject.org/pipermail/cle-release-team/2012-February/000313.html

Anyway, all of the indies on this tag are out, all of this tag's core
projects are tagged and the versions updated with the binary build. I'll
put it up on the server either later tonight or early tomorrow if I get
internet back.

Next process will be a lot faster. Once I actually got the scripts written
and the release process figured out and small bugs fixed (wrong versions
etc), it only took maybe 4 hours, a lot of it just double checking and
waiting. That seems like it can even be further reduced.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/cle-release-team/attachments/20120320/45f890f1/attachment-0006.html 


More information about the cle-release-team mailing list