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

CI Failure with JDK 15 #32

Closed
ArquintL opened this issue Mar 24, 2021 · 2 comments
Closed

CI Failure with JDK 15 #32

ArquintL opened this issue Mar 24, 2021 · 2 comments

Comments

@ArquintL
Copy link
Member

Using the following JDK in a GitHub action results in non-deterministic failures of AsyncCoreServerSpec test cases. They seem to be caused by Silicon being interrupted and cannot be reproduced locally.

The following step is used to install the mentioned JDK version:

- name: Set up JDK 15
  uses: actions/setup-java@v1
  with:
    java-version: '15.0.1'
    architecture: x64
@ArquintL
Copy link
Member Author

CI has changed a lot since creating this issue. In particular, Java 11 (LTS) is now used

@aterga
Copy link
Member

aterga commented Jul 15, 2021

@ArquintL Is there an easy to explain reason why we don't support Java 15? Because that's the version of Java I'm using locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants