mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-26 23:10:50 +00:00
Since run_check_stdout() can insert INSTRUMENT for all btrfs related programs, which could easily pollute the stdout, any caller of run_check_stdout() should do proper filter. The following callers are affected: - misc/004 Filter the output of "btrfs ins min-dev-size" - misc/009 - misc/013 - misc/024 They are all calling "btrfs ins rootid", so introduce get_subvolid() function to grab the subvolid properly. - misc/031 Loose the filter for "btrfs qgroup show". No need for "tail -n 1". So we still have the same coverage, but now these tests won't cause false alert if we insert INSTRUMENT for all btrfs commands. Signed-off-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
001-btrfstune-features | ||
002-uuid-rewrite | ||
003-zero-log | ||
004-shrink-fs | ||
005-convert-progress-thread-crash | ||
006-image-on-missing-device | ||
007-subvolume-sync | ||
008-leaf-crossing-stripes | ||
009-subvolume-sync-must-wait | ||
010-convert-delete-ext2-subvol | ||
011-delete-missing-device | ||
012-find-root-no-result | ||
013-subvolume-sync-crash | ||
014-filesystem-label | ||
015-dump-super-garbage | ||
016-send-clone-src | ||
017-recv-stream-malformatted | ||
018-recv-end-of-stream | ||
019-receive-clones-on-mounted-subvol | ||
020-fix-superblock-corruption | ||
021-image-multi-devices | ||
022-filesystem-du-on-empty-subvol | ||
023-device-usage-with-missing-device | ||
024-inspect-internal-rootid | ||
025-zstd-compression | ||
026-image-non-printable-chars | ||
027-subvol-list-deleted-toplevel | ||
028-superblock-recover | ||
029-send-p-different-mountpoints | ||
030-missing-device-image | ||
031-qgroup-parent-child-relation | ||
032-bad-item-ptr | ||
033-filename-length-limit | ||
034-metadata-uuid | ||
035-receive-common-mount-point-prefix | ||
036-receive-dump-invalid-stream | ||
037-fi-show-on-new-file | ||
038-backup-root-corruption | ||
039-receive-clone-from-current-subvolume |