So I've got these two Jenkins build servers, and since I was using Guice 3.1.0-SNAPSHOT for a long time, both of them build Guice using Maven. One is the build server I've been using for a while, and the other is the server I'm going to switch to, on a box I own. Jenkins is configured identically on both - the configuration was copied from one to the other. Both are running on Oracle's JDK 1.7 build 25, with Maven 3.0.5.
Tests pass on one, and fail on the other. The only difference between the two is the OS - the builds pass on Linux, but fail on SmartOS (OpenSolaris variant from Joyent). Is there a known problem with com.google.inject.assistedinject.ExtensionSpiTest.testSpiOnElement or com.google.inject.assistedinject.ExtensionSpiTest.testSpiOnVisitor? Here is the build passing on Linux: http://timboudreau.com/builds/job/Guice%203/ and identically configured but failing on SmartOS: http://builds.fcat.dyndns.org/builds/job/Guice%203/ http://builds.fcat.dyndns.org/builds/job/Guice%203/com.google.inject.extensions$guice-assistedinject/27/testReport/junit/com.google.inject.assistedinject/ExtensionSpiTest/testSpiOnElements_on_instance_testSpiOnElements/ http://builds.fcat.dyndns.org/builds/job/Guice%203/com.google.inject.extensions$guice-assistedinject/27/testReport/junit/com.google.inject.assistedinject/ExtensionSpiTest/testSpiOnVisitor_on_instance_testSpiOnVisitor/ Known problem? Any ideas? -Tim -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. For more options, visit https://groups.google.com/groups/opt_out.
