Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

What to test ?

Charles du Jeu edited this page Sep 19, 2016 · 5 revisions

Features to focus on while testing

  • Groups / Roles / Permissions hierarchy and inheritance

    • Make sure parameters and disabled actions are correctly propagated from groups/roles to end-users.
  • Basic files and metadata operations:

    • Create a file, create a shared link, move it around and make sure everything is working properly.
    • Test various existing drivers : FS, S3 (SDK now embedded), FTP / sFTP , etc
    • Test new uploader UX
  • Shares

    • Shares data are now stored with PARENT_REPOSITORY_OPTION:<OPTION_NAME> in the DB, and the full path is not shared anymore. Which means you should be able to e.g. move the data of a given repository entirely, reconfigure the repo and have existing shares working right.
    • New global Disable Sharing / Disable Resharing parameters
  • Authentication

    • LDAP Auth, New LDAP driver in enterprise version
    • WebFTP Configuration
    • OTP: Google and Yubikey support were reworked.
  • Cache Management

    • Cache is becoming pretty agressive now. Try to find cases where it gets out-of-sync with the real data.