Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWhile running tests from testsuite: mkfs test failed for case 011-rootdir-create-file #198
Comments
|
Right, using Documentation was a lazy solution, we need some data generator instead. |
|
@Lakshmipathi I believe that bbb3d8f fixed this issue. I tested here and it worked as expected. |
kdave
added a commit
that referenced
this issue
Mar 3, 2020
There are two utilities that are required for the testsuite but not installed on systems. The path in tests must be INTERNAL_BIN. Fix this issue for below tests: * fsck-tests/013-extent-tree-rebuild * fsck-tests/037-freespacetree-repair * misc-tests/038-backup-root-corruption Issue: #198 Signed-off-by: Long An <lan@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
kdave
added a commit
that referenced
this issue
Mar 4, 2020
There are two utilities that are required for the testsuite but not installed on systems. The path in tests must be INTERNAL_BIN. Fix this issue for below tests: * fsck-tests/013-extent-tree-rebuild * fsck-tests/037-freespacetree-repair * misc-tests/038-backup-root-corruption Issue: #198 Signed-off-by: Long An <lan@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did
make testsuiteto createtests/btrfs-progs-tests.tar.gzfile. After copying this tar and running it from different systemmkfstests fail with below message.Looks like below testcase assume
Documentationdirectory will be always presenthttps://gitlab.com/giis/btrfs-progs/-/jobs/275910761