dev@glassfish.java.net

Re: about appserv-tests

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Tue, 28 Aug 2012 09:25:15 -0500

On 8/27/2012 10:18 PM, leisore wrote:
> Hi
> I just compiled glassfish3.1.2 from source.
> But about appserv-tests, i don't understand on a few points:
>
> 1. appserv-tests under trunk/v2/ directory, then where is v3
> corresponding appserv-tests?
> I did not find any informations in the svn branches and tags.
Despite the name, the trunk/v2/appserv-tests directory contains the
latest devtests for the trunk/main code.
Periodically, when we branch the trunk, then a corresponding branch is
created for the devtests, thus, there is
branches/v2_3.1.1/appserv-tests. However, again, despite the name, these
are the devtests for the latest 3.1.x code, not just for 3.1.1. Since
there should be compatibility between various 3.1.x releases, the same
devtests are used for all 3.1 releases.

>
> 2. trunk/README.txt says:
> ========================================================
> -v2
> The older GlassFish v2 source code.
> Also contains the current devtests for GlassFish.
> ========================================================
> which means v2, v3 and future v4 share appserv-tests?
The trunk/v2/appserv-tests directory is really only for the trunk/main
code. Over time, I hope that devtests can be migrated to the trunk/main
directory rather than having the separate area. For example, under
trunk/main/nucleus/tests/admin I've started to migrate a few of the
tests from v2/appserv-tests/admin/cli.

Tom

>
> Regards ,
> Leisore