Yeah, we can potentially define one more abstract base test cases that are
responsible to set up the node.
The junit site has a link for a similar technique:
http://www.junit.org/node/583
Thanks,
Raymond
--------------------------------------------------
From: "Simon Laws" <[email protected]>
Sent: Tuesday, January 19, 2010 9:44 AM
To: <[email protected]>
Subject: Re: Running tests in parallel in the build (was:Re: [DISCUSS] 2.x
build structure
One thing we could look at is using a more framework based approach to
running test contributions, as per otest. We can then think about how
we can use the node configuration to control default port allocations
on a test by test basis. Still leaves the ones where a URL is
hardcoded or where a tests starts a piece of infrastructure which is
itself defaulting to some static port number.
Simon