-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[full-ci][tests-only] Refactor test codes for parallel deployment tests #39603
Conversation
Kudos, SonarCloud Quality Gate passed! |
// oCIS cannot handle '/apps/testing' endpoints | ||
// so those requests must be redirected to oC10 server | ||
// change server to oC10 if the request url has `/apps/testing` | ||
if (strpos($url, "/apps/testing") !== false) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: in CI we always happen t have the testing app in the apps
folder. Running locally, it can be in apps-external
. But that should not make a difference to the API endpoint! So this should be fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I will cherry-pick into PR #39514 and remove the bonus empty line as I do it.
Merged to master in #39612 |
Description
Made some refactoring in acceptance test codes for testing parallel deployment environment
Related Issue
Related to owncloud/ocis#2387
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: