You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test tests/integration/mp-graphql fails when built with JDK 17.
Steps to reproduce
Set JAVA_HOME to JDK 11 and do priming build of helidon repo: mvn clean install -DskipTests
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)
The text was updated successfully, but these errors were encountered:
Environment Details
Problem Description
The test
tests/integration/mp-graphql
fails when built with JDK 17.Steps to reproduce
mvn clean install -DskipTests
Fails with:
The text was updated successfully, but these errors were encountered: