Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

[Tests-only] documentation about running oC10 API tests #80

Merged
merged 1 commit into from
Feb 12, 2020

Conversation

individual-it
Copy link
Member

fixes #74

@individual-it individual-it requested a review from butonic February 5, 2020 05:39
@individual-it individual-it self-assigned this Feb 5, 2020
@individual-it individual-it added documentation Improvements or additions to documentation QA-team labels Feb 5, 2020
@individual-it individual-it requested a review from dpakach February 5, 2020 05:40
@individual-it individual-it force-pushed the testDocu branch 7 times, most recently from 96b640a to eca1960 Compare February 5, 2020 11:13
@C0rby
Copy link
Contributor

C0rby commented Feb 5, 2020

While trying out to run the tests locally I had the problem that when reva connects to the ldap server with ssl enabled then the Zend framework is returning an error.
It is trying to validate the SSL certificate but since it is a self signed cert it is neither trusted nor signed by any other certificate authority

@butonic
Copy link
Member

butonic commented Feb 11, 2020

urgh ... It seems I am blocked by php 7.4 support:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - sensiolabs/behat-page-object-extension v2.3.0 requires php >=7.1.3,<7.4 -> your PHP version (7.4.2) does not satisfy that requirement.
    - sensiolabs/behat-page-object-extension v2.3.1 conflicts with guzzlehttp/guzzle[5.3.0].
    - sensiolabs/behat-page-object-extension v2.3.1 conflicts with guzzlehttp/guzzle[5.3.1].
    - sensiolabs/behat-page-object-extension v2.3.1 conflicts with guzzlehttp/guzzle[5.3.2].
    - sensiolabs/behat-page-object-extension v2.3.1 conflicts with guzzlehttp/guzzle[5.3.3].
    - sensiolabs/behat-page-object-extension v2.3.1 conflicts with guzzlehttp/guzzle[5.3.4].
    - Installation request for sensiolabs/behat-page-object-extension ^2.3 -> satisfiable by sensiolabs/behat-page-object-extension[v2.3.0, v2.3.1].
    - Installation request for guzzlehttp/guzzle ^5.3 -> satisfiable by guzzlehttp/guzzle[5.3.0, 5.3.1, 5.3.2, 5.3.3, 5.3.4].

see owncloud/core#36586

@individual-it
Copy link
Member Author

@C0rby SSL issue should be fixed by owncloud/core#36945

@individual-it individual-it merged commit e5ec269 into master Feb 12, 2020
@delete-merged-branch delete-merged-branch bot deleted the testDocu branch February 12, 2020 11:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation QA-team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create documentation about how to run oC10 tests locally
3 participants