Re: [I] Add JUnit5-equivalent of class-level parameterized tests [iceberg]

2023-12-19 Thread via GitHub
nastra closed issue #9210: Add JUnit5-equivalent of class-level parameterized tests URL: https://github.com/apache/iceberg/issues/9210 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

Re: [I] Add JUnit5-equivalent of class-level parameterized tests [iceberg]

2023-12-04 Thread via GitHub
nastra commented on issue #9210: URL: https://github.com/apache/iceberg/issues/9210#issuecomment-1838689497 https://github.com/apache/iceberg/pull/9161 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[I] Add JUnit5-equivalent of class-level parameterized tests [iceberg]

2023-12-04 Thread via GitHub
nastra opened a new issue, #9210: URL: https://github.com/apache/iceberg/issues/9210 ### Feature Request / Improvement JUnit5 doesn't support class-level parameterized testing that is equivalent to JUnit4. It might be worth exploring https://github.com/junit-team/junit5/issues/315