-
1. Re: Major regression in EJBSpecUnitTestCase run time
anil.saldhana Dec 7, 2007 2:04 AM (in response to starksm64)With my effort to move the configuration/setup of the security managers out of JaasSecurityManagerService, the security managers created may not be set up with a cachepolicy.
I need to check this. -
2. Re: Major regression in EJBSpecUnitTestCase run time
anil.saldhana Dec 8, 2007 11:58 PM (in response to starksm64)Deployment/Undeployment of the test archive "security-spec.jar" is taking around 20sec.
-
3. Re: Major regression in EJBSpecUnitTestCase run time
anil.saldhana Dec 11, 2007 12:00 AM (in response to starksm64)I profiled JBAS and made some changes to reduce JNDI lookups of the security managers... This probably cut the overall time by some percentage (maybe 40%). I still see that remoting (and Arjuna) taking up cpu cycles during the profile......
Scott, what is the latest execution time for the test case on your box? -
4. Re: Major regression in EJBSpecUnitTestCase run time
starksm64 Dec 11, 2007 12:50 AM (in response to starksm64)This is on a different box.
with the current 2 threads, 10 iterations:
one-test:
[junit] Tests run: 25, Failures: 0, Errors: 4, Time elapsed: 29.894 sec
Using 1 thread, 50 iters as shown in the other run its:
[junit] Tests run: 25, Failures: 0, Errors: 4, Time elapsed: 41.767 sec
which I would guess would be around 25s on the server box I showed earlier.
I won't be able to check that until Thu as I'm traveling. -
5. Re: Major regression in EJBSpecUnitTestCase run time
starksm64 Dec 14, 2007 1:05 AM (in response to starksm64)The current server box time is down to 31 secs.
one-test:
[junit] Running org.jboss.test.security.test.EJBSpecUnitTestCase
[junit] Tests run: 25, Failures: 0, Errors: 4, Time elapsed: 31.608 sec