Search the web
Sign In
New User? Sign Up
junit · JUnit, the Java unit testing framework written by Kent Beck and Erich Gamma.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
FYI - random (JVM-related?) test error   Message List  
Reply | Forward Message #21116 of 22044 |
Re: [junit] FYI - random (JVM-related?) test error

I'd be suspicious of Maven first. It would be interesting to

System.out.println(junit.runner.Version.id());

David

On Mon, Nov 17, 2008 at 2:37 PM, James Abley <james.abley@...> wrote:
>
>
> Hi David,
>
> Maybe. This was in Continuum using a Maven2 build, so there shouldn't be any
> bad jar resolution going on. But then it becomes a case of where is the bug
> more likely to be? JVM, Maven or Continuum? I would certainly be more
> likely to think one of the latter items, except the versions are
> standardised across our engineering team. Only the JVM differs.
>
> Cheers,
>
> James
>
> On 17 Nov 2008, 7:24 PM, "David Saff" <david@...> wrote:
>
> James,
>
> If I had to guess, there was a mismatch in JUnit versions. If an
> older JUnit was before a newer JUnit on the classpath, then this could
> happen: BlockJUnit4ClassRunner has only been defined since 4.5, but
> queries on other class names would have found the earlier versions.
> Thanks,
>
> David Saff
>
> On Mon, Nov 10, 2008 at 10:00 AM, James Abley <james.abley@...> wrote:
>> Hi all, > > Our con...
>
>
> [Non-text portions of this message have been removed]
>
>



Tue Nov 18, 2008 6:31 pm

dsaff
Offline Offline
Send Email Send Email

Forward
Message #21116 of 22044 |
Expand Messages Author Sort by Date

Hi all, Our continuous integration environment picked up a strange thing which I'm sharing in case anyone else has similar cause to scratch their head. ... ...
James Abley
taboozizi
Offline Send Email
Nov 10, 2008
3:00 pm

James, If I had to guess, there was a mismatch in JUnit versions. If an older JUnit was before a newer JUnit on the classpath, then this could happen:...
David Saff
dsaff
Offline Send Email
Nov 17, 2008
7:21 pm

Hi David, Maybe. This was in Continuum using a Maven2 build, so there shouldn't be any bad jar resolution going on. But then it becomes a case of where is the...
James Abley
taboozizi
Offline Send Email
Nov 17, 2008
7:37 pm

I'd be suspicious of Maven first. It would be interesting to System.out.println(junit.runner.Version.id()); David...
David Saff
dsaff
Offline Send Email
Nov 18, 2008
6:31 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help