Run addons SWT tests via the AllTests suite in the Tycho build#4106
Open
vogella wants to merge 1 commit into
Open
Run addons SWT tests via the AllTests suite in the Tycho build#4106vogella wants to merge 1 commit into
vogella wants to merge 1 commit into
Conversation
8a8ec3a to
a8111b0
Compare
Instead of relying on Tycho's class-name autodiscovery, use the standard Tycho approach via build.properties. Reintroduce the AllTests @suite and point Tycho at it through the pom.model.property.testClass build property. This disables the additional name-based scan, so each test class is executed exactly once via the suite. The restored suite also includes StackDropAgentTest, which the previous AllTests suite had omitted, so every test class in the bundle is now part of the suite.
a8111b0 to
8996457
Compare
Contributor
Author
|
@HeikoKlare from Git history it looks like you created the suite in 79baeed (without licence header), so I attributed it to you. If that is wrong or should be changed, please let me know. |
Contributor
Contributor
Author
|
So want should I put into the copyright header? |
Contributor
Test Results 852 files - 12 852 suites - 12 54m 31s ⏱️ + 10m 2s For more details on these failures, see this check. Results for commit 8996457. ± Comparison against base commit b268df2. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Instead of relying on
Tycho's class-name autodiscovery, use the standard Tycho approach via
build.properties.
Reintroduce the AllTests @suite and point Tycho at it through the
pom.model.property.testClass build property. This disables the
additional
name-based scan, so each test class is executed exactly once via the
suite.
The restored suite also includes StackDropAgentTest, which the previous
AllTests suite had omitted, so every test class in the bundle is now
part
of the suite.