You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the test_suite.pl supposed to be up-to-date and succeeding for all test cases?
When I run it there are 55 tests failing.
I'm attaching the script log of the test run, a debug log with all debug options enabled (by adding the other codes to the call in test_suite.pl) and a tarball of the repository.
I'm running Bedrock Linux with Devuan Jessie 1.0 Beta2 as stratum. Other versions are as follow:
$> ./tagsistant/src/tagsistant --version
Tagsistant (tagfs) v.0.8.1a (codename: Berlin)
Build: 578.20160403.000004 FUSE_USE_VERSION: 26
FUSE library version: 2.9.3
fusermount version: 2.9.3
using FUSE kernel interface version 7.19
$> perl --version
This is perl 5, version 20, subversion 2 (v5.20.2) built for x86_64-linux-gnu-thread-multi
$> uname -r
4.8.0-0.bpo.2-amd64
$> id
uid=1000(tags) gid=1006(fuse) groups=1006(fuse)
$> echo $HOME
/tmp/tags
$> mount | grep /tmp
/dev/mapper/vg-Root on /tmp type ext4 (rw,relatime,errors=remount-ro,data=ordered)
Please let me know if you need more information or want me to try something else.
PS: Sorry for the zip madness, github is apparently quite peculiar in the attachment types it allows...
Hi @tuxlifan, the test suite is probably outdated. I don't run it since long time. I'll check it as soon as possible.
By the way it's really unsatisfying to me the chaining of unrelated tests as a sequence inside the same environment. I would like to split each test (or groups of test) in separate executions to make them more isolated and effective.
Hello,
Is the test_suite.pl supposed to be up-to-date and succeeding for all test cases?
When I run it there are 55 tests failing.
I'm attaching the script log of the test run, a debug log with all debug options enabled (by adding the other codes to the call in test_suite.pl) and a tarball of the repository.
I'm running Bedrock Linux with Devuan Jessie 1.0 Beta2 as stratum. Other versions are as follow:
$> ./tagsistant/src/tagsistant --version
Tagsistant (tagfs) v.0.8.1a (codename: Berlin)
Build: 578.20160403.000004 FUSE_USE_VERSION: 26
FUSE library version: 2.9.3
fusermount version: 2.9.3
using FUSE kernel interface version 7.19
$> perl --version
This is perl 5, version 20, subversion 2 (v5.20.2) built for x86_64-linux-gnu-thread-multi
$> uname -r
4.8.0-0.bpo.2-amd64
$> id
uid=1000(tags) gid=1006(fuse) groups=1006(fuse)
$> echo $HOME
/tmp/tags
$> mount | grep /tmp
/dev/mapper/vg-Root on /tmp type ext4 (rw,relatime,errors=remount-ro,data=ordered)
Please let me know if you need more information or want me to try something else.
PS: Sorry for the zip madness, github is apparently quite peculiar in the attachment types it allows...
tagsistant_failed_test_suite.zip
The text was updated successfully, but these errors were encountered: