Skip to content

Conversation

@jmnarloch
Copy link
Member

I tried to experiment with improving the test execution time. Basicly my idea here was to share the resolved libraries with all deployments. This give my a bit of improvment, but we will probably can see on the build server if that really works.

BTW. if you analyze the execution of the modules you could see partial execution times looking similar to the fallowing (this one is took from spring-hibernate):

21:14:28,256 INFO [org.jboss.as](Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 5768ms - Started 133 of 208 services (74 services are passive or on-demand)

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.822 sec

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.447 sec

Total time: 51.415s

When to sum it up the test execution together with jboss start takes something around 32,058 s. I guess that the remaining time is realated to jboss unpacking in the target directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant