-
Notifications
You must be signed in to change notification settings - Fork 115
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
Test what causing the test failure #1459
base: master
Are you sure you want to change the base?
Conversation
laeubi
commented
Jun 27, 2023
- add message changes
Test Results106 files ±0 106 suites ±0 10m 23s ⏱️ +15s For more details on these failures, see this check. Results for commit 3de5fcd. ± Comparison against base commit 2adb5ac. ♻️ This comment has been updated with latest results. |
It seems the new dependency causing the test-failure that's really strange... |
@mickaelistria any idea why the test is sensitive to the imports in the manifest? |
It may be some activation ordering or something of that sort. For instance with VM detection in JDT, some tests have started to fail because it induced a change in preference initialization order. |
I can run the project when importing it into a runtime-m2e... it also seem to not test m2e but running a java program directly, so this is mystery.... |
- add message changes
2a37565
to
3de5fcd
Compare
@laeubi is this still relevant? |
Yes this is still relevant unless someone can explain why we get a test failure for a completely unrelated change. Adding |