Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hagenw opened this issue Apr 18, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@hagenw
Copy link
Member

hagenw commented Apr 18, 2024

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.

@hagenw hagenw added the enhancement New feature or request label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant