Skip to content

run as many upstream tests as possible

Alex requested to merge (removed):root-tests into debian/master

In the current test setup, 7 upstream tests are skipped:

PASS    00-hello
SKIP    acls-default (I don't know how to use your setfacl command)
SKIP    acls (I don't know how to use setfacl or chmod for ACLs)
PASS    alt-dest
PASS    atimes
PASS    backup
PASS    batch-mode
PASS    chgrp
PASS    chmod-option
PASS    chmod-temp-dir
PASS    chmod
SKIP    chown (Can't chown (probably need root))
SKIP    crtimes (Rsync is configured without crtimes support)
PASS    daemon-gzip-download
PASS    daemon-gzip-upload
PASS    daemon
PASS    delay-updates
PASS    delete
SKIP    devices (Rsync needs root/fakeroot for device tests)
PASS    dir-sgid
PASS    duplicates
PASS    exclude-lsh
PASS    exclude
PASS    executability
PASS    files-from
PASS    fuzzy
PASS    hands
PASS    hardlinks
PASS    itemize
PASS    longdir
PASS    merge
PASS    missing
PASS    mkpath
SKIP    protected-regular (Can't check if fs.protected_regular is enabled (probably need root))
PASS    relative
PASS    safe-links
PASS    ssh-basic
PASS    symlink-ignore
PASS    trimslash
PASS    unsafe-byname
PASS    unsafe-links
PASS    wildmatch
SKIP    xattrs (Unable to set an xattr)
------------------------------------------------------------
----- overall results:
      36 passed
      7 skipped
------------------------------------------------------------

This MR's goal is to adapt the Debian setup to run as many upstream tests as possible.

Merge request reports

Loading