-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Run JUnit tests in all modules that received a JUnit 5 dependency #7939
Conversation
@aaime - I fixed most errors. However, there are a few remaining. I looked, and wasn't able to fix them. Someone with a little more wicket knowledge than me should be able to fix them.
|
Now down to MapPreviewPageTest and GeoServerAboutPageTest. GeoServerAboutPageTest works fine in the IDE, and also from maven when run alone ( For the other failure I have no hyphotesis. |
…eraction in GeoServerAboutPageTest)
Fixed those two tests as well, and corrected formatting. Let's see if there is anything else left. |
Plenty more tests failed due to the 'modal' path in dialogs. Fixed those. There is at least one web-wps test failing that I could not quickly figure out. |
Yep, failure in web-wps is the one last standing. |
Yay, all green! In it goes. |
All the modules that received a junit-jupiter dependency during the Wicket 9 upgrade are not running their tests anymore:
This draft PR tries to fix it, but it also shows many test failures that were not caught during the Wicket 9 upgrade (list collected running the build with -fn so that all modules are built despite test failures)
Checklist
main
branch (backports managed later; ignore for branch specific issues).For core and extension modules:
[GEOS-XYZWV] Title of the Jira ticket
.