-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Fix issue #24635: Use of undefined constant GLOB_BRACE in dependency … #31296
Conversation
Hi @vidyli. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento run Static Tests, Unit Tests |
@vidyli Seems like some changes should be done also on EE or/and B2B repositories. |
@magento run all tests |
1 similar comment
@magento run all tests |
@engcom-Golf the tests still failing |
I see. Requires changes to infrastructure repo. Will address it.
On Dec 16, 2020 6:21 PM, Ihor Sviziev <notifications@github.com> wrote:
@engcom-Golf the tests still failing
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.
|
@magento run all tests |
composer.lock
Outdated
@@ -6316,7 +6318,13 @@ | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/allure-framework/allure-codeception/zipball/a69800eeef83007ced9502a3349ff72f5fb6b4e2", | |||
"reference": "a69800eeef83007ced9502a3349ff72f5fb6b4e2", | |||
"shasum": "" | |||
"shasum": "", | |||
"mirrors": [ |
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.
@vidyli,
oh... we shouldn't have mirrors section in the composer.lock files.
Could you configure your composer to not use mirrors and run the composer update
command?
@engcom-Foxtrot, tests still failing :( |
@magento run all tests |
6419229
to
12b6bfa
Compare
# Conflicts: # composer.lock
12b6bfa
to
155a851
Compare
@magento run all tests |
@magento run Functional Tests B2B |
@magento run Integration Tests |
@magento run Functional Tests B2B |
Hi @ihor-sviziev, thank you for the review. |
@engcom-Oscar, could you take this issue in testing, as it's blocking the #32614? |
I added label project php8, as we have dependency on this PR there, while it still fixing some another issue. |
@ihor-sviziev removed "Project: PHP8" label to merge this PR together with other PRs from high priority board |
Hi @vidyli, thank you for your contribution! |
Related Pull Requests
https://github.com/magento/partners-magento2ee/pull/441
https://github.com/magento-commerce/magento2-infrastructure/pull/1516
Fixes #24635