Skip to content
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

Add junit5 jupiter engine dependency & fixes #1137

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

chaaransen
Copy link
Contributor

  • Added Jupiter engine dependency
  • Added Unit test logging indicating test run state.
  • Fixes the issue where some Junit5 tests might not be picked up & tested.
  • Modified Junit5 @test to Junit4 annotations on files that require other migration to be done before upgrading, which might fail if updated now. (eg) @rule is not supported in Junit5 @test classes

Summary: 

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D38539441
@chaaransen chaaransen marked this pull request as ready for review August 9, 2022 15:32
@chaaransen chaaransen marked this pull request as draft August 9, 2022 15:33
@chaaransen chaaransen marked this pull request as ready for review August 9, 2022 16:07
Copy link
Collaborator

@xokker xokker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for fixing my mistake!

@xokker xokker merged commit 7c4d709 into dtinit:master Aug 10, 2022
incjo pushed a commit to incjo/data-transfer-project that referenced this pull request Aug 24, 2022
Summary: 

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D38539441
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants