-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17340. TestLdapGroupsMapping failing -string mismatch in exception validation. #2427
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
HADOOP-17340. TestLdapGroupsMapping failing -string mismatch in exception validation. #2427
Conversation
…tion validation. Contributed by Steve Loughran. Change-Id: I0c8f069d264bf8586fea6015c39e5ca3267aed52
|
🎊 +1 overall
This message was automatically generated. |
ayushtkn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A general observation, in case of open-jdk there is a space, but in case of oracle jdk there isn't.
Tried in both, the test passes.
+1
|
Thanx @steveloughran for the contribution |
|
can't have test failing. |
…tion validation. (#2427). Contributed by Steve Loughran.
…tion validation. (#2427). Contributed by Steve Loughran.
…tion validation. (#2427). Contributed by Steve Loughran.
…tion validation. (#2427). Contributed by Steve Loughran.
…tion validation. (#2427). Contributed by Steve Loughran.
Contributed by Steve Loughran.
Because this looks like a JVM error string issue, changed to a slightly less brittle assert which should work across versions with different formatting.