[
https://issues.apache.org/jira/browse/CALCITE-5356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626833#comment-17626833
]
Sergey Nuyanzin commented on CALCITE-5356:
------------------------------------------
It seems this change is the reason
https://github.com/junit-team/junit5/issues/2191
with this change there is no more condition that factory method must not have
args... -> as a result tests starts failing that there are 2 factory methods
data (one from parent class one from current one)
> Update junit4 to 4.13.2 and junit5 to 5.9.1
> -------------------------------------------
>
> Key: CALCITE-5356
> URL: https://issues.apache.org/jira/browse/CALCITE-5356
> Project: Calcite
> Issue Type: Improvement
> Components: tests
> Reporter: Sergey Nuyanzin
> Assignee: Sergey Nuyanzin
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> junit4 to 4.13.2
> junit5 to 5.9.1
> It seems there is an issue with {{org.apache.calcite.test.QuidemTest#data}}
> The idea is to make test per class and parameterized method
> abstract/implemented in each test
--
This message was sent by Atlassian Jira
(v8.20.10#820010)