Thanks Michael, Was it a requirement of the TCK to start a seperate VM for each test ? The reason why i ask this is because it takes more time to create a connection pool , and with 396 tests this also contributes to the time the tests take to execute.
On 9/8/05, Michael Watzek <[EMAIL PROTECTED]> wrote: > > Hi Karan, > > > It seems like the tests are trying to create a connection pool with each > > test. Is there any reason we are not getting the pool just once at the > > start of the test and then reusing connections from that pool? > > > Each TCK test class is executed using a separate VM. Some test classes > implement more than a single test cases. All test cases implemented by > the same test class share the same pmf instance. These test cases > benefit from connection pooling since the pool is attached to the pmf > instance. > > However, most of the test classes implement only one test case. These > test cases can not benefit from connection pooling. > > Regards, > Michael > -- > ------------------------------------------------------------------- > Michael Watzek [EMAIL PROTECTED] Engineering GmbH > mailto:[EMAIL PROTECTED] Buelowstr. 66 > Tel.: ++49/30/235 520 36 10783 Berlin - Germany > Fax.: ++49/30/217 520 12 http://www.spree.de/ > ------------------------------------------------------------------- > -- Karan Malhi
