[MDEV-12101] failed_auth_unixsocket may fail depending on OS user account name Created: 2017-02-21 Updated: 2021-01-26 Resolved: 2021-01-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | None |
| Fix Version/s: | 10.4.0 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Andrii Nikitin (Inactive) | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
replace_result mtr command may corrupt test output and trigger false test failure. Confirmed with OS user account as short as just 'a' , then failure looks like below:
Please note that occurrences of 'a' in result message are replaced with 'USER' by this line in test body mysql-test/t/failed_auth_unixsocket.test :
|
| Comments |
| Comment by Elena Stepanova [ 2021-01-26 ] | |||||
|
The problematic replace_result was removed in 10.4.0 by this commit:
|