Closed SergeLavrentyev closed 2 weeks ago
Hi @SergeLavrentyev. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
Hi @engcom-Hotel. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. Hello @SergeLavrentyev,
Thanks for the report and collaboration!
We have tried to reproduce the issue in the latest development branch i.e. 2.4-develop, but for us, the issue is not reproducible.
As per the main description, first, we tried to create a custom integration test with @magentoConfigFixture example/path/test 1
, but the issue is not reproducible for us. Please refer to the below screenshot for reference:
But then we checked the error you mentioned in the main description, and according to the error, it seems you are facing an issue is in api- functional test. So then we tried to reproduce it api-functional test following the below steps:
@magentoConfigFixture example/path/test 1
for testCreate
method../../../vendor/bin/phpunit -c ../../../dev/tests/api-functional/phpunit_rest.xml --filter 'testCreate' ../../../dev/tests/api-functional/testsuite/Magento/Catalog/Api/AttributeSetManagementTest.php
The test was completed successfully. Please refer to the below screenshot:
Please let us know if we have missed anything.
Thanks
Dear @SergeLavrentyev,
We've observed that there haven't been any updates on this issue for quite some time. Therefore, we're assuming it's been resolved and will be closing it. Feel free to open a new ticket or reopen this one if you require further assistance.
Regards
Preconditions and environment
Steps to reproduce
Expected result
test passes
Actual result
Magento\TestFramework\App\ApiMutableScopeConfig::persistConfig(): Argument #2 ($value) must be of type string, null given, called in /repo/magento/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php on line 79
Additional information
After getting value from db, '0' converts to NULL here magento/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php:158
Release note
No response
Triage and priority