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

Fixup relative paths to work/localstorage #32775

Merged
merged 2 commits into from
Sep 20, 2018

Conversation

phil-davis
Copy link
Contributor

@phil-davis phil-davis commented Sep 20, 2018

Description

Remove the assumption that the current working directory is tests/acceptance
That means using others ways to find out where the tests/acceptance/data and tests/acceptance/work folders can be found for various file upload/download test steps.

Related Issue

owncloud/QA#582

Motivation and Context

Currently the acceptance tests run.sh script must be run by first cd tests/acceptance then ./run.sh
It would be more convenient if we can run it from wherever, e.g. ./tests/acceptance/run.sh

How Has This Been Tested?

CI

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Open tasks:

  • Backport (if applicable set "backport-request" label and remove when the backport was done)

@codecov
Copy link

codecov bot commented Sep 20, 2018

Codecov Report

Merging #32775 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #32775   +/-   ##
=========================================
  Coverage     64.14%   64.14%           
  Complexity    18681    18681           
=========================================
  Files          1177     1177           
  Lines         70284    70284           
  Branches       1270     1270           
=========================================
  Hits          45085    45085           
  Misses        24829    24829           
  Partials        370      370
Flag Coverage Δ Complexity Δ
#javascript 52.89% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.42% <ø> (ø) 18681 <ø> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 34be46d...f3ea87e. Read the comment docs.

@phil-davis
Copy link
Contributor Author

This is a step towards adding make file targets for running acceptance tests.

@phil-davis
Copy link
Contributor Author

Backport stable10 #32780

@phil-davis phil-davis merged commit 091c8aa into master Sep 20, 2018
@phil-davis phil-davis deleted the acceptance-test-relative-paths branch September 20, 2018 11:17
@lock lock bot locked as resolved and limited conversation to collaborators Sep 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants