Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.2.0
-
None
-
None
Description
testHDFSConf.xml uses a regex to describe username. Regexes are used incosistently from
[a-zA-z0-9]*
to
[a-z]*
. Clearly OS are less restrictive than that, and for us specifically the test fails for a build user having a
-
. So instead of keeping updating regex, I propose to replace it with the macro USERNAME.
Attachments
Issue Links
- duplicates
-
HDFS-5821 TestHDFSCLI fails for user names with the dash character
- Closed