Github user neykov commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/423#discussion_r88216504
--- Diff: parent/pom.xml ---
@@ -1395,42 +1395,32 @@
</build>
</profile>
<profile>
+ <id>Performance</id>
+ <properties>
+ <includedTestGroups>Performance</includedTestGroups>
+ <excludedTestGroups>Live,WIP,Broken</excludedTestGroups>
+ </properties>
+ </profile>
+ <profile>
<id>Acceptance</id>
<properties>
<includedTestGroups>Acceptance</includedTestGroups>
<excludedTestGroups>Integration,Live,WIP,Broken</excludedTestGroups>
--- End diff --
Why exclude `Performance` in the other groups but not here?
To have the tests which are annotated with two groups to run the of of the
groups should not be excluded from the profile of the other one. But then why
make `Performance` special?
I think we should just exclude `Broken` and let mixed tests execute in
either of the groups.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---