Any idea if this broke recently? Andreas
On Fri, Apr 10, 2009 at 20:13, Glen Daniels <g...@thoughtcraft.com> wrote: > Hi folks: > > Am getting 11 failures on the clustering tests when building on minotaur... > > $ mvn --version > Maven version: 2.0.10 > Java version: 1.5.0 > OS name: "freebsd" version: "7.1-stable" arch: "amd64" Family: "unix" > > The failures look like this: > > testSetPropertyInConfigurationContext(org.apache.axis2.clustering.ContextReplic\ > ationTest) Time elapsed: 5.333 sec <<< FAILURE! > junit.framework.ComparisonFailure: null expected:<configCtxVal1> but > was:<null> > at junit.framework.Assert.assertEquals(Assert.java:81) > at junit.framework.Assert.assertEquals(Assert.java:87) > at > org.apache.axis2.clustering.ContextReplicationTest.testSetPropertyIn\ > ConfigurationContext(ContextReplicationTest.java:276) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl\ > .java:39) > > ...lots of things being null when they shouldn't. > > The build works fine on Windows, and this is hopefully reproducible by anyone > on minotaur. > > Clues? I need to go out for a while but will dig in further later this aft. > > Thanks, > --Glen >