Open GoogleCodeExporter opened 9 years ago
Find attached the test output from trunk. Much the same issues.
Cheers
Original comment by vex...@gmail.com
on 30 Jun 2014 at 1:30
Attachments:
Some of those issues may be permissions related. The tests do some things like
launch servers on reserved ports. You may get more passes if you run the tests
as superuser.
dexml is required for webdav support I believe. The setup.py only includes
dependencies for besic fs support, not every implementation. dexml should
probably be added to tests_requires in setup.py.
As for FUSE support, does BSD support FUSE? It should probably be made optional
in the tests.
I think that if these are fixes then you would be left with a handful of test
fails, if any. I'm not likely to have time to work on this any time soon, but
I'd be happy to accept a patch to setup.py and tests if you want to attempt
it...
Original comment by willmcgugan
on 30 Jun 2014 at 1:50
Running tests as root is a bad idea. This won't float in an OpenBSD port :\
In general if a module is missing, I think the test should be skipped. E.g.
there is no dexml port for OpenBSD yet, so skip these tests.
OpenBSD does have fuse, but I do not have it installed. The tests should have
been skipped (in my case).
Original comment by vex...@gmail.com
on 7 Jul 2014 at 1:35
My last comment was inaccurate.
OpenBSD has the fuse support by default. The test suite thinks it cannot use it
for some reason though.
Original comment by vex...@gmail.com
on 14 Jul 2014 at 9:53
Original issue reported on code.google.com by
vex...@gmail.com
on 29 Jun 2014 at 10:36Attachments: