Anna Szonyi created SQOOP-3055:
----------------------------------
Summary: MYSQL tests are failing unless using localhost + root
Key: SQOOP-3055
URL: https://issues.apache.org/jira/browse/SQOOP-3055
Project: Sqoop
Issue Type: Sub-task
Reporter: Anna Szonyi
MYSQL test are using option.setUser(MySQLTestUtils.getcurrentUser()), where
MySQLTestUtils.getCurrentUser() return
System.getenv("USER");
or
..
whoamiArgs[0] = "whoami";
..
p = Runtime.getRuntime().exec(whoamiArgs);
Whereas it should use the userName and userPass as specified if called with -D
parameters.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)