Skip to content

Improve tests on Artifactory backend by open the connection only one time #218

@hagenw

Description

@hagenw

As shown in #215 actions on the Artifactory server are much slower if we authenticate every time we do something on the server. Instead we can authenticate one time, and reuse the returned path object to do all the relevant stuff.

#215 adjusts the code of audbackend.backend.Artifactory accordingly, but for the tests we still do a new connection with every instance of the interface fixture. We should change this as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions