owncloud / owncloud/cdperf

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

Open
#29 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
12
Forks
10
Avg merge
6h 23m
Merged PRs (30d)
2

Description

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?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting how testcase API request paths are assembled, using the download example in this issue as the reference case. Determine how an optional /plus/ prefix should apply to all API calls, and verify that requests work both with and without the prefix.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
testing
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.