Yan Xiaole created HDFS-15339: --------------------------------- Summary: TestHDFSCLI fails for user names with the dot/dash character Key: HDFS-15339 URL: https://issues.apache.org/jira/browse/HDFS-15339 Project: Hadoop HDFS Issue Type: Bug Components: test Reporter: Yan Xiaole
testHDFSConf.xml uses regexes {code:java} [a-zA-z0-9]*{code} to match the username in some test cases. This by far does not cover the space of possible OS user names. For us, it fails for a user name containing {{'.'}}. Similar to HDFS-5821, we propose to use the macro USERNAME. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org