-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add composer allow-plugins #325
Conversation
💥 Acceptance tests pipeline cliCoreMKey-7-3-master-mysql8.0-php7.4 failed. The build has been cancelled. |
total unexpected failed scenarios
|
Scenario: user moves their own folder to the external storage # /var/www/owncloud/testrunner/tests/acceptance/features/cliExternalStorage/filesExternalWebdavOwncloud.feature:251
Given user "Alice" has been created with default attributes and without skeleton files # FeatureContext::userHasBeenCreatedWithDefaultAttributesAndWithoutSkeletonFiles()
Provisioning::usersHaveBeenCreated Unexpected failure when creating the user 'Alice': HTTP status 400 HTTP reason Bad Request OCS status 400 OCS message User already exists (Exception) how the user already exists? 🤔 |
💥 Acceptance tests pipeline cliCoreMKey-7-3-master-mysql8.0-php7.4 failed. The build has been cancelled. |
same errors with the rerun :( |
hmmm...these are recently added tests and are failing,,,i'm digging further 🗡️ |
omg, user |
I am fixing in #324 already. The problem was a defect in the existing CI pipelines. I need to see what other things are still failing. |
#324 is ready to review. It should pass CI. Then we can rebase here... |
b8bc06b
to
c7a1415
Compare
#324 is merged and here rebased. |
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.
LGTM if CI passes.
Kudos, SonarCloud Quality Gate passed! |
Description
This PR commits the
allow-plugins
section forcomposer.json
so that it is there for anyone who updates to composer2.2
.Related
Part of owncloud/QA#723
Note: This PR is created with a script. If there is any unexpected case in it, I will update manually.