[
https://issues.apache.org/jira/browse/CALCITE-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681395#comment-17681395
]
Christophe Le Saec commented on CALCITE-5501:
---------------------------------------------
Hum, you're certainly right, i thought it was on indentation or something like
that.
So, we would have to copy SqlToRelConverterTest.xml into
SqlToRelConverterExtendedTest.xml
And add code below to SqlToRelConverterExtendedTest class
{code:java}
private static final SqlToRelFixture LOCAL_FIXTURE =
SqlToRelFixture.DEFAULT
.withDiffRepos(DiffRepository.lookup(SqlToRelConverterExtendedTest.class));
private static DiffRepository diffRepos = null;
@Override
public SqlToRelFixture fixture() {
diffRepos = LOCAL_FIXTURE.diffRepos();
return LOCAL_FIXTURE;
}
{code}
?
> 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 10m
> 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)