[MCOL-5135] MTR should restart MariaDB-related daemons when --force-restart is given Created: 2022-06-14 Updated: 2023-12-15 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | New Feature | Priority: | Major |
| Reporter: | Sergey Zefirov | Assignee: | Max Mether |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Right now MTR does not restart all server's compoments when is give -force-restart switch. For example, it does not restart mariadb-columnstore (MCS) systemd daemon and it leads to our inability to run tests with fresh MCS. |
| Comments |
| Comment by Sergey Zefirov [ 2022-06-15 ] |
|
We have a solution already. Each "suite" of tests may contain suite.pm Perl module file. If this file contains start_test subroutine, then it will be called before each test. There we can restart MCS if we need to. |