Re: Is tests.jvms calculated by junit, ant, or the ant config?

"David Saff [email protected] [junit]" <[email protected]> Wed, 11 Feb 2015 15:18:39 -0500
Newsgroups gmane.comp.java.junit.user
Message-ID <CALrw-Pz8YRRhjvAW56+zUgRPpthnrV7pjW_wN9vQVGW=vxYR3Q@mail.gmail.com>
I'm afraid that tests.jvms doesn't refer to something that JUnit handles.
You might want to go up to Lucene, and see if they can send you in the
right direction.  Good luck!

   David Saff

On Wed, Feb 11, 2015 at 3:01 PM, [email protected] [junit] <
[email protected]> wrote:

>
>
> This question is specifically in the context of the build/test system for
> Lucene/Solr.
>
> I can't find anything in the build.xml or any included configs that
> calculates tests.jvms when it is set to auto, so I must conclude that it is
> calculated either by junit or ant.  The former seems more likely, so here I
> am.
>
>
> When the number of CPU cores in the system is 4, tests.jvms is set to 3.
> This seems like a reasonable choice to me, so no complaints there.  What
> I'd like to change is what happens when there are three CPU cores in the
> system -- an AMD X3 cpu.  I think tests.jvms should be set to 2 in that
> instance, but the automatic calculation sets it to 1.
>
>
> Which project gets the bug/wish issue - Lucene, Ant, or Junit?  Is my idea
> reasonable?
>
>
> Thanks,
>
> Shawn
>
>
>  
>