Skip to content
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

API markers in builds are flaky #1193

Open
jukzi opened this issue Mar 12, 2024 · 0 comments
Open

API markers in builds are flaky #1193

jukzi opened this issue Mar 12, 2024 · 0 comments
Labels
api-tools bug Something isn't working

Comments

@jukzi
Copy link
Contributor

jukzi commented Mar 12, 2024

Since API warnings in builds are enabled (most) PRs randomly marked as unstable.
While the ECJ markers seem to work fine and stable some API marker are recognized as "new" even though there are very old.

Example jdt.ui:
Both build 44 and 45 show the same marker "ViewerPane illegally extends ViewForm" but 42, 43 did not
image
https://ci.eclipse.org/jdt/job/eclipse.jdt.ui-github/job/master/44/eclipse/source.c6d032a9-4965-47dc-a9b6-cd5907c54ac1/#28
rendering 44 and eclipse-jdt/eclipse.jdt.ui#1074 (based on 42) as unstable
https://ci.eclipse.org/jdt/job/eclipse.jdt.ui-github/job/PR-1074/21/
image

Example platform.ui:
https://ci.eclipse.org/platform/job/eclipse.platform.ui/job/PR-1742/4/ unstable because of "new" but ancient API errors
image
image

@laeubi any idea why?

If we can't fix that i would rather not like to see API errors tight together with the stable ECJ markers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-tools bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant