[MDEV-30281] MTR options from .cnf config file and features Created: 2022-12-20 Updated: 2024-02-02 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Fix Version/s: | 11.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Aleksey Midenkov | Assignee: | Aleksey Midenkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | mtr | ||
| Issue Links: |
|
||||||||
| Description |
|
1. Config file by default is located in HOME/.mtr-mariadb; |
| Comments |
| Comment by Aleksey Midenkov [ 2022-12-27 ] | ||||||||||||||||||||||||||||||||||||
|
Please review bb-10.11-midenok | ||||||||||||||||||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2023-09-18 ] | ||||||||||||||||||||||||||||||||||||
|
We will discuss it on a call. | ||||||||||||||||||||||||||||||||||||
| Comment by Aleksey Midenkov [ 2023-11-14 ] | ||||||||||||||||||||||||||||||||||||
|
To implement supplemental feature: suite[s]=NAME1,..,NAMEn option should allow exclusion of suites (from default set or from configured in file) via negation like: --suites=!NAME1, !NAME2, !NAME3, ..., !NAMEn | ||||||||||||||||||||||||||||||||||||
| Comment by Aleksey Midenkov [ 2023-11-15 ] | ||||||||||||||||||||||||||||||||||||
|
Another supplemental feature: Instead of printing this:
It should print like this:
For easy copy&paste. have_innodb.inc should not add spurious innodb combination | ||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2023-11-15 ] | ||||||||||||||||||||||||||||||||||||
|
I didn't dare to change mtr output (as it would break buildbot and its reporting and cross-reference and what's not), so I use this script locally:
it also replaces worker references from --verbose-restart like worker[4] with w4 | ||||||||||||||||||||||||||||||||||||
| Comment by Aleksey Midenkov [ 2024-02-02 ] | ||||||||||||||||||||||||||||||||||||
|
"Trying to get some variables." should be possible to disable by command-line:
This should be disabled in debug build:
|