Looks like an instance of ClassLoaderHell (or maybe JavaSecurityHell) :), one of the main reasons why I started looking into alternatives to java. But I'm no Hudson expert.
On Tue, Dec 21, 2010 at 7:41 AM, Alex North <[email protected]> wrote: > The hudson small tests are failing, but we don't understand why. > > Error Message > > ProtocolSignedDelta cannot be returned by getLocalDomains() > getLocalDomains() should return Set > > Stacktrace > > org.mockito.exceptions.misusing.WrongTypeOfReturnValue: > ProtocolSignedDelta cannot be returned by getLocalDomains() > getLocalDomains() should return Set > at > org.waveprotocol.box.server.waveserver.WaveServerTest.submitDeltaToNewWavelet(WaveServerTest.java:191) > at > org.waveprotocol.box.server.waveserver.WaveServerTest.testSearchLimitEnforced(WaveServerTest.java:137) > > > If this makes sense to anyone, help would be appreciated. Meanwhile, don't > let the red build hold you back from pushing, but be very careful to run > tests before you do. > > A >
