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

helidon-tests-integration-mp-graphql fails with JDK 17 #3100

Closed
barchetta opened this issue Jun 9, 2021 · 2 comments
Closed

helidon-tests-integration-mp-graphql fails with JDK 17 #3100

barchetta opened this issue Jun 9, 2021 · 2 comments
Assignees
Projects

Comments

@barchetta
Copy link
Member

Environment Details

  • Helidon Version: 2.3.1-SNAPSHOT
  • MP
  • JDK version: java 17-ea 2021-09-14 LTS
  • OS: Oracle Linux Server release 7.7

Problem Description

The test tests/integration/mp-graphql fails when built with JDK 17.

Steps to reproduce

  1. Set JAVA_HOME to JDK 11 and do priming build of helidon repo: mvn clean install -DskipTests
  2. Set JAVA_HOME to JDK 17 and build test:
cd tests/integration/mp-graphql
mvn clean install

Fails with:

[ERROR] io.helidon.microprofile.graphql.server.DateTimeIT.testDatesAndMutations  Time elapsed: 0.055 s  <<< FAILURE!
java.lang.AssertionError:

Expected: is "17 Feb. 1968"
     but: was "17 Feb 1968"
	at io.helidon.microprofile.graphql.server.DateTimeIT.testDatesAndMutations(DateTimeIT.java:253)
@barchetta barchetta added this to Needs triage in Backlog via automation Jun 9, 2021
@m0mus m0mus moved this from Needs triage to Normal priority in Backlog Jun 10, 2021
@tmiddlet2666 tmiddlet2666 self-assigned this Jul 6, 2021
@tmiddlet2666
Copy link
Collaborator

This started failing with JDK13.

@tmiddlet2666
Copy link
Collaborator

tmiddlet2666 commented Jul 6, 2021

Looks like this - https://bugs.openjdk.java.net/browse/JDK-8208487 which was "fixed" in 13.
I will remove the en-AU local tests as they are unpredictable.

Backlog automation moved this from Normal priority to Closed Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Backlog
  
Closed
Development

No branches or pull requests

3 participants