Add Surefire Provider Classpath to Eclipse test classpath#2116
Add Surefire Provider Classpath to Eclipse test classpath#2116
Conversation
Test Results 330 files ±0 330 suites ±0 1h 22m 19s ⏱️ + 8m 45s For more details on these failures and errors, see this check. Results for commit f3adca8. ± Comparison against base commit 5beb82e. This pull request removes 10 and adds 11 tests. Note that renamed tests count towards both.This pull request removes 5 skipped tests and adds 5 skipped tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
|
Probably needs some cleanup in |
|
@kwin can we have a testcase covering this feature? |
|
Instead of polluting the testing classpath one should probably rather extend |
b6855d9 to
e03d82d
Compare
f9092af to
8bcf724
Compare
| assertFalse(argLine.contains("@{titi.tata}")); // unresolved property is removed | ||
| } | ||
|
|
||
| @Test |
There was a problem hiding this comment.
Move to MavenRuntimeClasspathProviderTest
8bcf724 to
2036684
Compare
Deprecate duplicate constants (defined in org.eclipse.jdt.core.IClasspathAttribute) This closes #2112
67a6764 to
f3adca8
Compare
|
@laeubi I cannot reproduce the test issues locally. Any pointers how I can increase logging during CI build within the Eclipse tests? I want to see the DEBUG logs of category |
|
For me there is never any SLF4J provider bound during test execution, probably related to loading order, as the target platform contains some SLF4J provider (logback) and SpiFly as well. |
You mean in the IDE or when running maven? |
Deprecate duplicate constants (defined in
org.eclipse.jdt.core.IClasspathAttribute)
This closes #2112