Description
testHDFSConf.xml uses regexes inconsistently to match the username from
[a-zA-z0-9]*
to
[a-z]*
. This by far does not cover the space of possible OS user names. For us, it fails for a user name containing '-'. Instead of keeping updating regex, we propose to use the macro USERNAME.
Attachments
Attachments
Issue Links
- is duplicated by
-
HDFS-5811 TestHDFSCLI fails for a user name with dash
- Resolved
-
HDFS-5812 TestHDFSCLI fails for a user name with dash
- Resolved
-
HDFS-5816 TestHDFSCLI fails for a user name with dash
- Resolved
-
HDFS-5817 TestHDFSCLI fails for a user name with dash
- Resolved
-
HDFS-5818 TestHDFSCLI fails for a user name with dash
- Resolved
-
HDFS-5819 TestHDFSCLI fails for a user name with dash
- Resolved
-
HDFS-5820 TesHDFSCLI does not work for user names with '-'
- Resolved
-
HDFS-4718 TestHDFSCLI regexps reject valid user names
- Resolved
-
HDFS-5998 TestHDFSCLI tests will fail if machine user names are not the combination of alphanumeric
- Resolved