| 451f890a | 12-Sep-2020 |
Warner Losh <[email protected]> |
Update flp test for new diskinfo output
The floppy test passes with this. The others fail due to 'integrity checks' failing in GPART. It's not at all clear those integrity checks are legit or if the
Update flp test for new diskinfo output
The floppy test passes with this. The others fail due to 'integrity checks' failing in GPART. It's not at all clear those integrity checks are legit or if the test samples were bogusly generated by FreeBSD.
show more ...
|
| 22184bfa | 10-Jun-2017 |
Enji Cooper <[email protected]> |
Improve handling with system state
- Always unlink $cmd after exit via END block. - The tests don't function well if kern.geom.debugflags != 0. Save debugflags, then restore them at the end of the
Improve handling with system state
- Always unlink $cmd after exit via END block. - The tests don't function well if kern.geom.debugflags != 0. Save debugflags, then restore them at the end of the test.
MFC after: 1 month Sponsored by: Dell EMC Isilon
show more ...
|
| d1f57d59 | 22-Apr-2017 |
Enji Cooper <[email protected]> |
gctl_test.t: improve error reporting with mdcfg and mount directives
If the commands had failed previously, it would press on and result in a series of cascading failures. Fail early and continue on
gctl_test.t: improve error reporting with mdcfg and mount directives
If the commands had failed previously, it would press on and result in a series of cascading failures. Fail early and continue on to the next case instead of executing additional commands after a previously failed series of steps.
MFC after: 5 weeks Sponsored by: Dell EMC Isilon
show more ...
|