Actions
Bug #12028
closedzfs test mdb_001_pos can fail
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
tests
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The zfs test mdb_001_pos can fail with the following errors:
13:34:20.94 SUCCESS: zpool scrub testpool 13:34:23.34 /opt/zfs-tests/tests/functional/mdb/mdb_001_pos[91]: ffffff0c6cba7000 ::zfs_blkstats -v: not found [No such file or directory] 13:34:23.34 ASSERTION: Verify that the ZFS mdb dcmds and walkers are working as expected. 13:34:23.34 NOTE: Verifying: '::abuf_find 1 2' 13:34:23.34 /opt/zfs-tests/tests/functional/mdb/mdb_001_pos[109]: : cannot open
The first error is trivial -- a missing '\' on the previous line (90).
The second error appears to be due to '$OUTFILE' not being set
Related issues
Updated by Jason King over 3 years ago
This commit appears to be what broke the test:
commit 770499e185d15678ccb0be57ebc626ad18d93383 Author: Dan Kimmel <dan.kimmel@delphix.com> Date: Mon Apr 17 15:38:31 2017 -0700 8021 ARC buf data scatter-ization 8100 8021 seems to cause random BAD TRAP: type=d (#gp General protection)
However, in addition.. the ::abuf_find dcmd is broken
Updated by Jason King over 3 years ago
- Related to Bug #8021: ARC buf data scatter-ization added
Updated by Jason King over 3 years ago
- Related to Bug #8100: 8021 seems to cause random BAD TRAP: type=d (#gp General protection) added
Updated by Jason King over 3 years ago
- Related to Bug #12279: ::arc_compression_stats generates errors added
Updated by Jason King over 3 years ago
It appears DLPX-41846 fixes this, but was never upstreamed.
Updated by Jason King over 3 years ago
- Related to Bug #10501: mdb_001_pos.ksh forgot to set OUTFILE added
Updated by Jason King over 3 years ago
- Related to Bug #10477: mdb_001_pos.ksh blows up because of missing backslash added
Updated by Jason King about 3 years ago
To test, I booted a BE with the fix and re-ran the failing mdb_001_pos test. With the fixes in place, it now passes.
Updated by Electric Monk about 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit b68ab351091d2aea3f72a011f64de12fb05fc833
commit b68ab351091d2aea3f72a011f64de12fb05fc833 Author: Sara Hartse <sara.hartse@delphix.com> Date: 2020-05-04T14:56:09.000Z 12028 zfs test mdb_001_pos can fail Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Kody Kantor <kody.kantor@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions