You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Emmanuel Lecharny <el...@gmail.com> on 2007/10/08 19:15:42 UTC

Speeding tests

Hi guys,

just to inform you that I pursued Stefan's effort with tests, and
migrated FastXXX tests to their normal names (FastSearchTest has been
renamed SearchTest, replacing the previous one).

I'm now running integ tests from 16'4" to 14'54'' on my laptop, a 8%
gain. Here are the results I got :
...
[INFO] ApacheDS Core Unit .................................... SUCCESS
[8:24.494s]
...
[INFO] ApacheDS Server Unit .................................. SUCCESS
[4:43.506s]
[INFO] ApacheDS replication .................................. SUCCESS
[1:09.630s]
...
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 minutes 54 seconds
...

As we can see, the CoreUnit subproject should be the first one to target.

More to come...

-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Re: Speeding tests

Posted by Alex Karasulu <ak...@apache.org>.
Thanks Emmanuel!

Also if possible we should use SearchITest with the extra capital 'i' before
Test as
the target names.  I saw SearchTest in the big bang and renamed it to use
the ITest
suffix.

Thanks,
Alex

On 10/8/07, Emmanuel Lecharny <el...@gmail.com> wrote:
>
> Hi guys,
>
> just to inform you that I pursued Stefan's effort with tests, and
> migrated FastXXX tests to their normal names (FastSearchTest has been
> renamed SearchTest, replacing the previous one).
>
> I'm now running integ tests from 16'4" to 14'54'' on my laptop, a 8%
> gain. Here are the results I got :
> ...
> [INFO] ApacheDS Core Unit .................................... SUCCESS
> [8:24.494s]
> ...
> [INFO] ApacheDS Server Unit .................................. SUCCESS
> [4:43.506s]
> [INFO] ApacheDS replication .................................. SUCCESS
> [1:09.630s]
> ...
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 14 minutes 54 seconds
> ...
>
> As we can see, the CoreUnit subproject should be the first one to target.
>
> More to come...
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>