b0d8975582
In my test environment, following error was occurred because the size of /lib/modules/`uname -r`/* is larger than 1GB. # make test-fsck [TEST] fsck-tests.sh [TEST/fsck] 013-extent-tree-rebuild failed: cp -aR /lib/modules/4.9.0-rc5/ /test/btrfs-progs/tests/mnt test failed for case 013-extent-tree-rebuild Makefile:272: recipe for target 'test-fsck' failed make: *** [test-fsck] Error 1 # In this test case, 'generate_dataset small' is enough for making the test files, so I will use 'generate_dataset' instead of 'cp'. For this, move 'generate_dataset()' from 'common.convert' to 'common'. Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
001-bad-file-extent-bytenr | ||
002-bad-transid | ||
003-shift-offsets | ||
004-no-dir-index | ||
005-bad-item-offset | ||
006-bad-root-items | ||
007-bad-offset-snapshots | ||
008-bad-dir-index-name | ||
009-no-dir-item-or-index | ||
010-no-rootdir-inode-item | ||
011-no-inode-item | ||
012-leaf-corruption | ||
013-extent-tree-rebuild | ||
014-no-extent-info | ||
015-check-bad-memory-access | ||
016-wrong-inode-nbytes | ||
017-missing-all-file-extent | ||
018-leaf-crossing-stripes | ||
019-non-skinny-false-alert | ||
020-extent-ref-cases | ||
021-partially-dropped-snapshot-case | ||
022-qgroup-rescan-halfway | ||
023-qgroup-stack-overflow | ||
024-clear-space-cache |