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

Testcase failure: /plus/ prefix needed for all API requests #29

Open
rpocklin opened this issue Mar 17, 2022 · 2 comments
Open

Testcase failure: /plus/ prefix needed for all API requests #29

rpocklin opened this issue Mar 17, 2022 · 2 comments

Comments

@rpocklin
Copy link
Contributor

I have attempted to use this repository to run performance tests with out Owncloud 10.1.1 instance but realised the URL path attribute for all testcases is wrong for our installation, our path needs /plus/ prepended to all API requests (eg. download /remote.php/webdav/${path} => /plus/remote.php/webdav/${path}) for it to work.

I'm unsure if this is a common issue or specific to our case, would you accept a PR to include an optional prefix to the path URLs for API calls?

@wkloucek
Copy link
Contributor

seems reasonable to support that and also is not a too big change

@fschade
Copy link
Collaborator

fschade commented Mar 30, 2023

@rpocklin v2 is on it's way, can you try it if the BASE_URL setting works for you?
https://github.com/owncloud/cdperf/blob/next-rc2/packages/k6-tests/src/surf/upload.md

thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants