Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

[CI] Run acceptance tests in CI with different configurations #4713

Closed
dpakach opened this issue Feb 8, 2021 · 2 comments
Closed

[CI] Run acceptance tests in CI with different configurations #4713

dpakach opened this issue Feb 8, 2021 · 2 comments
Labels

Comments

@dpakach
Copy link
Contributor

dpakach commented Feb 8, 2021

Description

In CI we currently run acceptance tests with these configurations

  1. Owncloud10 backend with OpenID connect Login
  2. OCIS backend using Owncloud storage Driver

But we can have additional configurations

  1. Owncloud10 backend with Oauth2 Login
  2. OCIS backend using OCIS storage driver
  3. Deploying ocis-web as owncloud10 app
    (or some other configuration which are possible)

As we can get some bugs that only occur on specific configuration, as we saw in #4584.
we will need to run the tests to cover some(more important ones) or all of these additional configurations.
But running tests on all these configurations will make CI build time very high. So we need to discuss

  1. What configurations to include in the builds of all PRs
  2. What configurations to include in nightly builds
  3. OR run only smokeTests for some configurations and run all tests on other configurations.
@dpakach dpakach added the QA:team label Feb 9, 2021
@dpakach
Copy link
Contributor Author

dpakach commented Feb 9, 2021

@dpakach
Copy link
Contributor Author

dpakach commented Feb 9, 2021

Looks like cs3org/cs3apis#95 got merged on cs3org/reva, when those changes come to ocis we can run UI tests with OCIS storage which is the default storage driver. It makes more sense to run these tests with default storage driver.
WIP on owncloud/ocis#854

@owncloud owncloud locked and limited conversation to collaborators Oct 15, 2021
@kulmann kulmann closed this as completed Oct 15, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
Projects
None yet
Development

No branches or pull requests

2 participants