A lot of the dependency resolution tests have requireOwnUserHomeDir in order to avoid having the cache interfere with dependency resolution. Using a single daemon for these tests makes sense to me.
Daz On 23 November 2011 15:12, Luke Daley <[email protected]> wrote: > Now that we have the capability of using a different directory for the > daemon registry dir than the user home dir, should we force the use of a > single registry when the test specifies that it requires its own user home > dir? > > I estimate there are about 50 integration tests that use > requireOwnUserHomeDir. This means as many extra daemon processes for > daemonIntegTest. > > A quick look at the tests doing this reveals that they all (except > DaemonLifecycleSpec which doesn't run in daemonIntegTest) don't do it for > the reason of isolating daemons. So, it should be safe to share daemons > across these tests. > > Opinions? > > -- > Luke Daley > Principal Engineer, Gradleware > http://gradleware.com > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Darrell (Daz) DeBoer Principal Engineer, Gradleware http://www.gradleware.com
