-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Initial migration of SystemPropertyExtension #5184
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
Conversation
|
How can I get gradle to give me infos about the actual error? The stacktrace does not help :( |
62de279 to
e31bafe
Compare
e31bafe to
db5bd86
Compare
🚨 TestLens detected 1 failed tests 🚨Here is what you can do:
Test Summary
🏷️ Commit: 516ee2e Test FailuresModularUserGuideTests > runTestsFromUserGuideWithinModularBoundaries(Path, OutputFiles) (:platform-tooling-support-tests:test in macOS)ModularUserGuideTests > runTestsFromUserGuideWithinModularBoundaries(Path, OutputFiles) (:platform-tooling-support-tests:test in macOS)ModularUserGuideTests > runTestsFromUserGuideWithinModularBoundaries(Path, OutputFiles) (:platform-tooling-support-tests:test in macOS)Muted TestsSelect tests to mute: 🔲 ModularUserGuideTests > runTestsFromUserGuideWithinModularBoundaries(Path, OutputFiles) Reuse successful test results 🔲 ♻️ Only rerun the tests that failed or were muted before Click the checkbox to trigger a rerun: 🔲 Rerun jobs Learn more about TestLens at testlens.app. |
|
Ah. Can you make due with (a combination of) these? |
A Build Scan would be helpful. I've sent you an email. |
@Bukama Could you please run these commands locally and check which of them is problematic? I suspect it's the |
Yeah that fails, I only had Will work on the PR tonight/at the weekend. |
|
I give up, I'm too stupid to make the Junit annotation find the properties and even when I apply the module patching setting from Pioneer to Junit to open java.util and java.base it does not open it. To be honest I'm too frustated to spent (the last 10 hours feel more like waste) more time. will ask another Pioneer developer to give it a try. |
|
@Bukama I had a look at the tests, is the use of After fixing that the remaining failures appear to be functional. Are those things you can address? |
|
Superceded by #5258 |
I don't know or remember. It was (latest) introduced / modified in a PR from 2023 where a proper way to restore sys prop was introduced. So I tried to contribute the extension exactly the way it is as this is a way we know it works. But I'm too bad to get this done. So, as written, feel free to take over. @marcphilipp also wrote me an e-mail yesterday if he should take over. |
|
Thanks for clarifying. And no worries! I'll pick this up from here for now. |

Needs rebase after merge of LocaleExtension
I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
@APIannotations