rmannibucau commented on pull request #14272: URL: https://github.com/apache/beam/pull/14272#issuecomment-820528877
@emilssolmanis I assume @kennknowles speaks about https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/testing/ValidatesRunner.java and the related tests which validates a runner impl complies to the spec (if about app code then it is not a blocker at all since it will fall in junit5 extension impl). In this spec case the runner will have to run the tests through junit4 which is not a big deal for now (not all runners - outside the project itself -try to pass these tests and for now it is a bean internal thing anyway). So overall no blocker to support a junit5 testing solution IMHO. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
