[
https://issues.apache.org/jira/browse/CALCITE-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Sitnikov resolved CALCITE-2457.
----------------------------------------
Fix Version/s: 1.22.0
Resolution: Fixed
Merged in
https://github.com/apache/calcite/commit/27055fbc674b22d5d2307c2488b31996c2113485
Note: both JUnit4 and JUnit5 styles are acceptable now, however, I would
suggest using JUnit5 by default as it has lots of features (e.g. improved
parameterized testing, explicit concurrency control, etc, etc)
> Upgrade to JUnit 5
> ------------------
>
> Key: CALCITE-2457
> URL: https://issues.apache.org/jira/browse/CALCITE-2457
> Project: Calcite
> Issue Type: Improvement
> Reporter: Vladimir Sitnikov
> Assignee: Vladimir Sitnikov
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.22.0
>
> Attachments: assert_equals.png, truth_assertmap.png
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> JUnit 5 brings multiple useful features so tests are easier to read and write.
> Is there something that blocks upgrading to JUnit 5?
> By upgrade I mean bumping up the dependency version and creating new tests
> with JUnit 5 features.
> Relevant features of JUnit 5: dynamic test, nested tests, parameterized tests
> https://twitter.com/nipafx/status/1027095088059559936
--
This message was sent by Atlassian Jira
(v8.3.4#803005)