-
Notifications
You must be signed in to change notification settings - Fork 15
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
Occurence of java.lang.RuntimeException: java.nio.file.NoSuchFileException: CoveredTestResultPerTest.dat
#121
Comments
Hi @DehengYang , Would you be able to run it again with the following options: |
Sure, here is the full log I have obtained: Thank you! |
Hi @DehengYang , From my understanding, the issue is due to classpaths. More specifically, there are probably two or more versions of In your log:
This is weird because, in theory, the I'm not being able to further debug it because I'm not being able to reproduce the project in question. I receive the following error:
I cannot find any information on their repo. Before asking them, do you know how to overcome this? Their snapshot repo does not seem to have it (https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/mybatis/) |
Cool. Thank you for your kind help. Sorry for my late reply due to some other interruptions.
I also encountered such error. Since the snapshot is no longer available at the online repository, we have to first clone the parent of mybatis project: Then, I edited the
After that, the Thank you again for your help. Please kindly advise. |
Hitting the same problem on Nopol CI job on Jenkins: https://ci.inria.fr/sos/job/nopol/1465/console Note that the CI job on Github Actions works. Nothing in the log, so flacoco or test-runner completely silence the underlying error. |
Trying with |
This gives
This is a RAM memory problem. Indeed, the CI nodes have a little 2GB RAM. |
Action: asked to increase the RAM of the CI nodes. In flacoco, we should add a precheck on the amount of available RAM and early stop with a clear message if this is too low. WDYT @andre15silva? |
Hi @monperrus
I don't think that's a good idea:
I agree, however, that we need to make it more explicit when RAM related issues occur. I'll take this two actions:
|
that's a great plan, let's do that.
|
I have encountered a new exception as follows when I use flacoco to localize an NPE bug in mybatis/mybatis-3@5a26fd1:
My script is:
It would be sincerely appreciated if any advice could be given. Thank you!
The text was updated successfully, but these errors were encountered: