[
https://issues.apache.org/jira/browse/CALCITE-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681456#comment-17681456
]
Alessandro Solimando commented on CALCITE-5501:
-----------------------------------------------
Unfortunately _SqlToRelConverterExtendedTest_ needs a _DiffRepository_ too it
seems, so my proposed solution does not work.
I managed to reproduce locally as follows:
{code:java}
./gradlew assemble --no-build-cache cleanTest :core:test --tests
"org.apache.calcite.test.SqlToRelConverterExtendedTest" --tests
"org.apache.calcite.test.SqlToRelConverterTest"{code}
I am trying to see if I can make those two classes run sequentially (either at
the JUnit5 level or via gradle), worst case we go for the extra XML file as
[~clesaec] suggested, if there are no objections.
> SqlToRelConverterTest.checkActualAndReferenceFiles fails intermittently in
> Jenkins CI
> -------------------------------------------------------------------------------------
>
> Key: CALCITE-5501
> URL: https://issues.apache.org/jira/browse/CALCITE-5501
> Project: Calcite
> Issue Type: Bug
> Components: tests
> Affects Versions: 1.32.0
> Reporter: Stamatis Zampetakis
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Sample runs that failed due to
> SqlToRelConverterTest.checkActualAndReferenceFiles:
> *
> https://ci-builds.apache.org/job/Calcite/job/Calcite-sonar/job/main/15/console
> *
> https://ci-builds.apache.org/job/Calcite/job/Calcite-sonar/job/main/18/console
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)