Details
Description
"mtr --ps --embedded" fails on about half of the tests.
See MDEV-5138 for details. This problem sneaked in
because non of the BuildBot machines run "mtr --ps --embedded".
After MDEV-5138 gets fixed, we need to make sure that
this problem does not happen again in the future.
A "mtr --ps --embedded" run should be added to some BuildBot machines.
Gliffy Diagrams
Attachments
Issue Links
- relates to
-
MDEV-5138 Numerous test failures in "mtr --ps --embedded"
-
- Closed
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Would something like the following added around line 3364 of maria-master.cfg work? :
f.addStep(mtr_step("ps-embedded", "--ps --embedded",
"--ps --embedded"))