[MDEV-23349] Provide actual reason for skipped MTR test instead of reason provided by disabled.def Created: 2020-07-31 Updated: 2020-09-10 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.5 |
| Fix Version/s: | 10.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Roel Van de Paar | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If a MTR testcase; Then MTR will report the test as skipped '[ skipped ]' but will list the reason (directly behind the skipped notice in the output) as the reason provided in the disabled.def file, which is incorrect. The real reason is the missing library. Workaround: Proposed fix: When a test is skipped, and --enable-disabled is active, report the real reason (for example missing library) instead of the info from the disabled.def file (which is not relevant at such point as --enable-disabled is active). |