-
Notifications
You must be signed in to change notification settings - Fork 383
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
[Improvement] Test arguments should be in the right order #3252
Labels
Comments
justinmclean
added
good first issue
Good for newcomers
improvement
Improvements on everything
labels
May 2, 2024
kristopherkane
added a commit
to kristopherkane/gravitino
that referenced
this issue
May 3, 2024
kristopherkane
added a commit
to kristopherkane/gravitino
that referenced
this issue
May 4, 2024
justinmclean
pushed a commit
that referenced
this issue
May 5, 2024
…3255) ### What changes were proposed in this pull request? Equality assertions did not have correct expected and actual order. ### Why are the changes needed? Provides code clarity. Fix: #3252 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Test only changes and ran associated tests.
@kristopherkane can you please leave a comment here? So we can assign this issue to you. |
justinmclean
changed the title
[Improvement] Test arguments shoudl be in the right order
[Improvement] Test arguments should be in the right order
May 6, 2024
PR merged for 3252. |
diqiu50
pushed a commit
to diqiu50/gravitino
that referenced
this issue
Jun 13, 2024
…order (apache#3255) ### What changes were proposed in this pull request? Equality assertions did not have correct expected and actual order. ### Why are the changes needed? Provides code clarity. Fix: apache#3252 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Test only changes and ran associated tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be improved?
A minor issue, but can cause confusion, test arguments should be in the right order.
Instances are as follows:
x3 in CatalogsPageTest.java:
In TestHivePropertiesConverter.java:
How should we improve?
Swap order of arguments.
The text was updated successfully, but these errors were encountered: