cern-fts / davix

High-performance file management over WebDAV / HTTP
GNU Lesser General Public License v2.1
84 stars 36 forks source link

unit tests fail #33

Closed yurivict closed 6 years ago

yurivict commented 6 years ago
Test project /usr/ports/www/davix/work/.build
    Start 1: g_test_unit_davix
1/1 Test #1: g_test_unit_davix ................***Failed    0.06 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.07 sec

The following tests FAILED:
      1 - g_test_unit_davix (Failed)
Errors while running CTest
FAILED: CMakeFiles/test.util 

OS: FreeBSD 11.2

yurivict commented 6 years ago

https://people.freebsd.org/~yuri/g_test_unit_davix_exe.log

gbitzes commented 6 years ago

Huh.. interesting, thanks for the report. Was this failing with 0.6.8 as well?

How do I run FreeBSD 11.2 to try and reproduce this? Is it possible to run in docker, when on linux? Or do I have to use a VM?

yurivict commented 6 years ago

Yes, it fails with 0.6.8 as well.

yurivict commented 6 years ago

You can install FreeBSD in a virtual machine using this ISO image: https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/11.2/FreeBSD-11.2-RELEASE-amd64-disc1.iso

From there, cd /usr/ports/www/davix && make test

yurivict commented 6 years ago

Also, you should check out the latest ports tree: svn checkout https://svn.FreeBSD.org/ports/head /usr/ports

gbitzes commented 6 years ago

Fixed, thanks for the bug report!

yurivict commented 6 years ago

Thank you!