[MDBF-429] bb output timeout < mtr's testcase-timeout causes undiagnosable failures Created: 2022-06-10 Updated: 2022-06-20 Resolved: 2022-06-20 |
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | Buildbot |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Critical |
| Reporter: | Daniel Black | Assignee: | Vlad Bogolin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 20m | ||
| Original Estimate: | 10m | ||
| Description |
|
As seen in some aarch64-debian-sid jobs like.
This hard kill off by buildbot give no indication as to which test it is currently running. The mtr testcase-timeout=MINUTES Max test case run time (default 15) should always be less than this. Setting testcase-timeout=8 and keeping the 600 second ( 10 minute) output timeout should allow mtr to kill off stalled tests and report their failure. |