-
Notifications
You must be signed in to change notification settings - Fork 35
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
NoClassDefFoundError when test produces no error #98
Comments
Form my investigation it seems that even just rerunning the same code on Travis doesn't cause the failure anymore. It's not only that I can't reproduce it on my local machine, but even on Travis if I try the same build it doesn't fail anymore, right? Basically, rerunning NonDex will not fail anymore. Is that correct? |
I ran the same code on Travis, and it seems it doesn't fail. It's very weird as I cannot reproduce it: https://travis-ci.org/alexgyori/checkstyle/jobs/173704238#L4989 |
That is true so far. We haven't seen the issue again. When it did happen, re-running the job did produce the same result, so it might be something related to its specific build.
|
We are having the same issue again in another PR. PR: checkstyle/checkstyle#3756 Same class that is failing to instantiate, |
We got the issue again. PR: checkstyle/checkstyle#4060 Is there any word on finding what is causing this? |
This is the issue specified in #97
When trying to work on the following PR: checkstyle/checkstyle#3517
Nondex failed in our CI with a weird error: https://travis-ci.org/checkstyle/checkstyle/jobs/173511656#L2063-L2066
The error is weird, because we have another CI that just runs the tests by themselves and they pass fine and the class in question was not modified in the PR. We can not reproduce the error locally or on some new CI runs.
We have been using nondex for a while and our master branch is passing.
The text was updated successfully, but these errors were encountered: