[
https://issues.apache.org/jira/browse/CALCITE-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411959#comment-16411959
]
Julian Hyde commented on CALCITE-2063:
--------------------------------------
I saw your related https://github.com/apache/calcite/pull/649, adding JDK 10 to
travis. There are 3 failures:
# PigRelBuilderStyleTest is simply flaky (especially flaky on CI servers, maybe
because of fewer available cores)
# missing git command
# different message on IBM JDK
Can you fix #3? For #1 and #2, how about adding {{ENABLE_FLAKY}} in
{{CalciteAssert}}, similar to {{ENABLE_SLOW}}, disable those tests with
{{assumeTrue}}, and we can run with {{-Dcalcite.test.flaky}} only in
interactive environments (e.g. the manual test before a release)?
> Add JDK 10 to CI
> ----------------
>
> Key: CALCITE-2063
> URL: https://issues.apache.org/jira/browse/CALCITE-2063
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Assignee: Julian Hyde
> Priority: Major
>
> In CALCITE-2058 we added support for JDK 10 (early access build), and we test
> using a cron job on Julian's server but currently Apache's Jenkins does not
> support JDK 10. This task is to enable JDK 10 tests when Jenkins supports it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)