[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: JBMICROCONT-243 - parsing and managed objects
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Nov 4 23:44:19 EST 2008
Looking at the results more closely, it just looks like the tests are running much slower. In the workspace without the deployers/managed changes. the current trunk seam test times are much slower:
| [junit] Running org.jboss.test.deployers.seam.test.SeamBookingExampleUnitTestCase
| [junit] Running org.jboss.test.deployers.seam.test.SeamBookingExampleUnitTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 156.178 sec
| [junit] Running org.jboss.test.deployers.seam.test.SeamDvdExampleUnitTestCase
| [junit] Running org.jboss.test.deployers.seam.test.SeamDvdExampleUnitTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 136.713 sec
| [junit] Test org.jboss.test.deployers.seam.test.SeamDvdExampleUnitTestCase FAILED
| [junit] Running org.jboss.test.deployers.seam.test.SeamJpaExampleUnitTestCase
| [junit] Running org.jboss.test.deployers.seam.test.SeamJpaExampleUnitTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 183.403 sec
| [junit] Running org.jboss.test.deployers.seam.test.SeamNumberguessExampleUnitTestCase
| [junit] Running org.jboss.test.deployers.seam.test.SeamNumberguessExampleUnitTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 79.059 sec
| [junit] Running org.jboss.test.deployers.seam.test.SeamVFSClassloadingUnitTestCase
| [junit] Running org.jboss.test.deployers.seam.test.SeamVFSClassloadingUnitTestCase
| [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 25.384 sec
| ...
| Total time: 14 minutes 12 seconds
|
Than the r80362 AS trunk with jboss-vfs 2.0.0.CR1
| [junit] Running org.jboss.test.deployers.seam.test.SeamBookingExampleUnitTestCase
| [junit] Running org.jboss.test.deployers.seam.test.SeamBookingExampleUnitTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 16.669 sec
| [junit] Running org.jboss.test.deployers.seam.test.SeamDvdExampleUnitTestCase
| [junit] Running org.jboss.test.deployers.seam.test.SeamDvdExampleUnitTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 20.967 sec
| [junit] Running org.jboss.test.deployers.seam.test.SeamJpaExampleUnitTestCase
| [junit] Running org.jboss.test.deployers.seam.test.SeamJpaExampleUnitTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.774 sec
| [junit] Running org.jboss.test.deployers.seam.test.SeamNumberguessExampleUnitTestCase
| [junit] Running org.jboss.test.deployers.seam.test.SeamNumberguessExampleUnitTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.229 sec
| [junit] Running org.jboss.test.deployers.seam.test.SeamVFSClassloadingUnitTestCase
| [junit] Running org.jboss.test.deployers.seam.test.SeamVFSClassloadingUnitTestCase
| [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 7.133 sec
| ...
| Total time: 5 minutes 28 seconds
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186879#4186879
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186879
More information about the jboss-dev-forums
mailing list