-
Notifications
You must be signed in to change notification settings - Fork 227
Migrate org.eclipse.ui.monitoring.tests from JUnit 4 to JUnit 5 #3448
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
Migrate org.eclipse.ui.monitoring.tests from JUnit 4 to JUnit 5 #3448
Conversation
|
This one fails locally with the following stack trace: No idea what this is, pushing it to the server to see if the issue is only a local one. |
|
Please see it would really be great when pushing such "innocent" changes to watch the results closely and just debug it locally it has already cost me half the day to fix up those things :-\ |
As you see from the description in the PR this is a change where I'm aware that there is an issue so it is not "innnovent". I also do not see the relationship to the PDE failure with this change. The description in eclipse-pde/eclipse.pde#2054 is not clear to me, it sounds like you have to apply a workaround but I do not see in the commit message or PR description why this workaround is necessary, so it is hard for me to consider this issue in the future. |
|
Feel free to find out yourself and write a holy great user documentation. Beside from that I assume people can read the diff and draw a conclusion. The issue itself at PDE was also triggered by a JUnit 5 conversion so maybe you can see a correlation here. |
I have seen a lot of work in the last week due to the introduction of JUnit6, so I assume this issue is related. From the diff it looks to me that using plug-in dependencies it currently the preferred workaround if tests are failing to execute. |
|
The test failure seems to be reported in #1737 as flacky. Please do not merge this, until I could see if that test can be improved to be stable. The flacky tests are super annoying (for me) and as we have now better tools at our hands, maybe we can stabilize these. |
|
Also flacky but not happening here: #2189 |
|
#1737 should be fixed, so that try to build again. |
c5b7c43 to
d224a9a
Compare
|
Nice, another know flacky test issue this time from 2023 #868 I have a look |
d224a9a to
5790eeb
Compare
5790eeb to
7896ddc
Compare
|
All encountered flacky tests should be fixed, lets try again. |
779956e to
8029a13
Compare
|
Next try, Decorator test should be stabilized |
8029a13 to
ba17bd9
Compare
|
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution verify of goal org.eclipse.tycho:tycho-apitools-plugin:5.0.1-SNAPSHOT:verify failed: Could not mirror artifact osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352 into the local Maven repository.See log output for details. |
ba17bd9 to
47b9d50
Compare
|
A long and flacky test road... |
No description provided.