-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue 64 add junit 5 support #72
Conversation
checking |
checking. |
Hi @davidradl |
I see thatbuild fails with below exception
It is an improvement comparing to previous thing where thre was classNoFound ;) UPDATE: |
@kristoffSC thanks let me know how you get on. |
this pr may address #73 |
Hi @davidradl I've ran local builds against Flink 1.16, 17 and 18 they all passing. |
Signed-off-by: David Radley <[email protected]>
@kristoffSC It is working - thanks for the patches - I have squashed the commits. I think we are ready to merge. |
Description
Add junit 5 support - so tests can run against Flink 1.17 and 1.18
Resolves #64
PR Checklist