Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WELD-689 - Add Performance category #17

Closed
wants to merge 4 commits into from

Conversation

aslakknutsen
Copy link
Member

See full commit messages for details.

Work based on WELD-685

Added two new profiles glassfish-embedded and glassfish-remote

mvn test -P glassfish-embedded -Dglassfish.version=xxx
mvn test -P glassfish-remote -Dglassfish.version=xxx

Default both profiles execute the whole IntegrationSuite but -Dtest=some.class can be given as argument to limit the scope.
Change contain
new category: Performance
new Suites:   NormalPerformanceSuite and IntegrationPerformanceSuite

Change Categories runner to support multiple Include/Exclude Categories pr Suite. Needed to support e.
@IncludeCategory({Integration.class, Performance.class})
@ExcludeCategory(Broken.class)
public class IntegrationPerformanceSuite

Contain locally changed/patched JUnit Categories runner.
Pushed upstream, see http://github.com/KentBeck/junit/issuesearch?state=open&q=category#issue/142
standalone-perf
Running Weld EE Embedded container and the NormalPerformanceSuite

incontainer-perf
Running JBoss AS Managed container and the IntegrationPerformanceSuite
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant