[MXS-3862] system-test framework starts MariaDB server in the backend using both 'mysql' and 'mariadb' serices Created: 2021-11-09 Updated: 2022-03-09 Resolved: 2022-03-09 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | test |
| Affects Version/s: | None |
| Fix Version/s: | 2.5.20 |
| Type: | Task | Priority: | Major |
| Reporter: | Timofey Turenko | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
the problem initially caused by https://jira.mariadb.org/browse/MDEV-26612: if MariaDB start by 'service mysql start' failed and the we try 'start mariadb...' we can end up with two server processes running and screwed system. suggestion: use only `mariadb` for all versions of backend except 10.2 and earlier. If we need support for mysql and Percona we need to check backend product. |