Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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 (if they are specified, otherwise should fall back to ).
Currently the tests could only run when using localhost + root.
Attachments
Attachments
Issue Links
- links to