-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix unit test JRE crash #38
Comments
Here are my thoughts on each bullet pointed idea above. Upgrading JDKUpgrading to JDK 13 seemed to fixed the issue. I don't really want to upgrade the JDK if possible, but don't think I have any good reason not to. It seems like it would be a good idea to keep up with the latest version if possible just like any other dependency? Reporting issue to
|
Code in
The test for the particular bit of code causing the problem is still reproducing it. For now I am going to just comment out this code. We'll lack unit test coverage there, but we should be able to get it covered with integration tests, and it's already covered with acceptance tests. As discussed in the previous comment above, it seems that the solution here may come when we upgrade Java versions. Next steps
|
Now that the failure has been isolated, the issue is still occurring. This unit test will be commented out until the issue is resolved. See this GitHub issue for more details: #38
The failure seems to consistently fail at the same point.
Unfortunately it's only reproducible on the build server, which is bad because the whole point is to have parity. In any case, a few ideas to fix this:
The text was updated successfully, but these errors were encountered: