Replies: 2 comments 1 reply
-
|
Copilot thinks it is a bug if you can confirm I can open a pullrequest, for this fetch the PR, build the jar locally and replace it in your installation (make sure to use a different version for the bundle and add a printout to see it is effective). |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'm going to add test matrix to RCPTT to ensure that latest platform gets coverage from RCPTT's tests. Then if the failure happens again, at least the results would not be obsolete. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
RCPTT test creating and deleting an
IFilein one thread and reading it concurrently in another has failed once in x86_64 Linux CI targeting Eclipse Platform 2021-12 (it completed about 30 times fine before and I can't reproduce it since). There are many problems with the code under test, but the stack trace of this particular failure has surprised me:The error seems to be purely internal to the Resources framework. What could my code possibly do to achieve this? The whole product does not call
IJobManager.endRule()explicitly anywhere.The test in question is:
Which translates to Jobs and Resources as:
There are resource listeners doing some resources reading too (without
endRule()).Beta Was this translation helpful? Give feedback.
All reactions