reswqa commented on PR #1159:
URL: 
https://github.com/apache/incubator-paimon/pull/1159#issuecomment-1550864270

   Junit5's 
[doc](https://junit.org/junit5/docs/current/user-guide/#running-tests-build-maven)
 recommended to use version `3.0.0-M4` or later to avoid interoperability 
issues. I have also tested `2.22.1(The version we are currently using)`, which 
supports running junit5 tests but does not support 
`junit.jupiter.extensions.autodetection.enabled`.
   
   > BTW, flink has also updated its version to 3.x for this reason.
   
   Correction: I made a mistake here, flink updated the version of 
`maven-surefire-plugin` to resolve `Corrupted STDOUT` issues(FLINK-24983), not 
to support `Junit5`.
   
   > can you also link the PR in Flink?
   But it also enables JUnit 5 automatic extension detection(FLINK-26218). to 
avoid mark too many test classes with `TestLoggerExtension`.
   
   


-- 
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 comment.

To unsubscribe, e-mail: issues-unsubscr...@paimon.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to