Graphql 1 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D....S......................................................... 63 / 325 ( 19%)
............................................................... 126 / 325 ( 38%)
............................................................... 189 / 325 ( 58%)
S.............................................................. 252 / 325 ( 77%)
.....................................EEE....................... 315 / 325 ( 96%)
.......... 325 / 325 (100%)
Time: 36:13.124, Memory: 1.06 GB
There were 3 errors:
1) Magento\GraphQl\Sales\ReorderConfigurableWithVariationsTest::testVariations
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 2,
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:296
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:90
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:78
2) Magento\GraphQl\Sales\ReorderConfigurableWithVariationsTest::testWithDeletedVariation
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
0 =>
array (
'path' =>
array (
0 => 'orderNumber',
),
'code' => 'UNDEFINED',
),
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 1,
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:296
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:190
3) Magento\GraphQl\Sales\ReorderMultipleProductsTest::testMutplipleProducts
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 1,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 5,
'items' =>
array (
0 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'simple-2',
),
),
1 => NULL,
2 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'virtual_product',
),
),
3 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'bundle-product-radio-required-option',
),
'bundle_options' =>
array (
0 =>
array (
'label' => 'Radio Options',
'type' => 'radio',
'values' =>
array (
0 =>
array (
'label' => 'Simple Product',
'price' => 10,
'quantity' => 1,
),
),
),
),
),
4 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'downloadable-product',
),
'links' =>
array (
0 =>
array (
'title' => 'Downloadable Product Link',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderMultipleProductsTest.php:156
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderMultipleProductsTest.php:64
ERRORS!
Tests: 325, Assertions: 3786, Errors: 3, PHPUnit Deprecations: 3, Skipped: 2.
=== Memory Usage System Stats ===
Memory usage (OS): 1252.81M (115.31% of 1086.50M reported by PHP)
Estimated memory leak: 166.31M (13.27% of used memory)
|
Graphql 11 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
............................................................... 63 / 151 ( 41%)
....................................E.....S.................... 126 / 151 ( 83%)
......................... 151 / 151 (100%)
Time: 15:57.106, Memory: 547.00 MB
There was 1 error:
1) Magento\GraphQl\SharedCatalog\AddProductToCartTest::testConfigurableProductIsAddedToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 20,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/SharedCatalog/AddProductToCartTest.php:302
ERRORS!
Tests: 151, Assertions: 823, Errors: 1, Skipped: 1.
=== Memory Usage System Stats ===
Memory usage (OS): 693.09M (127.64% of 543.00M reported by PHP)
Estimated memory leak: 150.09M (21.65% of used memory)
|
Graphql 13 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D.............................................................. 63 / 617 ( 10%)
............................................................... 126 / 617 ( 20%)
SS............................................................. 189 / 617 ( 30%)
........................................................FFF.E.. 252 / 617 ( 40%)
F..FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF.FFF. 315 / 617 ( 51%)
FFFFFFFFFFFFFFFFFFFFFF....FFFFFFFF..FFFFFFF........FFFFFFF..... 378 / 617 ( 61%)
..F.......FFFFF..FFFFFF........................................ 441 / 617 ( 71%)
............................................................... 504 / 617 ( 81%)
............................................................... 567 / 617 ( 91%)
................E.E............................... 617 / 617 (100%)
Time: 45:46.370, Memory: 1.68 GB
There were 3 PHPUnit test runner warnings:
1) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Adapter/Mysql.php(29): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(23): Magento\TestFramework\Db\Adapter\Mysql->beginTransparentTransaction()
#3 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy.php(42): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransparentTransaction()
#4 /var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php(23): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy->beginTransparentTransaction()
#5 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(95): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy\Interceptor->beginTransparentTransaction()
#6 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(81): Magento\TestFramework\Event\Transaction->_startTransaction()
#7 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(46): Magento\TestFramework\Event\Transaction->_processTransactionRequests()
#8 [internal function]: Magento\TestFramework\Event\Transaction->startTest()
#9 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#10 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#11 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#12 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#13 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#14 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#15 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#16 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#17 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#18 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#19 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#20 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#21 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#22 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#23 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#24 {main}
2) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php(227): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php(68): Magento\ResourceConnections\DB\Adapter\Pdo\MysqlProxy->beginTransaction()
#3 /var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php(66): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy\Interceptor->beginTransaction()
#4 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(49): Magento\Framework\Model\ResourceModel\AbstractResource->beginTransaction()
#5 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(129): Magento\Framework\DB\Transaction->_startTransaction()
#6 /var/www/html/app/code/Magento/Config/Model/Config.php(218): Magento\Framework\DB\Transaction->save()
#7 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(58): Magento\Config\Model\Config->save()
#8 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(138): Magento\Config\Model\Config\Interceptor->___callParent()
#9 /var/www/html/app/code/Magento/CatalogPermissions/Model/Indexer/Plugin/ConfigData.php(97): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#10 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(135): Magento\CatalogPermissions\Model\Indexer\Plugin\ConfigData->aroundSave()
#11 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(153): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#12 /var/www/html/generated/code/Magento/Config/Model/Config/Interceptor.php(23): Magento\Config\Model\Config\Interceptor->___callPlugins()
#13 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(129): Magento\Config\Model\Config\Interceptor->save()
#14 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(79): Magento\TestFramework\App\ApiMutableScopeConfig->persistConfig()
#15 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(123): Magento\TestFramework\App\ApiMutableScopeConfig->setValue()
#16 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(100): Magento\TestFramework\Annotation\ConfigFixture->setScopeConfigValue()
#17 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(93): Magento\TestFramework\Annotation\ConfigFixture->_setConfigValue()
#18 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(174): Magento\TestFramework\Annotation\ApiConfigFixture->setGlobalConfigValue()
#19 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(69): Magento\TestFramework\Annotation\ConfigFixture->_assignConfigData()
#20 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(286): Magento\TestFramework\Annotation\ApiConfigFixture->_assignConfigData()
#21 [internal function]: Magento\TestFramework\Annotation\ConfigFixture->startTest()
#22 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#23 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#24 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#25 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#26 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#27 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#28 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#29 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#30 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#31 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#32 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#33 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#34 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#35 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#36 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#37 {main}
3) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php(227): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php(68): Magento\ResourceConnections\DB\Adapter\Pdo\MysqlProxy->beginTransaction()
#3 /var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php(66): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy\Interceptor->beginTransaction()
#4 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(49): Magento\Framework\Model\ResourceModel\AbstractResource->beginTransaction()
#5 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(129): Magento\Framework\DB\Transaction->_startTransaction()
#6 /var/www/html/app/code/Magento/Config/Model/Config.php(218): Magento\Framework\DB\Transaction->save()
#7 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(58): Magento\Config\Model\Config->save()
#8 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(138): Magento\Config\Model\Config\Interceptor->___callParent()
#9 /var/www/html/app/code/Magento/CatalogPermissions/Model/Indexer/Plugin/ConfigData.php(97): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#10 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(135): Magento\CatalogPermissions\Model\Indexer\Plugin\ConfigData->aroundSave()
#11 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(153): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#12 /var/www/html/generated/code/Magento/Config/Model/Config/Interceptor.php(23): Magento\Config\Model\Config\Interceptor->___callPlugins()
#13 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(129): Magento\Config\Model\Config\Interceptor->save()
#14 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(79): Magento\TestFramework\App\ApiMutableScopeConfig->persistConfig()
#15 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(123): Magento\TestFramework\App\ApiMutableScopeConfig->setValue()
#16 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(100): Magento\TestFramework\Annotation\ConfigFixture->setScopeConfigValue()
#17 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(93): Magento\TestFramework\Annotation\ConfigFixture->_setConfigValue()
#18 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(174): Magento\TestFramework\Annotation\ApiConfigFixture->setGlobalConfigValue()
#19 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(69): Magento\TestFramework\Annotation\ConfigFixture->_assignConfigData()
#20 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(286): Magento\TestFramework\Annotation\ApiConfigFixture->_assignConfigData()
#21 [internal function]: Magento\TestFramework\Annotation\ConfigFixture->startTest()
#22 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#23 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#24 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#25 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#26 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#27 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#28 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#29 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#30 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#31 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#32 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#33 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#34 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#35 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#36 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#37 {main}
--
There were 3 errors:
1) Magento\GraphQl\Newsletter\Guest\SubscribeEmailToNewsletterTest::testAddEmailIntoNewsletterSubscription
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'subscribeEmailToNewsletter',
),
),
),
'data' =>
array (
'subscribeEmailToNewsletter' => NULL,
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Newsletter/Guest/SubscribeEmailToNewsletterTest.php:40
2) Magento\GraphQl\Wishlist\AddConfigurableProductToWishlistTest::testAddConfigurableProductWithOptions
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addProductsToWishlist',
1 => 'wishlist',
2 => 'items_v2',
3 => 'items',
4 => 0,
5 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToWishlist' =>
array (
'user_errors' =>
array (
),
'wishlist' =>
array (
'id' => '28',
'sharing_code' => 'sFWACoTNivgSuu5Zs9iMyVjyQ3YQlkMA',
'items_count' => 1,
'updated_at' => '2025-02-03 16:21:34',
'items_v2' =>
array (
'items' =>
array (
0 =>
array (
'id' => '29',
'description' => NULL,
'quantity' => 2,
'added_at' => '2025-02-03 16:21:34',
'configurable_options' => NULL,
'configured_variant' =>
array (
'sku' => 'simple_10',
),
'customizable_options' =>
array (
),
'product' =>
array (
'sku' => 'configurable',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/AddConfigurableProductToWishlistTest.php:62
3) Magento\GraphQl\Wishlist\AddConfigurableProductToWishlistTest::testAddConfigurableProductWithCustomOptions
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 30,
'column' => 11,
),
),
'path' =>
array (
0 => 'addProductsToWishlist',
1 => 'wishlist',
2 => 'items_v2',
3 => 'items',
4 => 0,
5 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToWishlist' =>
array (
'user_errors' =>
array (
),
'wishlist' =>
array (
'id' => '30',
'sharing_code' => 'mECW2c7iBaAhqcvLnlhkXmss7nhY750g',
'items_count' => 1,
'updated_at' => '2025-02-03 16:21:44',
'items_v2' =>
array (
'items' =>
array (
0 =>
array (
'id' => '31',
'description' => NULL,
'quantity' => 2,
'added_at' => '2025-02-03 16:21:44',
'configurable_options' => NULL,
'configured_variant' =>
array (
'sku' => 'simple_10',
),
'customizable_options' =>
array (
0 =>
array (
'customizable_option_uid' => 'Y3VzdG9tLW9wdGlvbi80Mw==',
'is_required' => true,
'label' => 'Dropdown Options',
'type' => 'drop_down',
'values' =>
array (
0 =>
array (
'customizable_option_value_uid' => 'Y3VzdG9tLW9wdGlvbi80My80OQ==',
'label' => 'Option 1',
'value' => '49',
'price' =>
array (
'value' => 10,
),
),
),
),
),
'product' =>
array (
'sku' => 'configurable',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/AddConfigurableProductToWishlistTest.php:134
--
There were 118 failures:
1) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithUnconfirmedCustomer
Unable to apply fixture: Magento/Customer/_files/unconfirmed_customer.php
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/Eav/Model/Attribute/Data/Select.php:53
/var/www/html/app/code/Magento/Eav/Model/Validator/Attribute/Data.php:163
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Eav/Model/Validator/Attribute/Data/Interceptor.php:59
/var/www/html/lib/internal/Magento/Framework/Validator/Constraint.php:51
/var/www/html/lib/internal/Magento/Framework/Validator.php:62
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/Customer.php:262
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/Customer.php:195
/var/www/html/app/code/Magento/Eav/Model/Entity/VersionControl/AbstractEntity.php:90
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/Checkout/Model/Plugin/RecollectQuoteOnCustomerGroupChange.php:99
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/ResourceModel/Customer/Interceptor.php:104
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/Customer/Interceptor.php:779
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/NegotiableQuoteTemplate/Plugin/Customer/Model/CustomerRepositoryPlugin.php:68
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/NegotiableQuote/Model/Plugin/Customer/Model/CustomerRepository.php:79
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/NegotiableQuote/Model/Plugin/Customer/Model/CustomerRepository.php:79
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/Company/Plugin/Customer/Api/CustomerRepository/Save.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/Customer/Model/Plugin/CustomerRepository/TransactionWrapper.php:44
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/ResourceModel/CustomerRepository/Interceptor.php:23
/var/www/html/app/code/Magento/Customer/Model/AccountManagement.php:926
/var/www/html/generated/code/Magento/Customer/Model/AccountManagement/Interceptor.php:104
/var/www/html/app/code/Magento/Customer/Model/AccountManagement.php:869
/var/www/html/generated/code/Magento/Customer/Model/AccountManagement/Interceptor.php:95
/var/www/html/dev/tests/integration/testsuite/Magento/Customer/_files/unconfirmed_customer.php:47
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
2) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithIncorrectEmailFormat
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
),
),
)' contains 'Enter a valid email address.
'.
3) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithAlreadySubscribedEmail
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
),
),
)' contains 'This email address is already subscribed.
'.
4) Magento\GraphQl\Newsletter\Guest\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithAlreadySubscribedEmail
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'subscribeEmailToNewsletter',
),
),
),
'data' =>
array (
'subscribeEmailToNewsletter' => NULL,
),
)' contains 'This email address is already subscribed.
'.
5) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenMissingToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
6) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenMissingReason
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
7) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithInvalidToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
8) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
9) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
10) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
11) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
12) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
13) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
14) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
15) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
16) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
17) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testOrderCancellationForLoggedInCustomerUsingToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
18) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
19) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelOrderUnauthorizedCustomer
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
20) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
21) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
22) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
23) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
24) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
25) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelOrderWithDisabledCancellation
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
26) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenMissingReason
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
27) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
28) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenMissingOrderId
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
29) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
30) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderFromAnotherCustomer
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\CouldNotSaveException: The stock item was unable to be saved. Please try again.
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:198
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1412 Table definition has changed, please retry transaction, query was: SELECT `catalog_category_product_index_store21`.`category_id`, `catalog_category_product_index_store21`.`product_id`, `catalog_category_product_index_store21`.`position`, `catalog_category_product_index_store21`.`store_id` FROM `catalog_category_product_index_store21` WHERE (store_id = '21') AND (product_id IN (235))
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:109
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:89
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Statement.php:313
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:480
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Pdo/Abstract.php:242
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:666
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:737
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:1121
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:1331
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:1103
/var/www/html/app/code/Magento/AdvancedSearch/Model/ResourceModel/Index.php:187
/var/www/html/app/code/Magento/Elasticsearch/Model/ResourceModel/Index.php:138
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php:57
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProviderProxy.php:56
/var/www/html/app/code/Magento/AdvancedSearch/Model/Adapter/DataMapper/AdditionalFieldsProvider.php:34
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php:178
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper/Interceptor.php:23
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperResolver.php:44
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/Elasticsearch.php:288
/var/www/html/app/code/Magento/Elasticsearch/Model/Indexer/IndexerHandler.php:173
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:233
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:199
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:32
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:50
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:571
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:257
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:293
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:298
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:69
/var/www/html/app/code/Magento/InventoryCatalog/Model/UpdateDefaultStock.php:91
/var/www/html/app/code/Magento/InventoryCatalog/Plugin/CatalogInventory/UpdateSourceItemAtLegacyStockItemSavePlugin.php:106
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item/Interceptor.php:140
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:195
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
PDOException: SQLSTATE[HY000]: General error: 1412 Table definition has changed, please retry transaction
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:90
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:106
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:89
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Statement.php:313
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:480
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Pdo/Abstract.php:242
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:666
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:737
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:1121
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:1331
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:1103
/var/www/html/app/code/Magento/AdvancedSearch/Model/ResourceModel/Index.php:187
/var/www/html/app/code/Magento/Elasticsearch/Model/ResourceModel/Index.php:138
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php:57
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProviderProxy.php:56
/var/www/html/app/code/Magento/AdvancedSearch/Model/Adapter/DataMapper/AdditionalFieldsProvider.php:34
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php:178
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper/Interceptor.php:23
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperResolver.php:44
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/Elasticsearch.php:288
/var/www/html/app/code/Magento/Elasticsearch/Model/Indexer/IndexerHandler.php:173
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:233
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:199
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:32
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:50
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:571
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:257
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:293
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:298
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:69
/var/www/html/app/code/Magento/InventoryCatalog/Model/UpdateDefaultStock.php:91
/var/www/html/app/code/Magento/InventoryCatalog/Plugin/CatalogInventory/UpdateSourceItemAtLegacyStockItemSavePlugin.php:106
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item/Interceptor.php:140
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:195
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
31) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
32) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
33) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
34) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
35) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
36) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
37) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
38) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
39) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOfflinePaymentFullyInvoiced
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
40) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOfflinePaymentFullyInvoicedPartiallyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
41) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderAttemptingXSSPassedThroughReasonField
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
42) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelPartiallyInvoicedOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
43) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenMissingOrderId
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
44) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
45) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenMissingKey
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
46) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
47) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
48) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
49) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
50) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderForWhichConfirmationKeyNotGenerated
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
51) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelCustomerOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
52) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithInvalidConfirmationKey
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
53) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testConfirmCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
54) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
55) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
56) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
57) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
58) Magento\GraphQl\OrderCancellation\OrderCancellationEnabledTest::testOrderCancellationEnabledConfig
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
59) Magento\GraphQl\OrderCancellation\OrderCancellationEnabledTest::testOrderCancellationDisabledConfig
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
60) Magento\GraphQl\OrderCancellation\OrderCancellationReasonsTest::testGetCancellationReasonsSetUpThroughConfiguration
Unable to apply fixture: Magento\Store\Test\Fixture\Website (website2)
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:221
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/InventorySales/Plugin/Store/Model/ResourceModel/Website/UpdateSalesChannelWebsiteCodePlugin.php:66
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:95
/var/www/html/app/code/Magento/Store/Test/Fixture/Website.php:83
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
61) Magento\GraphQl\OrderCancellation\OrderCancellationReasonsTest::testGetCancellationReasonsForDifferentStore
Unable to apply fixture: Magento\Store\Test\Fixture\Website (website3)
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:221
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/InventorySales/Plugin/Store/Model/ResourceModel/Website/UpdateSalesChannelWebsiteCodePlugin.php:66
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:95
/var/www/html/app/code/Magento/Store/Test/Fixture/Website.php:83
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
62) Magento\GraphQl\PaymentGraphQl\GetIsDeferredPaymentMethodTest::testIsDeferredPaymentMethod
Unable to apply fixture: Magento/GraphQl/Catalog/_files/simple_product.php
Caused by
Magento\Framework\Exception\CouldNotSaveException: The product was unable to be saved. Please try again.
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:935
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:527
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:57
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
63) Magento\GraphQl\PaymentGraphQl\StoreConfigTest::testStoreConfigZeroSubtotalCheckMoneyOrderDisabled
Failed asserting that true is false.
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/PaymentGraphQl/StoreConfigTest.php:116
64) Magento\GraphQl\PaymentGraphQl\StoreConfigTest::testStoreConfigZeroSubtotalCheckMoneyOrderCustom
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Test Zero Subtotal Title'
+'No Payment Information Required'
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/PaymentGraphQl/StoreConfigTest.php:176
65) Magento\GraphQl\PaypalGraphQl\GetIsPaypalExpressDeferredPaymentMethodTest::testGetIsPaypalExpressDeferredPaymentMethod
Unable to apply fixture: Magento/GraphQl/Catalog/_files/simple_product.php
Caused by
Magento\Framework\Exception\CouldNotSaveException: The product was unable to be saved. Please try again.
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:935
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:527
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:57
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
66) Magento\GraphQl\PurchaseOrder\AddCommentTest::testAddComment
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
67) Magento\GraphQl\PurchaseOrder\AddCommentTest::testCheckAddedCommentConsistCreatdAt
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
68) Magento\GraphQl\PurchaseOrder\AddCommentTest::testAddCommentNotCompanyUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
69) Magento\GraphQl\PurchaseOrder\AddCommentTest::testAddCommentNotExistingPurchaseOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
70) Magento\GraphQl\PurchaseOrder\AddComplexItemsToCartTest::testAddItems
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product1)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
71) Magento\GraphQl\PurchaseOrder\AddItemsToCartNegativeTest::testInsufficientStock
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product1)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
72) Magento\GraphQl\PurchaseOrder\AddItemsToCartReplaceTest::testAddItems
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product1)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
73) Magento\GraphQl\PurchaseOrder\AddItemsToCartTest::testAddItems
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product1)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
74) Magento\GraphQl\PurchaseOrder\ApproveTest::testAttemptToApprovePurchaseOrdersByNonAuthorizedUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
75) Magento\GraphQl\PurchaseOrder\ApproveTest::testAttemptToApproveNonExistingPurchaseOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
76) Magento\GraphQl\PurchaseOrder\ApproveTest::testApprovePendingPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
77) Magento\GraphQl\PurchaseOrder\ApproveTest::testAttemptToApproveApprovedPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
78) Magento\GraphQl\PurchaseOrder\CancelTest::testCancelPurchaseOrderInPendingStatus
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
79) Magento\GraphQl\PurchaseOrder\CancelTest::testCancelPurchaseOrderInApprovalRequiredStatus
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
80) Magento\GraphQl\PurchaseOrder\CancelTest::testAttemptToCancelPurchaseOrderInCanceledStatus
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
81) Magento\GraphQl\PurchaseOrder\CancelTest::testAttemptToCancelPurchaseOrderInApprovedStatus
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
82) Magento\GraphQl\PurchaseOrder\CancelTest::testAttemptToCancelPurchaseOrderInRejectedStatus
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
83) Magento\GraphQl\PurchaseOrder\CancelTest::testAttemptToValidateNonExistingPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
84) Magento\GraphQl\PurchaseOrder\CancelTest::testAttemptToCancelUnauthenticatedUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
85) Magento\GraphQl\PurchaseOrder\PlaceOrderDeferredPaymentTest::testPlaceOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
86) Magento\GraphQl\PurchaseOrder\PlaceOrderTest::testPlaceOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
87) Magento\GraphQl\PurchaseOrder\PlaceOrderTest::testUnauthorizedPlaceOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
88) Magento\GraphQl\PurchaseOrder\PlacePurchaseOrderTest::testPlacePurchaseOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
89) Magento\GraphQl\PurchaseOrder\PlacePurchaseOrderTest::testSuccessfulPONegotiableQuote
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
90) Magento\GraphQl\PurchaseOrder\PlacePurchaseOrderTest::testFailPOInactiveCart
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
91) Magento\GraphQl\PurchaseOrder\PlacedPurchaseOrderTest::testOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
92) Magento\GraphQl\PurchaseOrder\PurchaseOrderTest::testAllDirectFields
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
93) Magento\GraphQl\PurchaseOrder\PurchaseOrdersTest::testResolve
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
94) Magento\GraphQl\PurchaseOrder\RejectTest::testRejectPendingPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
95) Magento\GraphQl\PurchaseOrder\RejectTest::testAttemptToRejectApprovedPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
96) Magento\GraphQl\PurchaseOrder\RejectTest::testAttemptToRejectNonExistingPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
97) Magento\GraphQl\PurchaseOrder\RejectTest::testAttemptToRejectUnauthenticatedUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
98) Magento\GraphQl\PurchaseOrder\SetPaymentAndPlacePurchaseOrderTest::testPlacePurchaseOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
99) Magento\GraphQl\PurchaseOrderRule\ApprovalFlowTest::testFlow
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
100) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testAttemptToDeleteRuleWhenCompanyFeatureNotAvailable
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
101) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testAttemptToDeleteRuleByUnauthenticatedUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
102) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testAttemptToDeleteRuleWhenCustomerIsNotCompanyUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
103) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testAttemptToDeleteRuleWhenCustomerIsNotAuthorized
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
104) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testAttemptToDeleteRuleWhenMissingApprovalRuleUids
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
105) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testAttemptToDeleteNonExistingApprovalRule
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
106) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testDeleteRule
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
107) Magento\GraphQl\PurchaseOrderRule\ScenarioTest::testScenario
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
108) Magento\GraphQl\PurchaseOrderRule\ValidateTest::testValidatePendingPurchaseOrdersWhenNoRulesApply
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
109) Magento\GraphQl\PurchaseOrderRule\ValidateTest::testAttemptToValidateApprovedPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
110) Magento\GraphQl\PurchaseOrderRule\ValidateTest::testAttemptToValidateNonExistingPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
111) Magento\GraphQl\PurchaseOrderRule\ValidateTest::testAttemptToValidateUnauthenticatedUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
112) Magento\GraphQl\PurchaseOrderRule\ValidateWhenRulesApplyTest::testValidatePurchaseOrderInPendingStatusWhenRulesApplyAndRequiresApprovalFromAUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
113) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryRelatedProducts
Unable to apply fixture: Magento/Catalog/_files/products_related_multiple.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_multiple.php:29
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
114) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryDisableRelatedProduct
Unable to apply fixture: Magento/Catalog/_files/products_related_disabled.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_disabled.php:20
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
115) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryCrossSellProducts
Unable to apply fixture: Magento/Catalog/_files/products_crosssell.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_crosssell.php:20
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
116) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryUpSellProducts
Unable to apply fixture: Magento/Catalog/_files/products_upsell.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_upsell.php:32
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
117) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryDisableRelatedProductInStore
Unable to apply fixture: Magento/Catalog/_files/products_related_disabled_in_store.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_disabled_in_store.php:44
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
118) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryRelatedProductsInSortOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (p1)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
ERRORS!
Tests: 617, Assertions: 2688, Errors: 3, Failures: 118, Warnings: 3, PHPUnit Deprecations: 2, Skipped: 2.
=== Memory Usage System Stats ===
Memory usage (OS): 1877.29M (109.62% of 1712.50M reported by PHP)
Estimated memory leak: 164.79M (8.78% of used memory)
|
Graphql 2 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
............................................................... 63 / 201 ( 31%)
............................................................EEE 126 / 201 ( 62%)
E............................S................................. 189 / 201 ( 94%)
............ 201 / 201 (100%)
Time: 23:09.087, Memory: 506.50 MB
There were 4 errors:
1) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in denied category, customer" (1, 'simple-product-in-denied-category', ['customer@example.com', 'password'])
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
2) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in allowed category, customer" (0, 'simple-product-in-allowed-category', ['customer@example.com', 'password'])
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
3) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in denied category, guest" (1, 'simple-product-in-denied-category')
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
4) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in allowed category, guest" (0, 'simple-product-in-allowed-category')
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
ERRORS!
Tests: 201, Assertions: 1385, Errors: 4, Skipped: 1.
=== Memory Usage System Stats ===
Memory usage (OS): 628.50M (125.07% of 502.50M reported by PHP)
Estimated memory leak: 126.00M (20.05% of used memory)
|
Graphql 4 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D..........EEEE................................................ 63 / 296 ( 21%)
............................S.................................. 126 / 296 ( 42%)
............................................................... 189 / 296 ( 63%)
............................................................... 252 / 296 ( 85%)
............................................ 296 / 296 (100%)
Time: 52:55.480, Memory: 1.22 GB
There were 4 errors:
1) Magento\GraphQl\Company\CompanyAccountTest::testCreateCompanyAccount with data set #0 (3, 3, null)
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'createCompany',
),
),
),
'data' =>
array (
'createCompany' => NULL,
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Company/CompanyAccountTest.php:342
2) Magento\GraphQl\Company\CompanyAccountTest::testCreateCompanyAccount with data set #1 (3, 1, null)
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'createCompany',
),
),
),
'data' =>
array (
'createCompany' => NULL,
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Company/CompanyAccountTest.php:342
3) Magento\GraphQl\Company\CompanyAccountTest::testCreateCompanyAccount with data set #2 (3, 2, null)
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'createCompany',
),
),
),
'data' =>
array (
'createCompany' => NULL,
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Company/CompanyAccountTest.php:342
4) Magento\GraphQl\Company\CompanyAccountTest::testCreateCompanyAccount with data set #3 (1, 1, null)
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'createCompany',
),
),
),
'data' =>
array (
'createCompany' => NULL,
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Company/CompanyAccountTest.php:342
ERRORS!
Tests: 296, Assertions: 1102, Errors: 4, PHPUnit Deprecations: 22, Skipped: 1.
=== Memory Usage System Stats ===
Memory usage (OS): 1393.09M (112.12% of 1242.50M reported by PHP)
Estimated memory leak: 150.59M (10.81% of used memory)
|
Graphql 5 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
E....EE.........EE..E.E........................................ 63 / 157 ( 40%)
............................................................... 126 / 157 ( 80%)
............................... 157 / 157 (100%)
Time: 15:00.417, Memory: 646.50 MB
There were 7 errors:
1) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartSingleMutationTest::testAddConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartSingleMutationTest.php:87
2) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'nLpYjnDXBaGyZIAeXnRaAA2NaZQN2hO4',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:57
3) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddMultipleConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:132
4) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCartWithCustomOption
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 26,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:429
5) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCartWithDifferentStoreHeader
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'jB06HZpeMRqmC2y9mAoSdyGFfG3kctzJ',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:483
6) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddMoreProductsFromAnotherStore
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'SOeVqb2PpT7mWTHn3hPGVe1vAGZsppjE',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:587
7) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductsWithDifferentParentsToCartTest::testAddMultipleConfigurableProductsWithDifferentParentsToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductsWithDifferentParentsToCartTest.php:98
ERRORS!
Tests: 157, Assertions: 1405, Errors: 7.
=== Memory Usage System Stats ===
Memory usage (OS): 788.67M (122.37% of 644.50M reported by PHP)
Estimated memory leak: 144.17M (18.28% of used memory)
|
Graphql 6 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D......................................................EF...... 63 / 257 ( 24%)
................................E..........S.S................F 126 / 257 ( 49%)
F...........FF.................................FEE.FEEFFFFFFFSE 189 / 257 ( 73%)
PHP Fatal error: Uncaught PHPUnit\Framework\Exception: User Error: Some transactions have not been committed or rolled back in /var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:4227. in /var/www/html/dev/tests/api-functional/framework/bootstrap.php:151
Stack trace:
#0 [internal function]: {closure}()
#1 /var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php(4227): trigger_error()
#2 /var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php(1109): Magento\Framework\DB\Adapter\Pdo\Mysql->__destruct()
#3 [internal function]: Magento\ResourceConnections\DB\Adapter\Pdo\MysqlProxy->__destruct()
#4 {main}
thrown in /var/www/html/dev/tests/api-functional/framework/bootstrap.php on line 151
An error occurred inside PHPUnit.
Message: Unable to revert fixture: Magento\Customer\Test\Fixture\CustomerAttribute (multiselect_attribute)
Caused by
Magento\Framework\Exception\StateException: The attribute can't be deleted.
/var/www/html/app/code/Magento/Eav/Model/AttributeRepository.php:184
/var/www/html/app/code/Magento/Eav/Model/AttributeRepository.php:204
/var/www/html/app/code/Magento/Customer/Test/Fixture/CustomerAttribute.php:109
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:82
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:150
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:56
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:75
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:139
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestFinishedSubscriber.php:38
Location: /var/www/html/vendor/phpunit/phpunit/src/Framework/Assert.php:2286
#0 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php(38): PHPUnit\Framework\Assert::fail()
#1 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php(152): Magento\TestFramework\Annotation\ExceptionHandler::handle()
#2 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php(56): Magento\TestFramework\Annotation\AbstractDataFixture->_revertFixtures()
#3 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php(75): Magento\TestFramework\Annotation\DataFixture->endTestTransactionRequest()
#4 [internal function]: Magento\TestFramework\Annotation\ApiDataFixture->endTestTransactionRequest()
#5 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#6 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(76): Magento\TestFramework\EventManager->fireEvent()
#7 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(56): Magento\TestFramework\Event\Transaction->_processTransactionRequests()
#8 [internal function]: Magento\TestFramework\Event\Transaction->endTest()
#9 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#10 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(139): Magento\TestFramework\EventManager->fireEvent()
#11 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestFinishedSubscriber.php(38): Magento\TestFramework\Event\PhpUnit->endTest()
#12 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestFinishedSubscriber->notify()
#13 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#14 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(1036): PHPUnit\Event\DeferringDispatcher->dispatch()
#15 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(242): PHPUnit\Event\DispatchingEmitter->testFinished()
#16 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#17 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#18 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#19 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#20 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#21 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#22 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#23 {main}
=== Memory Usage System Stats ===
Memory usage (OS): 518.59M (131.45% of 394.50M reported by PHP)
Estimated memory leak: 124.09M (23.93% of used memory)
|
Graphqlappserver 1 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D....S......................................................... 63 / 325 ( 19%)
............................................................... 126 / 325 ( 38%)
............................................................... 189 / 325 ( 58%)
S.............................................................. 252 / 325 ( 77%)
.....................................EEE....................... 315 / 325 ( 96%)
.......... 325 / 325 (100%)
Time: 29:35.536, Memory: 1.07 GB
There were 3 errors:
1) Magento\GraphQl\Sales\ReorderConfigurableWithVariationsTest::testVariations
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 2,
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:296
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:90
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:78
2) Magento\GraphQl\Sales\ReorderConfigurableWithVariationsTest::testWithDeletedVariation
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
0 =>
array (
'path' =>
array (
0 => 'orderNumber',
),
'code' => 'UNDEFINED',
),
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 1,
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:296
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:190
3) Magento\GraphQl\Sales\ReorderMultipleProductsTest::testMutplipleProducts
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 1,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 5,
'items' =>
array (
0 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'simple-2',
),
),
1 => NULL,
2 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'virtual_product',
),
),
3 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'bundle-product-radio-required-option',
),
'bundle_options' =>
array (
0 =>
array (
'label' => 'Radio Options',
'type' => 'radio',
'values' =>
array (
0 =>
array (
'label' => 'Simple Product',
'price' => 10,
'quantity' => 1,
),
),
),
),
),
4 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'downloadable-product',
),
'links' =>
array (
0 =>
array (
'title' => 'Downloadable Product Link',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderMultipleProductsTest.php:156
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderMultipleProductsTest.php:64
ERRORS!
Tests: 325, Assertions: 3786, Errors: 3, PHPUnit Deprecations: 3, Skipped: 2.
=== Memory Usage System Stats ===
Memory usage (OS): 1258.32M (115.34% of 1091.00M reported by PHP)
Estimated memory leak: 167.32M (13.30% of used memory)
|
Graphqlappserver 11 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
............................................................... 63 / 151 ( 41%)
....................................E.....S.................... 126 / 151 ( 83%)
......................... 151 / 151 (100%)
Time: 14:55.140, Memory: 549.00 MB
There was 1 error:
1) Magento\GraphQl\SharedCatalog\AddProductToCartTest::testConfigurableProductIsAddedToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 20,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/SharedCatalog/AddProductToCartTest.php:302
ERRORS!
Tests: 151, Assertions: 823, Errors: 1, Skipped: 1.
=== Memory Usage System Stats ===
Memory usage (OS): 699.27M (128.31% of 545.00M reported by PHP)
Estimated memory leak: 154.27M (22.06% of used memory)
|
Graphqlappserver 13 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D.............................................................. 63 / 617 ( 10%)
............................................................... 126 / 617 ( 20%)
SS............................................................. 189 / 617 ( 30%)
........................................................FFF.E.F 252 / 617 ( 40%)
F.FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF.FFF. 315 / 617 ( 51%)
FFFFFFFFFFFFFFFFFFFFFF....FFFFFFFF..FFFFFFF........FFFFFFF..... 378 / 617 ( 61%)
..F.......FFFFF..FFFFFF........................................ 441 / 617 ( 71%)
............................................................... 504 / 617 ( 81%)
............................................................... 567 / 617 ( 91%)
................E.E............................... 617 / 617 (100%)
Time: 47:07.983, Memory: 1.68 GB
There were 3 PHPUnit test runner warnings:
1) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Adapter/Mysql.php(29): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(23): Magento\TestFramework\Db\Adapter\Mysql->beginTransparentTransaction()
#3 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy.php(42): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransparentTransaction()
#4 /var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php(23): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy->beginTransparentTransaction()
#5 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(95): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy\Interceptor->beginTransparentTransaction()
#6 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(81): Magento\TestFramework\Event\Transaction->_startTransaction()
#7 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(46): Magento\TestFramework\Event\Transaction->_processTransactionRequests()
#8 [internal function]: Magento\TestFramework\Event\Transaction->startTest()
#9 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#10 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#11 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#12 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#13 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#14 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#15 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#16 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#17 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#18 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#19 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#20 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#21 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#22 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#23 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#24 {main}
2) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php(227): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php(68): Magento\ResourceConnections\DB\Adapter\Pdo\MysqlProxy->beginTransaction()
#3 /var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php(66): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy\Interceptor->beginTransaction()
#4 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(49): Magento\Framework\Model\ResourceModel\AbstractResource->beginTransaction()
#5 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(129): Magento\Framework\DB\Transaction->_startTransaction()
#6 /var/www/html/app/code/Magento/Config/Model/Config.php(218): Magento\Framework\DB\Transaction->save()
#7 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(58): Magento\Config\Model\Config->save()
#8 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(138): Magento\Config\Model\Config\Interceptor->___callParent()
#9 /var/www/html/app/code/Magento/CatalogPermissions/Model/Indexer/Plugin/ConfigData.php(97): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#10 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(135): Magento\CatalogPermissions\Model\Indexer\Plugin\ConfigData->aroundSave()
#11 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(153): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#12 /var/www/html/generated/code/Magento/Config/Model/Config/Interceptor.php(23): Magento\Config\Model\Config\Interceptor->___callPlugins()
#13 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(129): Magento\Config\Model\Config\Interceptor->save()
#14 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(79): Magento\TestFramework\App\ApiMutableScopeConfig->persistConfig()
#15 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(123): Magento\TestFramework\App\ApiMutableScopeConfig->setValue()
#16 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(100): Magento\TestFramework\Annotation\ConfigFixture->setScopeConfigValue()
#17 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(93): Magento\TestFramework\Annotation\ConfigFixture->_setConfigValue()
#18 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(174): Magento\TestFramework\Annotation\ApiConfigFixture->setGlobalConfigValue()
#19 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(69): Magento\TestFramework\Annotation\ConfigFixture->_assignConfigData()
#20 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(286): Magento\TestFramework\Annotation\ApiConfigFixture->_assignConfigData()
#21 [internal function]: Magento\TestFramework\Annotation\ConfigFixture->startTest()
#22 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#23 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#24 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#25 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#26 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#27 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#28 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#29 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#30 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#31 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#32 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#33 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#34 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#35 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#36 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#37 {main}
3) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php(227): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php(68): Magento\ResourceConnections\DB\Adapter\Pdo\MysqlProxy->beginTransaction()
#3 /var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php(66): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy\Interceptor->beginTransaction()
#4 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(49): Magento\Framework\Model\ResourceModel\AbstractResource->beginTransaction()
#5 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(129): Magento\Framework\DB\Transaction->_startTransaction()
#6 /var/www/html/app/code/Magento/Config/Model/Config.php(218): Magento\Framework\DB\Transaction->save()
#7 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(58): Magento\Config\Model\Config->save()
#8 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(138): Magento\Config\Model\Config\Interceptor->___callParent()
#9 /var/www/html/app/code/Magento/CatalogPermissions/Model/Indexer/Plugin/ConfigData.php(97): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#10 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(135): Magento\CatalogPermissions\Model\Indexer\Plugin\ConfigData->aroundSave()
#11 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(153): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#12 /var/www/html/generated/code/Magento/Config/Model/Config/Interceptor.php(23): Magento\Config\Model\Config\Interceptor->___callPlugins()
#13 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(129): Magento\Config\Model\Config\Interceptor->save()
#14 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(79): Magento\TestFramework\App\ApiMutableScopeConfig->persistConfig()
#15 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(123): Magento\TestFramework\App\ApiMutableScopeConfig->setValue()
#16 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(100): Magento\TestFramework\Annotation\ConfigFixture->setScopeConfigValue()
#17 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(93): Magento\TestFramework\Annotation\ConfigFixture->_setConfigValue()
#18 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(174): Magento\TestFramework\Annotation\ApiConfigFixture->setGlobalConfigValue()
#19 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(69): Magento\TestFramework\Annotation\ConfigFixture->_assignConfigData()
#20 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(286): Magento\TestFramework\Annotation\ApiConfigFixture->_assignConfigData()
#21 [internal function]: Magento\TestFramework\Annotation\ConfigFixture->startTest()
#22 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#23 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#24 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#25 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#26 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#27 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#28 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#29 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#30 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#31 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#32 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#33 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#34 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#35 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#36 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#37 {main}
--
There were 3 errors:
1) Magento\GraphQl\Newsletter\Guest\SubscribeEmailToNewsletterTest::testAddEmailIntoNewsletterSubscription
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'subscribeEmailToNewsletter',
),
),
),
'data' =>
array (
'subscribeEmailToNewsletter' => NULL,
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Newsletter/Guest/SubscribeEmailToNewsletterTest.php:40
2) Magento\GraphQl\Wishlist\AddConfigurableProductToWishlistTest::testAddConfigurableProductWithOptions
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addProductsToWishlist',
1 => 'wishlist',
2 => 'items_v2',
3 => 'items',
4 => 0,
5 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToWishlist' =>
array (
'user_errors' =>
array (
),
'wishlist' =>
array (
'id' => '28',
'sharing_code' => 'H5uZWHxnGtJDmPS0abkh5q6gRStULiEs',
'items_count' => 1,
'updated_at' => '2025-02-03 16:22:31',
'items_v2' =>
array (
'items' =>
array (
0 =>
array (
'id' => '29',
'description' => NULL,
'quantity' => 2,
'added_at' => '2025-02-03 16:22:31',
'configurable_options' => NULL,
'configured_variant' =>
array (
'sku' => 'simple_10',
),
'customizable_options' =>
array (
),
'product' =>
array (
'sku' => 'configurable',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/AddConfigurableProductToWishlistTest.php:62
3) Magento\GraphQl\Wishlist\AddConfigurableProductToWishlistTest::testAddConfigurableProductWithCustomOptions
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 30,
'column' => 11,
),
),
'path' =>
array (
0 => 'addProductsToWishlist',
1 => 'wishlist',
2 => 'items_v2',
3 => 'items',
4 => 0,
5 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToWishlist' =>
array (
'user_errors' =>
array (
),
'wishlist' =>
array (
'id' => '30',
'sharing_code' => '7Bxunxm3VCn4U3XFW1xSBZgS1ejbyQlO',
'items_count' => 1,
'updated_at' => '2025-02-03 16:22:43',
'items_v2' =>
array (
'items' =>
array (
0 =>
array (
'id' => '31',
'description' => NULL,
'quantity' => 2,
'added_at' => '2025-02-03 16:22:43',
'configurable_options' => NULL,
'configured_variant' =>
array (
'sku' => 'simple_10',
),
'customizable_options' =>
array (
0 =>
array (
'customizable_option_uid' => 'Y3VzdG9tLW9wdGlvbi80Mw==',
'is_required' => true,
'label' => 'Dropdown Options',
'type' => 'drop_down',
'values' =>
array (
0 =>
array (
'customizable_option_value_uid' => 'Y3VzdG9tLW9wdGlvbi80My80OQ==',
'label' => 'Option 1',
'value' => '49',
'price' =>
array (
'value' => 10,
),
),
),
),
),
'product' =>
array (
'sku' => 'configurable',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/AddConfigurableProductToWishlistTest.php:134
--
There were 120 failures:
1) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithUnconfirmedCustomer
Unable to apply fixture: Magento/Customer/_files/unconfirmed_customer.php
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/Eav/Model/Attribute/Data/Select.php:53
/var/www/html/app/code/Magento/Eav/Model/Validator/Attribute/Data.php:163
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Eav/Model/Validator/Attribute/Data/Interceptor.php:59
/var/www/html/lib/internal/Magento/Framework/Validator/Constraint.php:51
/var/www/html/lib/internal/Magento/Framework/Validator.php:62
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/Customer.php:262
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/Customer.php:195
/var/www/html/app/code/Magento/Eav/Model/Entity/VersionControl/AbstractEntity.php:90
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/Checkout/Model/Plugin/RecollectQuoteOnCustomerGroupChange.php:99
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/ResourceModel/Customer/Interceptor.php:104
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/Customer/Interceptor.php:779
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/NegotiableQuoteTemplate/Plugin/Customer/Model/CustomerRepositoryPlugin.php:68
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/NegotiableQuote/Model/Plugin/Customer/Model/CustomerRepository.php:79
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/NegotiableQuote/Model/Plugin/Customer/Model/CustomerRepository.php:79
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/Company/Plugin/Customer/Api/CustomerRepository/Save.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/Customer/Model/Plugin/CustomerRepository/TransactionWrapper.php:44
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/ResourceModel/CustomerRepository/Interceptor.php:23
/var/www/html/app/code/Magento/Customer/Model/AccountManagement.php:926
/var/www/html/generated/code/Magento/Customer/Model/AccountManagement/Interceptor.php:104
/var/www/html/app/code/Magento/Customer/Model/AccountManagement.php:869
/var/www/html/generated/code/Magento/Customer/Model/AccountManagement/Interceptor.php:95
/var/www/html/dev/tests/integration/testsuite/Magento/Customer/_files/unconfirmed_customer.php:47
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
2) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithIncorrectEmailFormat
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
),
),
)' contains 'Enter a valid email address.
'.
3) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithAlreadySubscribedEmail
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
),
),
)' contains 'This email address is already subscribed.
'.
4) Magento\GraphQl\Newsletter\Guest\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithDisallowedGuestSubscription
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'subscribeEmailToNewsletter',
),
),
),
'data' =>
array (
'subscribeEmailToNewsletter' => NULL,
),
)' contains 'Guests can not subscribe to the newsletter. You must create an account to subscribe.
'.
5) Magento\GraphQl\Newsletter\Guest\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithAlreadySubscribedEmail
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'subscribeEmailToNewsletter',
),
),
),
'data' =>
array (
'subscribeEmailToNewsletter' => NULL,
),
)' contains 'This email address is already subscribed.
'.
6) Magento\GraphQl\Newsletter\NewsletterIsEnabledTest::testNewsletterIsDisabled
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
'storeConfig' => Array (
- 'newsletter_enabled' => false
+ 'newsletter_enabled' => true
)
)
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Newsletter/NewsletterIsEnabledTest.php:48
7) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenMissingToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
8) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenMissingReason
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
9) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithInvalidToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
10) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
11) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
12) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
13) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
14) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
15) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
16) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
17) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
18) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
19) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testOrderCancellationForLoggedInCustomerUsingToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
20) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
21) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelOrderUnauthorizedCustomer
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
22) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
23) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
24) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
25) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
26) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
27) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelOrderWithDisabledCancellation
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
28) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenMissingReason
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
29) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
30) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenMissingOrderId
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
31) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
32) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderFromAnotherCustomer
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\CouldNotSaveException: The stock item was unable to be saved. Please try again.
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:198
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1412 Table definition has changed, please retry transaction, query was: SELECT `catalog_category_product_index_store21`.`category_id`, `catalog_category_product_index_store21`.`product_id`, `catalog_category_product_index_store21`.`position`, `catalog_category_product_index_store21`.`store_id` FROM `catalog_category_product_index_store21` WHERE (store_id = '21') AND (product_id IN (235))
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:109
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:89
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Statement.php:313
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:480
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Pdo/Abstract.php:242
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:666
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:737
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:1121
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:1331
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:1103
/var/www/html/app/code/Magento/AdvancedSearch/Model/ResourceModel/Index.php:187
/var/www/html/app/code/Magento/Elasticsearch/Model/ResourceModel/Index.php:138
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php:57
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProviderProxy.php:56
/var/www/html/app/code/Magento/AdvancedSearch/Model/Adapter/DataMapper/AdditionalFieldsProvider.php:34
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php:178
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper/Interceptor.php:23
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperResolver.php:44
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/Elasticsearch.php:288
/var/www/html/app/code/Magento/Elasticsearch/Model/Indexer/IndexerHandler.php:173
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:233
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:199
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:32
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:50
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:571
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:257
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:293
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:298
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:69
/var/www/html/app/code/Magento/InventoryCatalog/Model/UpdateDefaultStock.php:91
/var/www/html/app/code/Magento/InventoryCatalog/Plugin/CatalogInventory/UpdateSourceItemAtLegacyStockItemSavePlugin.php:106
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item/Interceptor.php:140
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:195
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
PDOException: SQLSTATE[HY000]: General error: 1412 Table definition has changed, please retry transaction
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:90
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:106
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:89
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Statement.php:313
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:480
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Pdo/Abstract.php:242
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:666
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:737
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:1121
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:1331
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:1103
/var/www/html/app/code/Magento/AdvancedSearch/Model/ResourceModel/Index.php:187
/var/www/html/app/code/Magento/Elasticsearch/Model/ResourceModel/Index.php:138
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php:57
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProviderProxy.php:56
/var/www/html/app/code/Magento/AdvancedSearch/Model/Adapter/DataMapper/AdditionalFieldsProvider.php:34
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php:178
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper/Interceptor.php:23
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperResolver.php:44
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/Elasticsearch.php:288
/var/www/html/app/code/Magento/Elasticsearch/Model/Indexer/IndexerHandler.php:173
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:233
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:199
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:32
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:50
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:571
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:257
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:293
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:298
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:69
/var/www/html/app/code/Magento/InventoryCatalog/Model/UpdateDefaultStock.php:91
/var/www/html/app/code/Magento/InventoryCatalog/Plugin/CatalogInventory/UpdateSourceItemAtLegacyStockItemSavePlugin.php:106
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item/Interceptor.php:140
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:195
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
33) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
34) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
35) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
36) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
37) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
38) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
39) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
40) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
41) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOfflinePaymentFullyInvoiced
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
42) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOfflinePaymentFullyInvoicedPartiallyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
43) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderAttemptingXSSPassedThroughReasonField
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
44) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelPartiallyInvoicedOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
45) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenMissingOrderId
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
46) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
47) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenMissingKey
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
48) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
49) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
50) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
51) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
52) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderForWhichConfirmationKeyNotGenerated
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
53) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelCustomerOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
54) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithInvalidConfirmationKey
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
55) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testConfirmCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
56) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
57) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
58) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
59) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
60) Magento\GraphQl\OrderCancellation\OrderCancellationEnabledTest::testOrderCancellationEnabledConfig
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
61) Magento\GraphQl\OrderCancellation\OrderCancellationEnabledTest::testOrderCancellationDisabledConfig
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
62) Magento\GraphQl\OrderCancellation\OrderCancellationReasonsTest::testGetCancellationReasonsSetUpThroughConfiguration
Unable to apply fixture: Magento\Store\Test\Fixture\Website (website2)
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:221
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/InventorySales/Plugin/Store/Model/ResourceModel/Website/UpdateSalesChannelWebsiteCodePlugin.php:66
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:95
/var/www/html/app/code/Magento/Store/Test/Fixture/Website.php:83
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
63) Magento\GraphQl\OrderCancellation\OrderCancellationReasonsTest::testGetCancellationReasonsForDifferentStore
Unable to apply fixture: Magento\Store\Test\Fixture\Website (website3)
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:221
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/InventorySales/Plugin/Store/Model/ResourceModel/Website/UpdateSalesChannelWebsiteCodePlugin.php:66
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:95
/var/www/html/app/code/Magento/Store/Test/Fixture/Website.php:83
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
64) Magento\GraphQl\PaymentGraphQl\GetIsDeferredPaymentMethodTest::testIsDeferredPaymentMethod
Unable to apply fixture: Magento/GraphQl/Catalog/_files/simple_product.php
Caused by
Magento\Framework\Exception\CouldNotSaveException: The product was unable to be saved. Please try again.
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:935
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:527
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:57
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
65) Magento\GraphQl\PaymentGraphQl\StoreConfigTest::testStoreConfigZeroSubtotalCheckMoneyOrderDisabled
Failed asserting that true is false.
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/PaymentGraphQl/StoreConfigTest.php:116
66) Magento\GraphQl\PaymentGraphQl\StoreConfigTest::testStoreConfigZeroSubtotalCheckMoneyOrderCustom
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Test Zero Subtotal Title'
+'No Payment Information Required'
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/PaymentGraphQl/StoreConfigTest.php:176
67) Magento\GraphQl\PaypalGraphQl\GetIsPaypalExpressDeferredPaymentMethodTest::testGetIsPaypalExpressDeferredPaymentMethod
Unable to apply fixture: Magento/GraphQl/Catalog/_files/simple_product.php
Caused by
Magento\Framework\Exception\CouldNotSaveException: The product was unable to be saved. Please try again.
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:935
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:527
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:57
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
68) Magento\GraphQl\PurchaseOrder\AddCommentTest::testAddComment
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
69) Magento\GraphQl\PurchaseOrder\AddCommentTest::testCheckAddedCommentConsistCreatdAt
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
70) Magento\GraphQl\PurchaseOrder\AddCommentTest::testAddCommentNotCompanyUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
71) Magento\GraphQl\PurchaseOrder\AddCommentTest::testAddCommentNotExistingPurchaseOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
72) Magento\GraphQl\PurchaseOrder\AddComplexItemsToCartTest::testAddItems
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product1)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
73) Magento\GraphQl\PurchaseOrder\AddItemsToCartNegativeTest::testInsufficientStock
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product1)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
74) Magento\GraphQl\PurchaseOrder\AddItemsToCartReplaceTest::testAddItems
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product1)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
75) Magento\GraphQl\PurchaseOrder\AddItemsToCartTest::testAddItems
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product1)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
76) Magento\GraphQl\PurchaseOrder\ApproveTest::testAttemptToApprovePurchaseOrdersByNonAuthorizedUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
77) Magento\GraphQl\PurchaseOrder\ApproveTest::testAttemptToApproveNonExistingPurchaseOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
78) Magento\GraphQl\PurchaseOrder\ApproveTest::testApprovePendingPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
79) Magento\GraphQl\PurchaseOrder\ApproveTest::testAttemptToApproveApprovedPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
80) Magento\GraphQl\PurchaseOrder\CancelTest::testCancelPurchaseOrderInPendingStatus
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
81) Magento\GraphQl\PurchaseOrder\CancelTest::testCancelPurchaseOrderInApprovalRequiredStatus
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
82) Magento\GraphQl\PurchaseOrder\CancelTest::testAttemptToCancelPurchaseOrderInCanceledStatus
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
83) Magento\GraphQl\PurchaseOrder\CancelTest::testAttemptToCancelPurchaseOrderInApprovedStatus
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
84) Magento\GraphQl\PurchaseOrder\CancelTest::testAttemptToCancelPurchaseOrderInRejectedStatus
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
85) Magento\GraphQl\PurchaseOrder\CancelTest::testAttemptToValidateNonExistingPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
86) Magento\GraphQl\PurchaseOrder\CancelTest::testAttemptToCancelUnauthenticatedUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
87) Magento\GraphQl\PurchaseOrder\PlaceOrderDeferredPaymentTest::testPlaceOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
88) Magento\GraphQl\PurchaseOrder\PlaceOrderTest::testPlaceOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
89) Magento\GraphQl\PurchaseOrder\PlaceOrderTest::testUnauthorizedPlaceOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
90) Magento\GraphQl\PurchaseOrder\PlacePurchaseOrderTest::testPlacePurchaseOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
91) Magento\GraphQl\PurchaseOrder\PlacePurchaseOrderTest::testSuccessfulPONegotiableQuote
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
92) Magento\GraphQl\PurchaseOrder\PlacePurchaseOrderTest::testFailPOInactiveCart
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
93) Magento\GraphQl\PurchaseOrder\PlacedPurchaseOrderTest::testOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
94) Magento\GraphQl\PurchaseOrder\PurchaseOrderTest::testAllDirectFields
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
95) Magento\GraphQl\PurchaseOrder\PurchaseOrdersTest::testResolve
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
96) Magento\GraphQl\PurchaseOrder\RejectTest::testRejectPendingPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
97) Magento\GraphQl\PurchaseOrder\RejectTest::testAttemptToRejectApprovedPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
98) Magento\GraphQl\PurchaseOrder\RejectTest::testAttemptToRejectNonExistingPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
99) Magento\GraphQl\PurchaseOrder\RejectTest::testAttemptToRejectUnauthenticatedUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
100) Magento\GraphQl\PurchaseOrder\SetPaymentAndPlacePurchaseOrderTest::testPlacePurchaseOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
101) Magento\GraphQl\PurchaseOrderRule\ApprovalFlowTest::testFlow
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
102) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testAttemptToDeleteRuleWhenCompanyFeatureNotAvailable
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
103) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testAttemptToDeleteRuleByUnauthenticatedUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
104) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testAttemptToDeleteRuleWhenCustomerIsNotCompanyUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
105) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testAttemptToDeleteRuleWhenCustomerIsNotAuthorized
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
106) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testAttemptToDeleteRuleWhenMissingApprovalRuleUids
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
107) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testAttemptToDeleteNonExistingApprovalRule
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
108) Magento\GraphQl\PurchaseOrderRule\DeleteRuleTest::testDeleteRule
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
109) Magento\GraphQl\PurchaseOrderRule\ScenarioTest::testScenario
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
110) Magento\GraphQl\PurchaseOrderRule\ValidateTest::testValidatePendingPurchaseOrdersWhenNoRulesApply
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
111) Magento\GraphQl\PurchaseOrderRule\ValidateTest::testAttemptToValidateApprovedPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
112) Magento\GraphQl\PurchaseOrderRule\ValidateTest::testAttemptToValidateNonExistingPurchaseOrders
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
113) Magento\GraphQl\PurchaseOrderRule\ValidateTest::testAttemptToValidateUnauthenticatedUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
114) Magento\GraphQl\PurchaseOrderRule\ValidateWhenRulesApplyTest::testValidatePurchaseOrderInPendingStatusWhenRulesApplyAndRequiresApprovalFromAUser
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
115) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryRelatedProducts
Unable to apply fixture: Magento/Catalog/_files/products_related_multiple.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_multiple.php:29
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
116) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryDisableRelatedProduct
Unable to apply fixture: Magento/Catalog/_files/products_related_disabled.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_disabled.php:20
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
117) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryCrossSellProducts
Unable to apply fixture: Magento/Catalog/_files/products_crosssell.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_crosssell.php:20
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
118) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryUpSellProducts
Unable to apply fixture: Magento/Catalog/_files/products_upsell.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_upsell.php:32
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
119) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryDisableRelatedProductInStore
Unable to apply fixture: Magento/Catalog/_files/products_related_disabled_in_store.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_disabled_in_store.php:44
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
120) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryRelatedProductsInSortOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (p1)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
ERRORS!
Tests: 617, Assertions: 2688, Errors: 3, Failures: 120, Warnings: 3, PHPUnit Deprecations: 2, Skipped: 2.
=== Memory Usage System Stats ===
Memory usage (OS): 1885.75M (109.86% of 1716.50M reported by PHP)
Estimated memory leak: 169.25M (8.98% of used memory)
|
Graphqlappserver 2 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
............................................................... 63 / 201 ( 31%)
............................................................EEE 126 / 201 ( 62%)
E............................S................................. 189 / 201 ( 94%)
............ 201 / 201 (100%)
Time: 21:55.421, Memory: 508.50 MB
There were 4 errors:
1) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in denied category, customer" (1, 'simple-product-in-denied-category', ['customer@example.com', 'password'])
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
2) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in allowed category, customer" (0, 'simple-product-in-allowed-category', ['customer@example.com', 'password'])
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
3) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in denied category, guest" (1, 'simple-product-in-denied-category')
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
4) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in allowed category, guest" (0, 'simple-product-in-allowed-category')
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
ERRORS!
Tests: 201, Assertions: 1385, Errors: 4, Skipped: 1.
=== Memory Usage System Stats ===
Memory usage (OS): 635.23M (125.42% of 506.50M reported by PHP)
Estimated memory leak: 128.73M (20.27% of used memory)
|
Graphqlappserver 4 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D..........EEEE................................................ 63 / 296 ( 21%)
............................S.................................. 126 / 296 ( 42%)
............................................................... 189 / 296 ( 63%)
............................................................... 252 / 296 ( 85%)
............................................ 296 / 296 (100%)
Time: 57:08.242, Memory: 1.22 GB
There were 4 errors:
1) Magento\GraphQl\Company\CompanyAccountTest::testCreateCompanyAccount with data set #0 (3, 3, null)
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'createCompany',
),
),
),
'data' =>
array (
'createCompany' => NULL,
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Company/CompanyAccountTest.php:342
2) Magento\GraphQl\Company\CompanyAccountTest::testCreateCompanyAccount with data set #1 (3, 1, null)
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'createCompany',
),
),
),
'data' =>
array (
'createCompany' => NULL,
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Company/CompanyAccountTest.php:342
3) Magento\GraphQl\Company\CompanyAccountTest::testCreateCompanyAccount with data set #2 (3, 2, null)
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'createCompany',
),
),
),
'data' =>
array (
'createCompany' => NULL,
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Company/CompanyAccountTest.php:342
4) Magento\GraphQl\Company\CompanyAccountTest::testCreateCompanyAccount with data set #3 (1, 1, null)
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'createCompany',
),
),
),
'data' =>
array (
'createCompany' => NULL,
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Company/CompanyAccountTest.php:342
ERRORS!
Tests: 296, Assertions: 1102, Errors: 4, PHPUnit Deprecations: 22, Skipped: 1.
=== Memory Usage System Stats ===
Memory usage (OS): 1396.62M (112.40% of 1242.50M reported by PHP)
Estimated memory leak: 154.12M (11.04% of used memory)
|
Graphqlappserver 5 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
E....EE.........EE..E.E........................................ 63 / 157 ( 40%)
............................................................... 126 / 157 ( 80%)
............................... 157 / 157 (100%)
Time: 13:48.129, Memory: 648.50 MB
There were 7 errors:
1) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartSingleMutationTest::testAddConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartSingleMutationTest.php:87
2) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'eZ9Uan3Qsmyct8aSiDGd0fxlVNgUBWQt',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:57
3) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddMultipleConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:132
4) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCartWithCustomOption
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 26,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:429
5) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCartWithDifferentStoreHeader
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'ntDPJoMytKONt2GU4KJoj2MeeTHJPOA8',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:483
6) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddMoreProductsFromAnotherStore
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'E50g8cVgTVBcKY36aQhqefgKHFTgbdN0',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:587
7) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductsWithDifferentParentsToCartTest::testAddMultipleConfigurableProductsWithDifferentParentsToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductsWithDifferentParentsToCartTest.php:98
ERRORS!
Tests: 157, Assertions: 1405, Errors: 7.
=== Memory Usage System Stats ===
Memory usage (OS): 792.06M (122.90% of 644.50M reported by PHP)
Estimated memory leak: 147.56M (18.63% of used memory)
|
Graphqlappserver 6 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D......................................................EF...... 63 / 257 ( 24%)
................................E..........S.S................F 126 / 257 ( 49%)
F...........FF.................................FEE.FEEFFFFFFFSE 189 / 257 ( 73%)
PHP Fatal error: Uncaught PHPUnit\Framework\Exception: User Error: Some transactions have not been committed or rolled back in /var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:4227. in /var/www/html/dev/tests/api-functional/framework/bootstrap.php:151
Stack trace:
#0 [internal function]: {closure}()
#1 /var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php(4227): trigger_error()
#2 /var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php(1109): Magento\Framework\DB\Adapter\Pdo\Mysql->__destruct()
#3 [internal function]: Magento\ResourceConnections\DB\Adapter\Pdo\MysqlProxy->__destruct()
#4 {main}
thrown in /var/www/html/dev/tests/api-functional/framework/bootstrap.php on line 151
An error occurred inside PHPUnit.
Message: Unable to revert fixture: Magento\Customer\Test\Fixture\CustomerAttribute (multiselect_attribute)
Caused by
Magento\Framework\Exception\StateException: The attribute can't be deleted.
/var/www/html/app/code/Magento/Eav/Model/AttributeRepository.php:184
/var/www/html/app/code/Magento/Eav/Model/AttributeRepository.php:204
/var/www/html/app/code/Magento/Customer/Test/Fixture/CustomerAttribute.php:109
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:82
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:150
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:56
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:75
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:139
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestFinishedSubscriber.php:38
Location: /var/www/html/vendor/phpunit/phpunit/src/Framework/Assert.php:2286
#0 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php(38): PHPUnit\Framework\Assert::fail()
#1 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php(152): Magento\TestFramework\Annotation\ExceptionHandler::handle()
#2 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php(56): Magento\TestFramework\Annotation\AbstractDataFixture->_revertFixtures()
#3 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php(75): Magento\TestFramework\Annotation\DataFixture->endTestTransactionRequest()
#4 [internal function]: Magento\TestFramework\Annotation\ApiDataFixture->endTestTransactionRequest()
#5 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#6 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(76): Magento\TestFramework\EventManager->fireEvent()
#7 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(56): Magento\TestFramework\Event\Transaction->_processTransactionRequests()
#8 [internal function]: Magento\TestFramework\Event\Transaction->endTest()
#9 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#10 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(139): Magento\TestFramework\EventManager->fireEvent()
#11 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestFinishedSubscriber.php(38): Magento\TestFramework\Event\PhpUnit->endTest()
#12 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestFinishedSubscriber->notify()
#13 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#14 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(1036): PHPUnit\Event\DeferringDispatcher->dispatch()
#15 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(242): PHPUnit\Event\DispatchingEmitter->testFinished()
#16 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#17 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#18 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#19 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#20 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#21 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#22 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#23 {main}
=== Memory Usage System Stats ===
Memory usage (OS): 523.00M (132.57% of 394.50M reported by PHP)
Estimated memory leak: 128.50M (24.57% of used memory)
|
Rest 0 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
.....SS.....................SSS.S.............................. 63 / 195 ( 32%)
.............................................................EE 126 / 195 ( 64%)
.........................................F..................... 189 / 195 ( 96%)
...... 195 / 195 (100%)
Time: 10:56.235, Memory: 610.50 MB
There were 2 errors:
1) Magento\InventoryExportStockApi\Test\Api\ExportStockSalableQtyTest::testExportConfigurableWithReservationsDefaultWebsiteDefaultStock
Exception: An error has happened during application run. See exception log for details.
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:192
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:111
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest/RestClient.php:83
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest.php:106
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/WebapiAbstract.php:180
/var/www/html/app/code/Magento/InventorySales/Test/Api/OrderPlacementBase.php:345
/var/www/html/app/code/Magento/InventoryExportStockApi/Test/Api/ExportStockSalableQtyTest.php:321
2) Magento\InventoryExportStockApi\Test\Api\ExportStockSalableQtyTest::testExportConfigurableWithReservationsAdditionalWebsiteAdditionalStock
Exception: An error has happened during application run. See exception log for details.
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:192
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:111
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest/RestClient.php:83
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest.php:106
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/WebapiAbstract.php:180
/var/www/html/app/code/Magento/InventorySales/Test/Api/OrderPlacementBase.php:345
/var/www/html/app/code/Magento/InventoryExportStockApi/Test/Api/ExportStockSalableQtyTest.php:429
--
There was 1 failure:
1) Magento\InventoryShipping\Test\Api\ShipOrderTest::testShipOrderWithConfigurableProduct
Unable to apply fixture: ../../../../app/code/Magento/InventoryShipping/Test/_files/order_configurable_product.php
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:866
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:194
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:1035
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:221
/var/www/html/app/code/Magento/Quote/Model/Quote/Item/ToOrderItem.php:61
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Quote/Item/ToOrderItem/Interceptor.php:23
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:546
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:610
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:518
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/SalesRule/Plugin/CouponUsagesIncrement.php:54
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/QuoteManagement/Interceptor.php:68
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:476
/var/www/html/app/code/Magento/Quote/Model/CartMutex.php:57
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:402
/var/www/html/generated/code/Magento/Quote/Model/QuoteManagement/Interceptor.php:50
/var/www/html/app/code/Magento/InventoryShipping/Test/_files/order_configurable_product.php:40
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
ERRORS!
Tests: 195, Assertions: 769, Errors: 2, Failures: 1, Skipped: 6.
=== Memory Usage System Stats ===
Memory usage (OS): 760.92M (125.46% of 606.50M reported by PHP)
Estimated memory leak: 154.42M (20.29% of used memory)
|
Rest 5 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D..............................................S............... 63 / 426 ( 14%)
............................................................... 126 / 426 ( 29%)
............................................................... 189 / 426 ( 44%)
..........................SSSSSSS.............................. 252 / 426 ( 59%)
...............................F............................... 315 / 426 ( 73%)
..............S................................................ 378 / 426 ( 88%)
................................................ 426 / 426 (100%)
Time: 14:08.273, Memory: 1.13 GB
There was 1 failure:
1) Magento\Sales\Service\V1\CreditMemoGenerateIfConfigurableProductWithDecimalQuantityTest::testCreditMemoGenerationWithConfigurableProductDecimalQuantity
Unable to apply fixture: Magento\Checkout\Test\Fixture\SetDeliveryMethod
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:866
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:194
/var/www/html/app/code/Magento/ConfigurableProduct/Helper/Product/Configuration/Plugin.php:29
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/GroupedProduct/Helper/Product/Configuration/Plugin/Grouped.php:54
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Helper/Product/Configuration/Interceptor.php:32
/var/www/html/app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php:106
/var/www/html/app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php:81
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Cart/Totals/ItemConverter/Interceptor.php:23
/var/www/html/app/code/Magento/Quote/Model/Cart/CartTotalRepository.php:107
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Cart/CartTotalRepository/Interceptor.php:23
/var/www/html/app/code/Magento/Checkout/Model/ShippingInformationManagement.php:236
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Checkout/Model/ShippingInformationManagement/Interceptor.php:23
/var/www/html/app/code/Magento/Checkout/Test/Fixture/SetDeliveryMethod.php:78
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
FAILURES!
Tests: 426, Assertions: 1962, Failures: 1, PHPUnit Deprecations: 4, Skipped: 9.
=== Memory Usage System Stats ===
Memory usage (OS): 1319.93M (114.33% of 1154.50M reported by PHP)
Estimated memory leak: 165.43M (12.53% of used memory)
|
Soap 0 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
.....SS.................SSS.SSS.S.............................. 63 / 195 ( 32%)
.................S...S............SSSS.....................SSSS 126 / 195 ( 64%)
SSS..SSSSSS..............................FSSSS...SSS.S.SSSSSSSS 189 / 195 ( 96%)
S..... 195 / 195 (100%)
Time: 09:26.044, Memory: 615.00 MB
There was 1 failure:
1) Magento\InventoryShipping\Test\Api\ShipOrderTest::testShipOrderWithConfigurableProduct
Unable to apply fixture: ../../../../app/code/Magento/InventoryShipping/Test/_files/order_configurable_product.php
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:866
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:194
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:1035
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:221
/var/www/html/app/code/Magento/Quote/Model/Quote/Item/ToOrderItem.php:61
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Quote/Item/ToOrderItem/Interceptor.php:23
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:546
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:610
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:518
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/SalesRule/Plugin/CouponUsagesIncrement.php:54
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/QuoteManagement/Interceptor.php:68
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:476
/var/www/html/app/code/Magento/Quote/Model/CartMutex.php:57
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:402
/var/www/html/generated/code/Magento/Quote/Model/QuoteManagement/Interceptor.php:50
/var/www/html/app/code/Magento/InventoryShipping/Test/_files/order_configurable_product.php:40
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
FAILURES!
Tests: 195, Assertions: 899, Failures: 1, Skipped: 45.
=== Memory Usage System Stats ===
Memory usage (OS): 763.97M (125.04% of 611.00M reported by PHP)
Estimated memory leak: 152.97M (20.02% of used memory)
|
Soap 5 (B2B) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
SSSSSSD........................................SSSS............ 63 / 426 ( 14%)
............................................................... 126 / 426 ( 29%)
.......................................SSS....S................ 189 / 426 ( 44%)
...SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.SSS......SSSSSSSSSSSS. 252 / 426 ( 59%)
.........................SS....F............................... 315 / 426 ( 73%)
........S.....S..S.........................................SS.. 378 / 426 ( 88%)
.................................S.............. 426 / 426 (100%)
Time: 11:21.928, Memory: 1.19 GB
There was 1 failure:
1) Magento\Sales\Service\V1\CreditMemoGenerateIfConfigurableProductWithDecimalQuantityTest::testCreditMemoGenerationWithConfigurableProductDecimalQuantity
Unable to apply fixture: Magento\Checkout\Test\Fixture\SetDeliveryMethod
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:866
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:194
/var/www/html/app/code/Magento/ConfigurableProduct/Helper/Product/Configuration/Plugin.php:29
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/GroupedProduct/Helper/Product/Configuration/Plugin/Grouped.php:54
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Helper/Product/Configuration/Interceptor.php:32
/var/www/html/app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php:106
/var/www/html/app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php:81
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Cart/Totals/ItemConverter/Interceptor.php:23
/var/www/html/app/code/Magento/Quote/Model/Cart/CartTotalRepository.php:107
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Cart/CartTotalRepository/Interceptor.php:23
/var/www/html/app/code/Magento/Checkout/Model/ShippingInformationManagement.php:236
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Checkout/Model/ShippingInformationManagement/Interceptor.php:23
/var/www/html/app/code/Magento/Checkout/Test/Fixture/SetDeliveryMethod.php:78
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
FAILURES!
Tests: 426, Assertions: 1753, Failures: 1, PHPUnit Deprecations: 4, Skipped: 75.
=== Memory Usage System Stats ===
Memory usage (OS): 1375.62M (113.59% of 1211.00M reported by PHP)
Estimated memory leak: 164.62M (11.97% of used memory)
|
Graphql 1 (CE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D....S......................................................... 63 / 319 ( 19%)
............................................................... 126 / 319 ( 39%)
............................................................... 189 / 319 ( 59%)
S.............................................................. 252 / 319 ( 78%)
................................EEE............................ 315 / 319 ( 98%)
.... 319 / 319 (100%)
Time: 22:15.090, Memory: 796.50 MB
There were 3 errors:
1) Magento\GraphQl\Sales\ReorderConfigurableWithVariationsTest::testVariations
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 2,
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:296
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:90
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:78
2) Magento\GraphQl\Sales\ReorderConfigurableWithVariationsTest::testWithDeletedVariation
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
0 =>
array (
'path' =>
array (
0 => 'orderNumber',
),
'code' => 'UNDEFINED',
),
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 1,
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:296
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:190
3) Magento\GraphQl\Sales\ReorderMultipleProductsTest::testMutplipleProducts
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 1,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 5,
'items' =>
array (
0 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'simple-2',
),
),
1 => NULL,
2 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'virtual_product',
),
),
3 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'bundle-product-radio-required-option',
),
'bundle_options' =>
array (
0 =>
array (
'label' => 'Radio Options',
'type' => 'radio',
'values' =>
array (
0 =>
array (
'label' => 'Simple Product',
'price' => 10,
'quantity' => 1,
),
),
),
),
),
4 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'downloadable-product',
),
'links' =>
array (
0 =>
array (
'title' => 'Downloadable Product Link',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderMultipleProductsTest.php:156
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderMultipleProductsTest.php:64
ERRORS!
Tests: 319, Assertions: 3667, Errors: 3, PHPUnit Deprecations: 3, Skipped: 2.
=== Memory Usage System Stats ===
Memory usage (OS): 943.56M (118.76% of 794.50M reported by PHP)
Estimated memory leak: 149.06M (15.80% of used memory)
|
Graphql 13 (CE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D.............................................................. 63 / 355 ( 17%)
............................................................... 126 / 355 ( 35%)
.....................................................FFF.E..F.. 189 / 355 ( 53%)
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF.FFF.FFF 252 / 355 ( 70%)
FFFFFF......................................................... 315 / 355 ( 88%)
......E.E............................... 355 / 355 (100%)
Time: 16:53.246, Memory: 780.50 MB
There were 3 PHPUnit test runner warnings:
1) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Adapter/Mysql.php(29): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(23): Magento\TestFramework\Db\Adapter\Mysql->beginTransparentTransaction()
#3 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(95): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransparentTransaction()
#4 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(81): Magento\TestFramework\Event\Transaction->_startTransaction()
#5 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(46): Magento\TestFramework\Event\Transaction->_processTransactionRequests()
#6 [internal function]: Magento\TestFramework\Event\Transaction->startTest()
#7 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#8 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#9 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#10 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#11 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#12 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#13 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#14 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#15 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#16 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#17 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#18 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#19 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#20 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#21 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#22 {main}
2) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php(66): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(49): Magento\Framework\Model\ResourceModel\AbstractResource->beginTransaction()
#3 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(129): Magento\Framework\DB\Transaction->_startTransaction()
#4 /var/www/html/app/code/Magento/Config/Model/Config.php(218): Magento\Framework\DB\Transaction->save()
#5 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(129): Magento\Config\Model\Config->save()
#6 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(79): Magento\TestFramework\App\ApiMutableScopeConfig->persistConfig()
#7 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(123): Magento\TestFramework\App\ApiMutableScopeConfig->setValue()
#8 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(100): Magento\TestFramework\Annotation\ConfigFixture->setScopeConfigValue()
#9 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(93): Magento\TestFramework\Annotation\ConfigFixture->_setConfigValue()
#10 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(174): Magento\TestFramework\Annotation\ApiConfigFixture->setGlobalConfigValue()
#11 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(69): Magento\TestFramework\Annotation\ConfigFixture->_assignConfigData()
#12 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(286): Magento\TestFramework\Annotation\ApiConfigFixture->_assignConfigData()
#13 [internal function]: Magento\TestFramework\Annotation\ConfigFixture->startTest()
#14 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#15 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#16 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#17 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#18 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#19 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#20 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#21 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#22 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#23 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#24 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#25 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#26 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#27 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#28 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#29 {main}
3) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php(66): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(49): Magento\Framework\Model\ResourceModel\AbstractResource->beginTransaction()
#3 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(129): Magento\Framework\DB\Transaction->_startTransaction()
#4 /var/www/html/app/code/Magento/Config/Model/Config.php(218): Magento\Framework\DB\Transaction->save()
#5 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(129): Magento\Config\Model\Config->save()
#6 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(79): Magento\TestFramework\App\ApiMutableScopeConfig->persistConfig()
#7 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(123): Magento\TestFramework\App\ApiMutableScopeConfig->setValue()
#8 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(100): Magento\TestFramework\Annotation\ConfigFixture->setScopeConfigValue()
#9 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(93): Magento\TestFramework\Annotation\ConfigFixture->_setConfigValue()
#10 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(174): Magento\TestFramework\Annotation\ApiConfigFixture->setGlobalConfigValue()
#11 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(69): Magento\TestFramework\Annotation\ConfigFixture->_assignConfigData()
#12 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(286): Magento\TestFramework\Annotation\ApiConfigFixture->_assignConfigData()
#13 [internal function]: Magento\TestFramework\Annotation\ConfigFixture->startTest()
#14 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#15 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#16 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#17 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#18 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#19 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#20 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#21 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#22 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#23 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#24 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#25 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#26 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#27 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#28 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#29 {main}
--
There were 3 errors:
1) Magento\GraphQl\Newsletter\Guest\SubscribeEmailToNewsletterTest::testAddEmailIntoNewsletterSubscription
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'subscribeEmailToNewsletter',
),
),
),
'data' =>
array (
'subscribeEmailToNewsletter' => NULL,
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Newsletter/Guest/SubscribeEmailToNewsletterTest.php:40
2) Magento\GraphQl\Wishlist\AddConfigurableProductToWishlistTest::testAddConfigurableProductWithOptions
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addProductsToWishlist',
1 => 'wishlist',
2 => 'items_v2',
3 => 'items',
4 => 0,
5 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToWishlist' =>
array (
'user_errors' =>
array (
),
'wishlist' =>
array (
'id' => '4',
'sharing_code' => 'jdV3XHyDXFDG2N86pSUYoTNWdOAgGJqE',
'items_count' => 1,
'updated_at' => '2025-02-03 15:53:22',
'items_v2' =>
array (
'items' =>
array (
0 =>
array (
'id' => '4',
'description' => NULL,
'quantity' => 2,
'added_at' => '2025-02-03 15:53:22',
'configurable_options' => NULL,
'configured_variant' =>
array (
'sku' => 'simple_10',
),
'customizable_options' =>
array (
),
'product' =>
array (
'sku' => 'configurable',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/AddConfigurableProductToWishlistTest.php:62
3) Magento\GraphQl\Wishlist\AddConfigurableProductToWishlistTest::testAddConfigurableProductWithCustomOptions
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 30,
'column' => 11,
),
),
'path' =>
array (
0 => 'addProductsToWishlist',
1 => 'wishlist',
2 => 'items_v2',
3 => 'items',
4 => 0,
5 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToWishlist' =>
array (
'user_errors' =>
array (
),
'wishlist' =>
array (
'id' => '6',
'sharing_code' => 'agTIv3Qj4Dd0O5q5OTvHi1mVvpUIIRcc',
'items_count' => 1,
'updated_at' => '2025-02-03 15:53:29',
'items_v2' =>
array (
'items' =>
array (
0 =>
array (
'id' => '6',
'description' => NULL,
'quantity' => 2,
'added_at' => '2025-02-03 15:53:29',
'configurable_options' => NULL,
'configured_variant' =>
array (
'sku' => 'simple_10',
),
'customizable_options' =>
array (
0 =>
array (
'customizable_option_uid' => 'Y3VzdG9tLW9wdGlvbi8zNQ==',
'is_required' => true,
'label' => 'Dropdown Options',
'type' => 'drop_down',
'values' =>
array (
0 =>
array (
'customizable_option_value_uid' => 'Y3VzdG9tLW9wdGlvbi8zNS80MQ==',
'label' => 'Option 1',
'value' => '41',
'price' =>
array (
'value' => 10,
),
),
),
),
),
'product' =>
array (
'sku' => 'configurable',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/AddConfigurableProductToWishlistTest.php:134
--
There were 71 failures:
1) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithUnconfirmedCustomer
Unable to apply fixture: Magento/Customer/_files/unconfirmed_customer.php
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/Eav/Model/Attribute/Data/Select.php:53
/var/www/html/app/code/Magento/Eav/Model/Validator/Attribute/Data.php:163
/var/www/html/lib/internal/Magento/Framework/Validator/Constraint.php:51
/var/www/html/lib/internal/Magento/Framework/Validator.php:62
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/Customer.php:262
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/Customer.php:195
/var/www/html/app/code/Magento/Eav/Model/Entity/VersionControl/AbstractEntity.php:90
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/Checkout/Model/Plugin/RecollectQuoteOnCustomerGroupChange.php:99
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/ResourceModel/Customer/Interceptor.php:104
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/Customer/Interceptor.php:779
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/Customer/Model/Plugin/CustomerRepository/TransactionWrapper.php:44
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/ResourceModel/CustomerRepository/Interceptor.php:23
/var/www/html/app/code/Magento/Customer/Model/AccountManagement.php:926
/var/www/html/generated/code/Magento/Customer/Model/AccountManagement/Interceptor.php:104
/var/www/html/app/code/Magento/Customer/Model/AccountManagement.php:869
/var/www/html/generated/code/Magento/Customer/Model/AccountManagement/Interceptor.php:95
/var/www/html/dev/tests/integration/testsuite/Magento/Customer/_files/unconfirmed_customer.php:47
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
2) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithIncorrectEmailFormat
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
),
),
)' contains 'Enter a valid email address.
'.
3) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithAlreadySubscribedEmail
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
),
),
)' contains 'This email address is already subscribed.
'.
4) Magento\GraphQl\Newsletter\Guest\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithAlreadySubscribedEmail
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'subscribeEmailToNewsletter',
),
),
),
'data' =>
array (
'subscribeEmailToNewsletter' => NULL,
),
)' contains 'This email address is already subscribed.
'.
5) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenMissingToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
6) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenMissingReason
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
7) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithInvalidToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
8) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
9) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
10) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
11) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
12) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
13) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
14) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
15) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
16) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
17) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testOrderCancellationForLoggedInCustomerUsingToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
18) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
19) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelOrderUnauthorizedCustomer
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
20) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
21) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
22) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
23) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
24) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
25) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelOrderWithDisabledCancellation
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
26) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenMissingReason
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
27) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
28) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenMissingOrderId
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
29) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
30) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderFromAnotherCustomer
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\CouldNotSaveException: The stock item was unable to be saved. Please try again.
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:198
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/lib/internal/Magento/Framework/EntityManager/Operation/Create.php:123
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1412 Table definition has changed, please retry transaction, query was: SELECT `catalog_category_product_index_store21`.`category_id`, `catalog_category_product_index_store21`.`product_id`, `catalog_category_product_index_store21`.`position`, `catalog_category_product_index_store21`.`store_id` FROM `catalog_category_product_index_store21` WHERE (store_id = '21') AND (product_id IN (157))
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:109
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:89
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Statement.php:313
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:480
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Pdo/Abstract.php:242
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:666
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:737
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:1121
/var/www/html/app/code/Magento/AdvancedSearch/Model/ResourceModel/Index.php:187
/var/www/html/app/code/Magento/Elasticsearch/Model/ResourceModel/Index.php:138
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php:57
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProviderProxy.php:56
/var/www/html/app/code/Magento/AdvancedSearch/Model/Adapter/DataMapper/AdditionalFieldsProvider.php:34
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php:178
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper/Interceptor.php:23
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperResolver.php:44
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/Elasticsearch.php:288
/var/www/html/app/code/Magento/Elasticsearch/Model/Indexer/IndexerHandler.php:173
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:233
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:199
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:32
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:50
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:571
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:293
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:298
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:69
/var/www/html/app/code/Magento/InventoryCatalog/Model/UpdateDefaultStock.php:91
/var/www/html/app/code/Magento/InventoryCatalog/Plugin/CatalogInventory/UpdateSourceItemAtLegacyStockItemSavePlugin.php:106
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item/Interceptor.php:140
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:195
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/lib/internal/Magento/Framework/EntityManager/Operation/Create.php:123
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
PDOException: SQLSTATE[HY000]: General error: 1412 Table definition has changed, please retry transaction
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:90
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:106
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:89
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Statement.php:313
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:480
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Pdo/Abstract.php:242
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:666
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:737
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:1121
/var/www/html/app/code/Magento/AdvancedSearch/Model/ResourceModel/Index.php:187
/var/www/html/app/code/Magento/Elasticsearch/Model/ResourceModel/Index.php:138
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php:57
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProviderProxy.php:56
/var/www/html/app/code/Magento/AdvancedSearch/Model/Adapter/DataMapper/AdditionalFieldsProvider.php:34
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php:178
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper/Interceptor.php:23
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperResolver.php:44
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/Elasticsearch.php:288
/var/www/html/app/code/Magento/Elasticsearch/Model/Indexer/IndexerHandler.php:173
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:233
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:199
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:32
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:50
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:571
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:293
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:298
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:69
/var/www/html/app/code/Magento/InventoryCatalog/Model/UpdateDefaultStock.php:91
/var/www/html/app/code/Magento/InventoryCatalog/Plugin/CatalogInventory/UpdateSourceItemAtLegacyStockItemSavePlugin.php:106
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item/Interceptor.php:140
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:195
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/lib/internal/Magento/Framework/EntityManager/Operation/Create.php:123
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
31) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
32) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
33) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
34) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
35) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
36) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
37) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
38) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
39) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOfflinePaymentFullyInvoiced
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
40) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOfflinePaymentFullyInvoicedPartiallyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
41) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderAttemptingXSSPassedThroughReasonField
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
42) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelPartiallyInvoicedOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
43) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenMissingOrderId
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
44) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
45) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenMissingKey
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
46) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
47) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
48) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
49) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
50) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderForWhichConfirmationKeyNotGenerated
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
51) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelCustomerOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
52) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithInvalidConfirmationKey
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
53) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testConfirmCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
54) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
55) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
56) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
57) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
58) Magento\GraphQl\OrderCancellation\OrderCancellationEnabledTest::testOrderCancellationEnabledConfig
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
59) Magento\GraphQl\OrderCancellation\OrderCancellationEnabledTest::testOrderCancellationDisabledConfig
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:212
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
60) Magento\GraphQl\OrderCancellation\OrderCancellationReasonsTest::testGetCancellationReasonsSetUpThroughConfiguration
Unable to apply fixture: Magento\Store\Test\Fixture\Website (website2)
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:221
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/InventorySales/Plugin/Store/Model/ResourceModel/Website/UpdateSalesChannelWebsiteCodePlugin.php:66
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:95
/var/www/html/app/code/Magento/Store/Test/Fixture/Website.php:83
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
61) Magento\GraphQl\OrderCancellation\OrderCancellationReasonsTest::testGetCancellationReasonsForDifferentStore
Unable to apply fixture: Magento\Store\Test\Fixture\Website (website3)
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:221
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/InventorySales/Plugin/Store/Model/ResourceModel/Website/UpdateSalesChannelWebsiteCodePlugin.php:66
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:95
/var/www/html/app/code/Magento/Store/Test/Fixture/Website.php:83
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
62) Magento\GraphQl\PaymentGraphQl\GetIsDeferredPaymentMethodTest::testIsDeferredPaymentMethod
Unable to apply fixture: Magento/GraphQl/Catalog/_files/simple_product.php
Caused by
Magento\Framework\Exception\CouldNotSaveException: The product was unable to be saved. Please try again.
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:935
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:527
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:57
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
63) Magento\GraphQl\PaymentGraphQl\StoreConfigTest::testStoreConfigZeroSubtotalCheckMoneyOrderDisabled
Failed asserting that true is false.
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/PaymentGraphQl/StoreConfigTest.php:116
64) Magento\GraphQl\PaymentGraphQl\StoreConfigTest::testStoreConfigZeroSubtotalCheckMoneyOrderCustom
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Test Zero Subtotal Title'
+'No Payment Information Required'
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/PaymentGraphQl/StoreConfigTest.php:176
65) Magento\GraphQl\PaypalGraphQl\GetIsPaypalExpressDeferredPaymentMethodTest::testGetIsPaypalExpressDeferredPaymentMethod
Unable to apply fixture: Magento/GraphQl/Catalog/_files/simple_product.php
Caused by
Magento\Framework\Exception\CouldNotSaveException: The product was unable to be saved. Please try again.
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:935
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:527
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:57
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
66) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryRelatedProducts
Unable to apply fixture: Magento/Catalog/_files/products_related_multiple.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/lib/internal/Magento/Framework/EntityManager/Operation/Create.php:123
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_multiple.php:29
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
67) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryDisableRelatedProduct
Unable to apply fixture: Magento/Catalog/_files/products_related_disabled.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/lib/internal/Magento/Framework/EntityManager/Operation/Create.php:123
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_disabled.php:20
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
68) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryCrossSellProducts
Unable to apply fixture: Magento/Catalog/_files/products_crosssell.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/lib/internal/Magento/Framework/EntityManager/Operation/Create.php:123
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_crosssell.php:20
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
69) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryUpSellProducts
Unable to apply fixture: Magento/Catalog/_files/products_upsell.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/lib/internal/Magento/Framework/EntityManager/Operation/Create.php:123
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_upsell.php:32
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
70) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryDisableRelatedProductInStore
Unable to apply fixture: Magento/Catalog/_files/products_related_disabled_in_store.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/lib/internal/Magento/Framework/EntityManager/Operation/Create.php:123
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_disabled_in_store.php:44
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
71) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryRelatedProductsInSortOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (p1)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/lib/internal/Magento/Framework/Event/Manager.php:65
/var/www/html/generated/code/Magento/Framework/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/lib/internal/Magento/Framework/EntityManager/Operation/Create.php:123
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
ERRORS!
Tests: 355, Assertions: 1836, Errors: 3, Failures: 71, Warnings: 3, PHPUnit Deprecations: 2.
=== Memory Usage System Stats ===
Memory usage (OS): 912.40M (117.50% of 776.50M reported by PHP)
Estimated memory leak: 135.90M (14.90% of used memory)
|
Graphql 5 (CE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
E....EE.........EE..E.E..................................... 60 / 60 (100%)
Time: 04:54.525, Memory: 266.50 MB
There were 7 errors:
1) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartSingleMutationTest::testAddConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartSingleMutationTest.php:87
2) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'hEGgPoj76yTNvJxKKv0SgAhlb1FIcj0F',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:57
3) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddMultipleConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:132
4) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCartWithCustomOption
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 26,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:429
5) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCartWithDifferentStoreHeader
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'dCVrBI8TUfsAaDEmlOHnVZMpGmxC7ks1',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:483
6) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddMoreProductsFromAnotherStore
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => '1sHGERkXTj021iQ2VkyL12FRuDTxB73t',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:587
7) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductsWithDifferentParentsToCartTest::testAddMultipleConfigurableProductsWithDifferentParentsToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductsWithDifferentParentsToCartTest.php:98
ERRORS!
Tests: 60, Assertions: 407, Errors: 7.
=== Memory Usage System Stats ===
Memory usage (OS): 381.51M (145.34% of 262.50M reported by PHP)
Estimated memory leak: 119.01M (31.19% of used memory)
|
Graphql 6 (CE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D......................................................EF...... 63 / 234 ( 26%)
................................E..........S.S................F 126 / 234 ( 53%)
F...........FF.................................FEE.FEEFFFFFFFSE 189 / 234 ( 80%)
PHP Fatal error: Uncaught PHPUnit\Framework\Exception: User Error: Some transactions have not been committed or rolled back in /var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:4227. in /var/www/html/dev/tests/api-functional/framework/bootstrap.php:151
Stack trace:
#0 [internal function]: {closure}()
#1 /var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php(4227): trigger_error()
#2 [internal function]: Magento\Framework\DB\Adapter\Pdo\Mysql->__destruct()
#3 {main}
thrown in /var/www/html/dev/tests/api-functional/framework/bootstrap.php on line 151
An error occurred inside PHPUnit.
Message: Unable to revert fixture: Magento\Customer\Test\Fixture\CustomerAttribute (multiselect_attribute)
Caused by
Magento\Framework\Exception\StateException: The attribute can't be deleted.
/var/www/html/app/code/Magento/Eav/Model/AttributeRepository.php:184
/var/www/html/app/code/Magento/Eav/Model/AttributeRepository.php:204
/var/www/html/app/code/Magento/Customer/Test/Fixture/CustomerAttribute.php:109
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:82
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:150
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:56
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:75
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:139
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestFinishedSubscriber.php:38
Location: /var/www/html/vendor/phpunit/phpunit/src/Framework/Assert.php:2286
#0 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php(38): PHPUnit\Framework\Assert::fail()
#1 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php(152): Magento\TestFramework\Annotation\ExceptionHandler::handle()
#2 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php(56): Magento\TestFramework\Annotation\AbstractDataFixture->_revertFixtures()
#3 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php(75): Magento\TestFramework\Annotation\DataFixture->endTestTransactionRequest()
#4 [internal function]: Magento\TestFramework\Annotation\ApiDataFixture->endTestTransactionRequest()
#5 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#6 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(76): Magento\TestFramework\EventManager->fireEvent()
#7 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(56): Magento\TestFramework\Event\Transaction->_processTransactionRequests()
#8 [internal function]: Magento\TestFramework\Event\Transaction->endTest()
#9 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#10 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(139): Magento\TestFramework\EventManager->fireEvent()
#11 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestFinishedSubscriber.php(38): Magento\TestFramework\Event\PhpUnit->endTest()
#12 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestFinishedSubscriber->notify()
#13 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#14 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(1036): PHPUnit\Event\DeferringDispatcher->dispatch()
#15 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(242): PHPUnit\Event\DispatchingEmitter->testFinished()
#16 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#17 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#18 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#19 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#20 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#21 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#22 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#23 {main}
=== Memory Usage System Stats ===
Memory usage (OS): 369.37M (142.89% of 258.50M reported by PHP)
Estimated memory leak: 110.87M (30.02% of used memory)
|
Rest 0 (CE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
.....SS.....................SSS.S.............................. 63 / 187 ( 33%)
.............................................................EE 126 / 187 ( 67%)
.........................................F................... 187 / 187 (100%)
Time: 08:56.789, Memory: 440.50 MB
There were 2 errors:
1) Magento\InventoryExportStockApi\Test\Api\ExportStockSalableQtyTest::testExportConfigurableWithReservationsDefaultWebsiteDefaultStock
Exception: An error has happened during application run. See exception log for details.
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:192
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:111
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest/RestClient.php:83
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest.php:106
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/WebapiAbstract.php:180
/var/www/html/app/code/Magento/InventorySales/Test/Api/OrderPlacementBase.php:345
/var/www/html/app/code/Magento/InventoryExportStockApi/Test/Api/ExportStockSalableQtyTest.php:321
2) Magento\InventoryExportStockApi\Test\Api\ExportStockSalableQtyTest::testExportConfigurableWithReservationsAdditionalWebsiteAdditionalStock
Exception: An error has happened during application run. See exception log for details.
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:192
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:111
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest/RestClient.php:83
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest.php:106
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/WebapiAbstract.php:180
/var/www/html/app/code/Magento/InventorySales/Test/Api/OrderPlacementBase.php:345
/var/www/html/app/code/Magento/InventoryExportStockApi/Test/Api/ExportStockSalableQtyTest.php:429
--
There was 1 failure:
1) Magento\InventoryShipping\Test\Api\ShipOrderTest::testShipOrderWithConfigurableProduct
Unable to apply fixture: ../../../../app/code/Magento/InventoryShipping/Test/_files/order_configurable_product.php
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:866
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:194
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:1035
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:221
/var/www/html/app/code/Magento/Quote/Model/Quote/Item/ToOrderItem.php:61
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Quote/Item/ToOrderItem/Interceptor.php:23
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:546
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:610
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:518
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/SalesRule/Plugin/CouponUsagesIncrement.php:54
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/QuoteManagement/Interceptor.php:68
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:476
/var/www/html/app/code/Magento/Quote/Model/CartMutex.php:57
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:402
/var/www/html/generated/code/Magento/Quote/Model/QuoteManagement/Interceptor.php:50
/var/www/html/app/code/Magento/InventoryShipping/Test/_files/order_configurable_product.php:40
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
ERRORS!
Tests: 187, Assertions: 751, Errors: 2, Failures: 1, Skipped: 6.
=== Memory Usage System Stats ===
Memory usage (OS): 568.01M (130.73% of 434.50M reported by PHP)
Estimated memory leak: 133.51M (23.51% of used memory)
|
Rest 5 (CE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
..............................................S................ 63 / 326 ( 19%)
............................................................... 126 / 326 ( 38%)
...................................................SSSSSSS..... 189 / 326 ( 57%)
.................F............................................. 252 / 326 ( 77%)
S.............................................................. 315 / 326 ( 96%)
........... 326 / 326 (100%)
Time: 06:53.972, Memory: 536.50 MB
There was 1 failure:
1) Magento\Sales\Service\V1\CreditMemoGenerateIfConfigurableProductWithDecimalQuantityTest::testCreditMemoGenerationWithConfigurableProductDecimalQuantity
Unable to apply fixture: Magento\Checkout\Test\Fixture\SetDeliveryMethod
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:866
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:194
/var/www/html/app/code/Magento/ConfigurableProduct/Helper/Product/Configuration/Plugin.php:29
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/GroupedProduct/Helper/Product/Configuration/Plugin/Grouped.php:54
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Helper/Product/Configuration/Interceptor.php:32
/var/www/html/app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php:106
/var/www/html/app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php:81
/var/www/html/app/code/Magento/Quote/Model/Cart/CartTotalRepository.php:107
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Cart/CartTotalRepository/Interceptor.php:23
/var/www/html/app/code/Magento/Checkout/Model/ShippingInformationManagement.php:236
/var/www/html/app/code/Magento/Checkout/Test/Fixture/SetDeliveryMethod.php:78
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
FAILURES!
Tests: 326, Assertions: 1639, Failures: 1, Skipped: 9.
=== Memory Usage System Stats ===
Memory usage (OS): 674.16M (126.13% of 534.50M reported by PHP)
Estimated memory leak: 139.66M (20.72% of used memory)
|
Soap 0 (CE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
.....SS.................SSS.SSS.S.............................. 63 / 187 ( 33%)
.................S...S............SSSS.....................SSSS 126 / 187 ( 67%)
SSS..SSSSSS..............................FSSSS...SSS.S.S..... 187 / 187 (100%)
Time: 08:55.292, Memory: 444.50 MB
There was 1 failure:
1) Magento\InventoryShipping\Test\Api\ShipOrderTest::testShipOrderWithConfigurableProduct
Unable to apply fixture: ../../../../app/code/Magento/InventoryShipping/Test/_files/order_configurable_product.php
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:866
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:194
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:1035
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:221
/var/www/html/app/code/Magento/Quote/Model/Quote/Item/ToOrderItem.php:61
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Quote/Item/ToOrderItem/Interceptor.php:23
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:546
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:610
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:518
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/SalesRule/Plugin/CouponUsagesIncrement.php:54
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/QuoteManagement/Interceptor.php:68
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:476
/var/www/html/app/code/Magento/Quote/Model/CartMutex.php:57
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:402
/var/www/html/generated/code/Magento/Quote/Model/QuoteManagement/Interceptor.php:50
/var/www/html/app/code/Magento/InventoryShipping/Test/_files/order_configurable_product.php:40
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
FAILURES!
Tests: 187, Assertions: 899, Failures: 1, Skipped: 37.
=== Memory Usage System Stats ===
Memory usage (OS): 573.37M (130.76% of 438.50M reported by PHP)
Estimated memory leak: 134.87M (23.52% of used memory)
|
Soap 5 (CE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
SSSSSS........................................S................ 63 / 326 ( 19%)
............................................................... 126 / 326 ( 38%)
...................................SSS....S........SSSSSSSSSSSS 189 / 326 ( 57%)
SS.SSS...........F.......................................S..... 252 / 326 ( 77%)
S..S..........................................................S 315 / 326 ( 96%)
........... 326 / 326 (100%)
Time: 06:07.649, Memory: 568.50 MB
There was 1 failure:
1) Magento\Sales\Service\V1\CreditMemoGenerateIfConfigurableProductWithDecimalQuantityTest::testCreditMemoGenerationWithConfigurableProductDecimalQuantity
Unable to apply fixture: Magento\Checkout\Test\Fixture\SetDeliveryMethod
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:866
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:194
/var/www/html/app/code/Magento/ConfigurableProduct/Helper/Product/Configuration/Plugin.php:29
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/GroupedProduct/Helper/Product/Configuration/Plugin/Grouped.php:54
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Helper/Product/Configuration/Interceptor.php:32
/var/www/html/app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php:106
/var/www/html/app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php:81
/var/www/html/app/code/Magento/Quote/Model/Cart/CartTotalRepository.php:107
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Cart/CartTotalRepository/Interceptor.php:23
/var/www/html/app/code/Magento/Checkout/Model/ShippingInformationManagement.php:236
/var/www/html/app/code/Magento/Checkout/Test/Fixture/SetDeliveryMethod.php:78
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
FAILURES!
Tests: 326, Assertions: 1570, Failures: 1, Skipped: 32.
=== Memory Usage System Stats ===
Memory usage (OS): 707.29M (124.41% of 568.50M reported by PHP)
Estimated memory leak: 138.79M (19.62% of used memory)
|
Graphql 1 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D....S......................................................... 63 / 325 ( 19%)
............................................................... 126 / 325 ( 38%)
............................................................... 189 / 325 ( 58%)
S.............................................................. 252 / 325 ( 77%)
.....................................EEE....................... 315 / 325 ( 96%)
.......... 325 / 325 (100%)
Time: 27:39.081, Memory: 978.50 MB
There were 3 errors:
1) Magento\GraphQl\Sales\ReorderConfigurableWithVariationsTest::testVariations
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 2,
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:296
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:90
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:78
2) Magento\GraphQl\Sales\ReorderConfigurableWithVariationsTest::testWithDeletedVariation
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
0 =>
array (
'path' =>
array (
0 => 'orderNumber',
),
'code' => 'UNDEFINED',
),
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 1,
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:296
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:190
3) Magento\GraphQl\Sales\ReorderMultipleProductsTest::testMutplipleProducts
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 1,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 5,
'items' =>
array (
0 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'simple-2',
),
),
1 => NULL,
2 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'virtual_product',
),
),
3 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'bundle-product-radio-required-option',
),
'bundle_options' =>
array (
0 =>
array (
'label' => 'Radio Options',
'type' => 'radio',
'values' =>
array (
0 =>
array (
'label' => 'Simple Product',
'price' => 10,
'quantity' => 1,
),
),
),
),
),
4 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'downloadable-product',
),
'links' =>
array (
0 =>
array (
'title' => 'Downloadable Product Link',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderMultipleProductsTest.php:156
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderMultipleProductsTest.php:64
ERRORS!
Tests: 325, Assertions: 3786, Errors: 3, PHPUnit Deprecations: 3, Skipped: 2.
=== Memory Usage System Stats ===
Memory usage (OS): 1137.02M (116.44% of 976.50M reported by PHP)
Estimated memory leak: 160.52M (14.12% of used memory)
|
Graphql 13 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D.............................................................. 63 / 480 ( 13%)
.............................................................SS 126 / 480 ( 26%)
............................................................... 189 / 480 ( 39%)
......................................................FFF.E..F. 252 / 480 ( 52%)
.FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF.FFF.FF 315 / 480 ( 65%)
FFFFFFF........................................................ 378 / 480 ( 78%)
............................................................... 441 / 480 ( 91%)
.....E.E............................... 480 / 480 (100%)
Time: 26:04.012, Memory: 1.18 GB
There were 3 PHPUnit test runner warnings:
1) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Adapter/Mysql.php(29): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(23): Magento\TestFramework\Db\Adapter\Mysql->beginTransparentTransaction()
#3 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy.php(42): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransparentTransaction()
#4 /var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php(23): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy->beginTransparentTransaction()
#5 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(95): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy\Interceptor->beginTransparentTransaction()
#6 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(81): Magento\TestFramework\Event\Transaction->_startTransaction()
#7 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(46): Magento\TestFramework\Event\Transaction->_processTransactionRequests()
#8 [internal function]: Magento\TestFramework\Event\Transaction->startTest()
#9 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#10 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#11 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#12 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#13 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#14 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#15 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#16 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#17 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#18 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#19 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#20 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#21 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#22 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#23 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#24 {main}
2) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php(227): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php(68): Magento\ResourceConnections\DB\Adapter\Pdo\MysqlProxy->beginTransaction()
#3 /var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php(66): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy\Interceptor->beginTransaction()
#4 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(49): Magento\Framework\Model\ResourceModel\AbstractResource->beginTransaction()
#5 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(129): Magento\Framework\DB\Transaction->_startTransaction()
#6 /var/www/html/app/code/Magento/Config/Model/Config.php(218): Magento\Framework\DB\Transaction->save()
#7 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(58): Magento\Config\Model\Config->save()
#8 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(138): Magento\Config\Model\Config\Interceptor->___callParent()
#9 /var/www/html/app/code/Magento/CatalogPermissions/Model/Indexer/Plugin/ConfigData.php(97): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#10 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(135): Magento\CatalogPermissions\Model\Indexer\Plugin\ConfigData->aroundSave()
#11 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(153): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#12 /var/www/html/generated/code/Magento/Config/Model/Config/Interceptor.php(23): Magento\Config\Model\Config\Interceptor->___callPlugins()
#13 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(129): Magento\Config\Model\Config\Interceptor->save()
#14 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(79): Magento\TestFramework\App\ApiMutableScopeConfig->persistConfig()
#15 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(123): Magento\TestFramework\App\ApiMutableScopeConfig->setValue()
#16 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(100): Magento\TestFramework\Annotation\ConfigFixture->setScopeConfigValue()
#17 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(93): Magento\TestFramework\Annotation\ConfigFixture->_setConfigValue()
#18 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(174): Magento\TestFramework\Annotation\ApiConfigFixture->setGlobalConfigValue()
#19 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(69): Magento\TestFramework\Annotation\ConfigFixture->_assignConfigData()
#20 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(286): Magento\TestFramework\Annotation\ApiConfigFixture->_assignConfigData()
#21 [internal function]: Magento\TestFramework\Annotation\ConfigFixture->startTest()
#22 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#23 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#24 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#25 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#26 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#27 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#28 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#29 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#30 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#31 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#32 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#33 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#34 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#35 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#36 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#37 {main}
3) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php(227): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php(68): Magento\ResourceConnections\DB\Adapter\Pdo\MysqlProxy->beginTransaction()
#3 /var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php(66): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy\Interceptor->beginTransaction()
#4 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(49): Magento\Framework\Model\ResourceModel\AbstractResource->beginTransaction()
#5 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(129): Magento\Framework\DB\Transaction->_startTransaction()
#6 /var/www/html/app/code/Magento/Config/Model/Config.php(218): Magento\Framework\DB\Transaction->save()
#7 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(58): Magento\Config\Model\Config->save()
#8 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(138): Magento\Config\Model\Config\Interceptor->___callParent()
#9 /var/www/html/app/code/Magento/CatalogPermissions/Model/Indexer/Plugin/ConfigData.php(97): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#10 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(135): Magento\CatalogPermissions\Model\Indexer\Plugin\ConfigData->aroundSave()
#11 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(153): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#12 /var/www/html/generated/code/Magento/Config/Model/Config/Interceptor.php(23): Magento\Config\Model\Config\Interceptor->___callPlugins()
#13 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(129): Magento\Config\Model\Config\Interceptor->save()
#14 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(79): Magento\TestFramework\App\ApiMutableScopeConfig->persistConfig()
#15 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(123): Magento\TestFramework\App\ApiMutableScopeConfig->setValue()
#16 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(100): Magento\TestFramework\Annotation\ConfigFixture->setScopeConfigValue()
#17 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(93): Magento\TestFramework\Annotation\ConfigFixture->_setConfigValue()
#18 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(174): Magento\TestFramework\Annotation\ApiConfigFixture->setGlobalConfigValue()
#19 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(69): Magento\TestFramework\Annotation\ConfigFixture->_assignConfigData()
#20 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(286): Magento\TestFramework\Annotation\ApiConfigFixture->_assignConfigData()
#21 [internal function]: Magento\TestFramework\Annotation\ConfigFixture->startTest()
#22 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#23 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#24 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#25 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#26 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#27 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#28 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#29 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#30 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#31 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#32 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#33 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#34 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#35 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#36 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#37 {main}
--
There were 3 errors:
1) Magento\GraphQl\Newsletter\Guest\SubscribeEmailToNewsletterTest::testAddEmailIntoNewsletterSubscription
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'subscribeEmailToNewsletter',
),
),
),
'data' =>
array (
'subscribeEmailToNewsletter' => NULL,
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Newsletter/Guest/SubscribeEmailToNewsletterTest.php:40
2) Magento\GraphQl\Wishlist\AddConfigurableProductToWishlistTest::testAddConfigurableProductWithOptions
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addProductsToWishlist',
1 => 'wishlist',
2 => 'items_v2',
3 => 'items',
4 => 0,
5 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToWishlist' =>
array (
'user_errors' =>
array (
),
'wishlist' =>
array (
'id' => '28',
'sharing_code' => 'ofKnXTDJZ5TVZ20UoUxMKX6vrLC7KNkT',
'items_count' => 1,
'updated_at' => '2025-02-03 16:01:07',
'items_v2' =>
array (
'items' =>
array (
0 =>
array (
'id' => '29',
'description' => NULL,
'quantity' => 2,
'added_at' => '2025-02-03 16:01:07',
'configurable_options' => NULL,
'configured_variant' =>
array (
'sku' => 'simple_10',
),
'customizable_options' =>
array (
),
'product' =>
array (
'sku' => 'configurable',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/AddConfigurableProductToWishlistTest.php:62
3) Magento\GraphQl\Wishlist\AddConfigurableProductToWishlistTest::testAddConfigurableProductWithCustomOptions
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 30,
'column' => 11,
),
),
'path' =>
array (
0 => 'addProductsToWishlist',
1 => 'wishlist',
2 => 'items_v2',
3 => 'items',
4 => 0,
5 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToWishlist' =>
array (
'user_errors' =>
array (
),
'wishlist' =>
array (
'id' => '30',
'sharing_code' => '4PWetotQn2OM6rec776NQK1opslYvgJ0',
'items_count' => 1,
'updated_at' => '2025-02-03 16:01:15',
'items_v2' =>
array (
'items' =>
array (
0 =>
array (
'id' => '31',
'description' => NULL,
'quantity' => 2,
'added_at' => '2025-02-03 16:01:15',
'configurable_options' => NULL,
'configured_variant' =>
array (
'sku' => 'simple_10',
),
'customizable_options' =>
array (
0 =>
array (
'customizable_option_uid' => 'Y3VzdG9tLW9wdGlvbi8zOQ==',
'is_required' => true,
'label' => 'Dropdown Options',
'type' => 'drop_down',
'values' =>
array (
0 =>
array (
'customizable_option_value_uid' => 'Y3VzdG9tLW9wdGlvbi8zOS80NQ==',
'label' => 'Option 1',
'value' => '45',
'price' =>
array (
'value' => 10,
),
),
),
),
),
'product' =>
array (
'sku' => 'configurable',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/AddConfigurableProductToWishlistTest.php:134
--
There were 71 failures:
1) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithUnconfirmedCustomer
Unable to apply fixture: Magento/Customer/_files/unconfirmed_customer.php
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/Eav/Model/Attribute/Data/Select.php:53
/var/www/html/app/code/Magento/Eav/Model/Validator/Attribute/Data.php:163
/var/www/html/lib/internal/Magento/Framework/Validator/Constraint.php:51
/var/www/html/lib/internal/Magento/Framework/Validator.php:62
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/Customer.php:262
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/Customer.php:195
/var/www/html/app/code/Magento/Eav/Model/Entity/VersionControl/AbstractEntity.php:90
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/Checkout/Model/Plugin/RecollectQuoteOnCustomerGroupChange.php:99
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/ResourceModel/Customer/Interceptor.php:104
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/Customer/Interceptor.php:779
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/Customer/Model/Plugin/CustomerRepository/TransactionWrapper.php:44
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/ResourceModel/CustomerRepository/Interceptor.php:23
/var/www/html/app/code/Magento/Customer/Model/AccountManagement.php:926
/var/www/html/generated/code/Magento/Customer/Model/AccountManagement/Interceptor.php:104
/var/www/html/app/code/Magento/Customer/Model/AccountManagement.php:869
/var/www/html/generated/code/Magento/Customer/Model/AccountManagement/Interceptor.php:95
/var/www/html/dev/tests/integration/testsuite/Magento/Customer/_files/unconfirmed_customer.php:47
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
2) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithIncorrectEmailFormat
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
),
),
)' contains 'Enter a valid email address.
'.
3) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithAlreadySubscribedEmail
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
),
),
)' contains 'This email address is already subscribed.
'.
4) Magento\GraphQl\Newsletter\Guest\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithAlreadySubscribedEmail
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'subscribeEmailToNewsletter',
),
),
),
'data' =>
array (
'subscribeEmailToNewsletter' => NULL,
),
)' contains 'This email address is already subscribed.
'.
5) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenMissingToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
6) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenMissingReason
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
7) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithInvalidToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
8) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
9) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
10) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
11) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
12) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
13) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
14) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
15) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
16) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
17) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testOrderCancellationForLoggedInCustomerUsingToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
18) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
19) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelOrderUnauthorizedCustomer
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
20) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
21) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
22) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
23) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
24) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
25) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelOrderWithDisabledCancellation
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
26) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenMissingReason
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
27) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
28) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenMissingOrderId
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
29) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
30) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderFromAnotherCustomer
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\CouldNotSaveException: The stock item was unable to be saved. Please try again.
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:198
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1412 Table definition has changed, please retry transaction, query was: SELECT `catalog_category_product_index_store21`.`category_id`, `catalog_category_product_index_store21`.`product_id`, `catalog_category_product_index_store21`.`position`, `catalog_category_product_index_store21`.`store_id` FROM `catalog_category_product_index_store21` WHERE (store_id = '21') AND (product_id IN (235))
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:109
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:89
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Statement.php:313
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:480
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Pdo/Abstract.php:242
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:666
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:737
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:1121
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:1331
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:1103
/var/www/html/app/code/Magento/AdvancedSearch/Model/ResourceModel/Index.php:187
/var/www/html/app/code/Magento/Elasticsearch/Model/ResourceModel/Index.php:138
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php:57
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProviderProxy.php:56
/var/www/html/app/code/Magento/AdvancedSearch/Model/Adapter/DataMapper/AdditionalFieldsProvider.php:34
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php:178
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper/Interceptor.php:23
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperResolver.php:44
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/Elasticsearch.php:288
/var/www/html/app/code/Magento/Elasticsearch/Model/Indexer/IndexerHandler.php:173
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:233
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:199
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:32
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:50
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:571
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:257
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:293
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:298
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:69
/var/www/html/app/code/Magento/InventoryCatalog/Model/UpdateDefaultStock.php:91
/var/www/html/app/code/Magento/InventoryCatalog/Plugin/CatalogInventory/UpdateSourceItemAtLegacyStockItemSavePlugin.php:106
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item/Interceptor.php:140
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:195
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
PDOException: SQLSTATE[HY000]: General error: 1412 Table definition has changed, please retry transaction
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:90
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:106
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:89
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Statement.php:313
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:480
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Pdo/Abstract.php:242
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:666
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:737
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:1121
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:1331
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:1103
/var/www/html/app/code/Magento/AdvancedSearch/Model/ResourceModel/Index.php:187
/var/www/html/app/code/Magento/Elasticsearch/Model/ResourceModel/Index.php:138
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php:57
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProviderProxy.php:56
/var/www/html/app/code/Magento/AdvancedSearch/Model/Adapter/DataMapper/AdditionalFieldsProvider.php:34
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php:178
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper/Interceptor.php:23
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperResolver.php:44
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/Elasticsearch.php:288
/var/www/html/app/code/Magento/Elasticsearch/Model/Indexer/IndexerHandler.php:173
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:233
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:199
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:32
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:50
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:571
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:257
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:293
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:298
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:69
/var/www/html/app/code/Magento/InventoryCatalog/Model/UpdateDefaultStock.php:91
/var/www/html/app/code/Magento/InventoryCatalog/Plugin/CatalogInventory/UpdateSourceItemAtLegacyStockItemSavePlugin.php:106
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item/Interceptor.php:140
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:195
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
31) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
32) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
33) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
34) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
35) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
36) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
37) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
38) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
39) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOfflinePaymentFullyInvoiced
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
40) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOfflinePaymentFullyInvoicedPartiallyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
41) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderAttemptingXSSPassedThroughReasonField
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
42) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelPartiallyInvoicedOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
43) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenMissingOrderId
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
44) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
45) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenMissingKey
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
46) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
47) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
48) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
49) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
50) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderForWhichConfirmationKeyNotGenerated
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
51) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelCustomerOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
52) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithInvalidConfirmationKey
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
53) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testConfirmCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
54) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
55) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
56) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
57) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
58) Magento\GraphQl\OrderCancellation\OrderCancellationEnabledTest::testOrderCancellationEnabledConfig
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
59) Magento\GraphQl\OrderCancellation\OrderCancellationEnabledTest::testOrderCancellationDisabledConfig
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
60) Magento\GraphQl\OrderCancellation\OrderCancellationReasonsTest::testGetCancellationReasonsSetUpThroughConfiguration
Unable to apply fixture: Magento\Store\Test\Fixture\Website (website2)
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:221
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/InventorySales/Plugin/Store/Model/ResourceModel/Website/UpdateSalesChannelWebsiteCodePlugin.php:66
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:95
/var/www/html/app/code/Magento/Store/Test/Fixture/Website.php:83
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
61) Magento\GraphQl\OrderCancellation\OrderCancellationReasonsTest::testGetCancellationReasonsForDifferentStore
Unable to apply fixture: Magento\Store\Test\Fixture\Website (website3)
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:221
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/InventorySales/Plugin/Store/Model/ResourceModel/Website/UpdateSalesChannelWebsiteCodePlugin.php:66
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:95
/var/www/html/app/code/Magento/Store/Test/Fixture/Website.php:83
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
62) Magento\GraphQl\PaymentGraphQl\GetIsDeferredPaymentMethodTest::testIsDeferredPaymentMethod
Unable to apply fixture: Magento/GraphQl/Catalog/_files/simple_product.php
Caused by
Magento\Framework\Exception\CouldNotSaveException: The product was unable to be saved. Please try again.
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:935
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:527
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:57
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
63) Magento\GraphQl\PaymentGraphQl\StoreConfigTest::testStoreConfigZeroSubtotalCheckMoneyOrderDisabled
Failed asserting that true is false.
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/PaymentGraphQl/StoreConfigTest.php:116
64) Magento\GraphQl\PaymentGraphQl\StoreConfigTest::testStoreConfigZeroSubtotalCheckMoneyOrderCustom
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Test Zero Subtotal Title'
+'No Payment Information Required'
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/PaymentGraphQl/StoreConfigTest.php:176
65) Magento\GraphQl\PaypalGraphQl\GetIsPaypalExpressDeferredPaymentMethodTest::testGetIsPaypalExpressDeferredPaymentMethod
Unable to apply fixture: Magento/GraphQl/Catalog/_files/simple_product.php
Caused by
Magento\Framework\Exception\CouldNotSaveException: The product was unable to be saved. Please try again.
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:935
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:527
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:57
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
66) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryRelatedProducts
Unable to apply fixture: Magento/Catalog/_files/products_related_multiple.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_multiple.php:29
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
67) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryDisableRelatedProduct
Unable to apply fixture: Magento/Catalog/_files/products_related_disabled.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_disabled.php:20
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
68) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryCrossSellProducts
Unable to apply fixture: Magento/Catalog/_files/products_crosssell.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_crosssell.php:20
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
69) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryUpSellProducts
Unable to apply fixture: Magento/Catalog/_files/products_upsell.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_upsell.php:32
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
70) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryDisableRelatedProductInStore
Unable to apply fixture: Magento/Catalog/_files/products_related_disabled_in_store.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_disabled_in_store.php:44
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
71) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryRelatedProductsInSortOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (p1)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
ERRORS!
Tests: 480, Assertions: 2397, Errors: 3, Failures: 71, Warnings: 3, PHPUnit Deprecations: 2, Skipped: 2.
=== Memory Usage System Stats ===
Memory usage (OS): 1357.73M (113.10% of 1200.50M reported by PHP)
Estimated memory leak: 157.23M (11.58% of used memory)
|
Graphql 2 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
............................................................... 63 / 201 ( 31%)
............................................................EEE 126 / 201 ( 62%)
E............................S................................. 189 / 201 ( 94%)
............ 201 / 201 (100%)
Time: 19:58.207, Memory: 462.50 MB
There were 4 errors:
1) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in denied category, customer" (1, 'simple-product-in-denied-category', ['customer@example.com', 'password'])
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
2) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in allowed category, customer" (0, 'simple-product-in-allowed-category', ['customer@example.com', 'password'])
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
3) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in denied category, guest" (1, 'simple-product-in-denied-category')
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
4) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in allowed category, guest" (0, 'simple-product-in-allowed-category')
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
ERRORS!
Tests: 201, Assertions: 1385, Errors: 4, Skipped: 1.
=== Memory Usage System Stats ===
Memory usage (OS): 580.79M (126.67% of 458.50M reported by PHP)
Estimated memory leak: 122.29M (21.06% of used memory)
|
Graphql 5 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
E....EE.........EE..E.E........................................ 63 / 151 ( 41%)
............................................................... 126 / 151 ( 83%)
......................... 151 / 151 (100%)
Time: 10:54.128, Memory: 548.50 MB
There were 7 errors:
1) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartSingleMutationTest::testAddConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartSingleMutationTest.php:87
2) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'Lqg9mUEqnzsYOSCRSZG7KJ0shF8KnDIG',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:57
3) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddMultipleConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:132
4) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCartWithCustomOption
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 26,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:429
5) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCartWithDifferentStoreHeader
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'BRAxYoRZywO95IRbMwfCnVgCiCS5pkEa',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:483
6) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddMoreProductsFromAnotherStore
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'SFlWzBJzFfpYLl8UwbG6RkGmYNmfI3S8',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:587
7) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductsWithDifferentParentsToCartTest::testAddMultipleConfigurableProductsWithDifferentParentsToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductsWithDifferentParentsToCartTest.php:98
ERRORS!
Tests: 151, Assertions: 1303, Errors: 7.
=== Memory Usage System Stats ===
Memory usage (OS): 677.67M (124.92% of 542.50M reported by PHP)
Estimated memory leak: 135.17M (19.95% of used memory)
|
Graphql 6 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D......................................................EF...... 63 / 257 ( 24%)
................................E..........S.S................F 126 / 257 ( 49%)
F...........FF.................................FEE.FEEFFFFFFFSE 189 / 257 ( 73%)
PHP Fatal error: Uncaught PHPUnit\Framework\Exception: User Error: Some transactions have not been committed or rolled back in /var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:4227. in /var/www/html/dev/tests/api-functional/framework/bootstrap.php:151
Stack trace:
#0 [internal function]: {closure}()
#1 /var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php(4227): trigger_error()
#2 /var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php(1109): Magento\Framework\DB\Adapter\Pdo\Mysql->__destruct()
#3 [internal function]: Magento\ResourceConnections\DB\Adapter\Pdo\MysqlProxy->__destruct()
#4 {main}
thrown in /var/www/html/dev/tests/api-functional/framework/bootstrap.php on line 151
An error occurred inside PHPUnit.
Message: Unable to revert fixture: Magento\Customer\Test\Fixture\CustomerAttribute (multiselect_attribute)
Caused by
Magento\Framework\Exception\StateException: The attribute can't be deleted.
/var/www/html/app/code/Magento/Eav/Model/AttributeRepository.php:184
/var/www/html/app/code/Magento/Eav/Model/AttributeRepository.php:204
/var/www/html/app/code/Magento/Customer/Test/Fixture/CustomerAttribute.php:109
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:82
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:150
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:56
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:75
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:139
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestFinishedSubscriber.php:38
Location: /var/www/html/vendor/phpunit/phpunit/src/Framework/Assert.php:2286
#0 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php(38): PHPUnit\Framework\Assert::fail()
#1 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php(152): Magento\TestFramework\Annotation\ExceptionHandler::handle()
#2 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php(56): Magento\TestFramework\Annotation\AbstractDataFixture->_revertFixtures()
#3 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php(75): Magento\TestFramework\Annotation\DataFixture->endTestTransactionRequest()
#4 [internal function]: Magento\TestFramework\Annotation\ApiDataFixture->endTestTransactionRequest()
#5 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#6 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(76): Magento\TestFramework\EventManager->fireEvent()
#7 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(56): Magento\TestFramework\Event\Transaction->_processTransactionRequests()
#8 [internal function]: Magento\TestFramework\Event\Transaction->endTest()
#9 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#10 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(139): Magento\TestFramework\EventManager->fireEvent()
#11 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestFinishedSubscriber.php(38): Magento\TestFramework\Event\PhpUnit->endTest()
#12 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestFinishedSubscriber->notify()
#13 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#14 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(1036): PHPUnit\Event\DeferringDispatcher->dispatch()
#15 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(242): PHPUnit\Event\DispatchingEmitter->testFinished()
#16 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#17 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#18 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#19 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#20 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#21 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#22 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#23 {main}
=== Memory Usage System Stats ===
Memory usage (OS): 424.12M (138.38% of 306.50M reported by PHP)
Estimated memory leak: 117.62M (27.73% of used memory)
|
Graphqlappserver 1 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D....S......................................................... 63 / 325 ( 19%)
............................................................... 126 / 325 ( 38%)
............................................................... 189 / 325 ( 58%)
S.............................................................. 252 / 325 ( 77%)
.....................................EEE....................... 315 / 325 ( 96%)
.......... 325 / 325 (100%)
Time: 26:45.278, Memory: 980.50 MB
There were 3 errors:
1) Magento\GraphQl\Sales\ReorderConfigurableWithVariationsTest::testVariations
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 2,
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:296
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:90
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:78
2) Magento\GraphQl\Sales\ReorderConfigurableWithVariationsTest::testWithDeletedVariation
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
0 =>
array (
'path' =>
array (
0 => 'orderNumber',
),
'code' => 'UNDEFINED',
),
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 1,
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:296
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderConfigurableWithVariationsTest.php:190
3) Magento\GraphQl\Sales\ReorderMultipleProductsTest::testMutplipleProducts
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 16,
'column' => 11,
),
),
'path' =>
array (
0 => 'reorderItems',
1 => 'cart',
2 => 'items',
3 => 1,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'reorderItems' =>
array (
'userInputErrors' =>
array (
),
'cart' =>
array (
'email' => 'customer@example.com',
'total_quantity' => 5,
'items' =>
array (
0 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'simple-2',
),
),
1 => NULL,
2 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'virtual_product',
),
),
3 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'bundle-product-radio-required-option',
),
'bundle_options' =>
array (
0 =>
array (
'label' => 'Radio Options',
'type' => 'radio',
'values' =>
array (
0 =>
array (
'label' => 'Simple Product',
'price' => 10,
'quantity' => 1,
),
),
),
),
),
4 =>
array (
'quantity' => 1,
'product' =>
array (
'sku' => 'downloadable-product',
),
'links' =>
array (
0 =>
array (
'title' => 'Downloadable Product Link',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderMultipleProductsTest.php:156
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Sales/ReorderMultipleProductsTest.php:64
ERRORS!
Tests: 325, Assertions: 3786, Errors: 3, PHPUnit Deprecations: 3, Skipped: 2.
=== Memory Usage System Stats ===
Memory usage (OS): 1142.86M (116.80% of 978.50M reported by PHP)
Estimated memory leak: 164.36M (14.38% of used memory)
|
Graphqlappserver 13 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D.............................................................. 63 / 480 ( 13%)
.............................................................SS 126 / 480 ( 26%)
............................................................... 189 / 480 ( 39%)
......................................................FFF.E.FF. 252 / 480 ( 52%)
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF.FFF.FF 315 / 480 ( 65%)
FFFFFFF........................................................ 378 / 480 ( 78%)
............................................................... 441 / 480 ( 91%)
.....E.E............................... 480 / 480 (100%)
Time: 25:45.041, Memory: 1.18 GB
There were 3 PHPUnit test runner warnings:
1) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Adapter/Mysql.php(29): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(23): Magento\TestFramework\Db\Adapter\Mysql->beginTransparentTransaction()
#3 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy.php(42): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransparentTransaction()
#4 /var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php(23): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy->beginTransparentTransaction()
#5 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(95): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy\Interceptor->beginTransparentTransaction()
#6 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(81): Magento\TestFramework\Event\Transaction->_startTransaction()
#7 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(46): Magento\TestFramework\Event\Transaction->_processTransactionRequests()
#8 [internal function]: Magento\TestFramework\Event\Transaction->startTest()
#9 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#10 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#11 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#12 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#13 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#14 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#15 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#16 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#17 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#18 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#19 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#20 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#21 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#22 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#23 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#24 {main}
2) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php(227): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php(68): Magento\ResourceConnections\DB\Adapter\Pdo\MysqlProxy->beginTransaction()
#3 /var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php(66): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy\Interceptor->beginTransaction()
#4 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(49): Magento\Framework\Model\ResourceModel\AbstractResource->beginTransaction()
#5 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(129): Magento\Framework\DB\Transaction->_startTransaction()
#6 /var/www/html/app/code/Magento/Config/Model/Config.php(218): Magento\Framework\DB\Transaction->save()
#7 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(58): Magento\Config\Model\Config->save()
#8 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(138): Magento\Config\Model\Config\Interceptor->___callParent()
#9 /var/www/html/app/code/Magento/CatalogPermissions/Model/Indexer/Plugin/ConfigData.php(97): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#10 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(135): Magento\CatalogPermissions\Model\Indexer\Plugin\ConfigData->aroundSave()
#11 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(153): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#12 /var/www/html/generated/code/Magento/Config/Model/Config/Interceptor.php(23): Magento\Config\Model\Config\Interceptor->___callPlugins()
#13 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(129): Magento\Config\Model\Config\Interceptor->save()
#14 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(79): Magento\TestFramework\App\ApiMutableScopeConfig->persistConfig()
#15 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(123): Magento\TestFramework\App\ApiMutableScopeConfig->setValue()
#16 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(100): Magento\TestFramework\Annotation\ConfigFixture->setScopeConfigValue()
#17 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(93): Magento\TestFramework\Annotation\ConfigFixture->_setConfigValue()
#18 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(174): Magento\TestFramework\Annotation\ApiConfigFixture->setGlobalConfigValue()
#19 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(69): Magento\TestFramework\Annotation\ConfigFixture->_assignConfigData()
#20 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(286): Magento\TestFramework\Annotation\ApiConfigFixture->_assignConfigData()
#21 [internal function]: Magento\TestFramework\Annotation\ConfigFixture->startTest()
#22 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#23 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#24 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#25 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#26 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#27 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#28 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#29 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#30 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#31 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#32 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#33 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#34 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#35 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#36 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#37 {main}
3) Exception in third-party event subscriber: Rolled back transaction has not been completed correctly.
#0 /var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php(50): Magento\Framework\DB\Adapter\Pdo\Mysql->beginTransaction()
#1 /var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php(227): Magento\TestFramework\Db\Adapter\Mysql\Interceptor->beginTransaction()
#2 /var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php(68): Magento\ResourceConnections\DB\Adapter\Pdo\MysqlProxy->beginTransaction()
#3 /var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php(66): Magento\TestFramework\ResourceConnections\Db\Adapter\MysqlProxy\Interceptor->beginTransaction()
#4 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(49): Magento\Framework\Model\ResourceModel\AbstractResource->beginTransaction()
#5 /var/www/html/lib/internal/Magento/Framework/DB/Transaction.php(129): Magento\Framework\DB\Transaction->_startTransaction()
#6 /var/www/html/app/code/Magento/Config/Model/Config.php(218): Magento\Framework\DB\Transaction->save()
#7 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(58): Magento\Config\Model\Config->save()
#8 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(138): Magento\Config\Model\Config\Interceptor->___callParent()
#9 /var/www/html/app/code/Magento/CatalogPermissions/Model/Indexer/Plugin/ConfigData.php(97): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#10 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(135): Magento\CatalogPermissions\Model\Indexer\Plugin\ConfigData->aroundSave()
#11 /var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php(153): Magento\Config\Model\Config\Interceptor->Magento\Framework\Interception\{closure}()
#12 /var/www/html/generated/code/Magento/Config/Model/Config/Interceptor.php(23): Magento\Config\Model\Config\Interceptor->___callPlugins()
#13 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(129): Magento\Config\Model\Config\Interceptor->save()
#14 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/App/ApiMutableScopeConfig.php(79): Magento\TestFramework\App\ApiMutableScopeConfig->persistConfig()
#15 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(123): Magento\TestFramework\App\ApiMutableScopeConfig->setValue()
#16 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(100): Magento\TestFramework\Annotation\ConfigFixture->setScopeConfigValue()
#17 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(93): Magento\TestFramework\Annotation\ConfigFixture->_setConfigValue()
#18 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(174): Magento\TestFramework\Annotation\ApiConfigFixture->setGlobalConfigValue()
#19 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiConfigFixture.php(69): Magento\TestFramework\Annotation\ConfigFixture->_assignConfigData()
#20 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ConfigFixture.php(286): Magento\TestFramework\Annotation\ApiConfigFixture->_assignConfigData()
#21 [internal function]: Magento\TestFramework\Annotation\ConfigFixture->startTest()
#22 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#23 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(127): Magento\TestFramework\EventManager->fireEvent()
#24 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php(43): Magento\TestFramework\Event\PhpUnit->startTest()
#25 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestPreprationStartedSubscriber->notify()
#26 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#27 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(313): PHPUnit\Event\DeferringDispatcher->dispatch()
#28 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(650): PHPUnit\Event\DispatchingEmitter->testPreparationStarted()
#29 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(105): PHPUnit\Framework\TestCase->runBare()
#30 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#31 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#32 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#33 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#34 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#35 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#36 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#37 {main}
--
There were 3 errors:
1) Magento\GraphQl\Newsletter\Guest\SubscribeEmailToNewsletterTest::testAddEmailIntoNewsletterSubscription
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'subscribeEmailToNewsletter',
),
),
),
'data' =>
array (
'subscribeEmailToNewsletter' => NULL,
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Newsletter/Guest/SubscribeEmailToNewsletterTest.php:40
2) Magento\GraphQl\Wishlist\AddConfigurableProductToWishlistTest::testAddConfigurableProductWithOptions
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addProductsToWishlist',
1 => 'wishlist',
2 => 'items_v2',
3 => 'items',
4 => 0,
5 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToWishlist' =>
array (
'user_errors' =>
array (
),
'wishlist' =>
array (
'id' => '28',
'sharing_code' => '9DLjTeXpfxBgiwv2RsHLJarEjZRe7TMc',
'items_count' => 1,
'updated_at' => '2025-02-03 16:01:59',
'items_v2' =>
array (
'items' =>
array (
0 =>
array (
'id' => '29',
'description' => NULL,
'quantity' => 2,
'added_at' => '2025-02-03 16:01:59',
'configurable_options' => NULL,
'configured_variant' =>
array (
'sku' => 'simple_10',
),
'customizable_options' =>
array (
),
'product' =>
array (
'sku' => 'configurable',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/AddConfigurableProductToWishlistTest.php:62
3) Magento\GraphQl\Wishlist\AddConfigurableProductToWishlistTest::testAddConfigurableProductWithCustomOptions
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 30,
'column' => 11,
),
),
'path' =>
array (
0 => 'addProductsToWishlist',
1 => 'wishlist',
2 => 'items_v2',
3 => 'items',
4 => 0,
5 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToWishlist' =>
array (
'user_errors' =>
array (
),
'wishlist' =>
array (
'id' => '30',
'sharing_code' => 'ZtmUyl39ZYElx2IrHC6d6ezyOskSC1C9',
'items_count' => 1,
'updated_at' => '2025-02-03 16:02:08',
'items_v2' =>
array (
'items' =>
array (
0 =>
array (
'id' => '31',
'description' => NULL,
'quantity' => 2,
'added_at' => '2025-02-03 16:02:08',
'configurable_options' => NULL,
'configured_variant' =>
array (
'sku' => 'simple_10',
),
'customizable_options' =>
array (
0 =>
array (
'customizable_option_uid' => 'Y3VzdG9tLW9wdGlvbi8zOQ==',
'is_required' => true,
'label' => 'Dropdown Options',
'type' => 'drop_down',
'values' =>
array (
0 =>
array (
'customizable_option_value_uid' => 'Y3VzdG9tLW9wdGlvbi8zOS80NQ==',
'label' => 'Option 1',
'value' => '45',
'price' =>
array (
'value' => 10,
),
),
),
),
),
'product' =>
array (
'sku' => 'configurable',
),
),
),
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/AddConfigurableProductToWishlistTest.php:134
--
There were 73 failures:
1) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithUnconfirmedCustomer
Unable to apply fixture: Magento/Customer/_files/unconfirmed_customer.php
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/Eav/Model/Attribute/Data/Select.php:53
/var/www/html/app/code/Magento/Eav/Model/Validator/Attribute/Data.php:163
/var/www/html/lib/internal/Magento/Framework/Validator/Constraint.php:51
/var/www/html/lib/internal/Magento/Framework/Validator.php:62
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/Customer.php:262
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/Customer.php:195
/var/www/html/app/code/Magento/Eav/Model/Entity/VersionControl/AbstractEntity.php:90
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/Checkout/Model/Plugin/RecollectQuoteOnCustomerGroupChange.php:99
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/ResourceModel/Customer/Interceptor.php:104
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/Customer/Interceptor.php:779
/var/www/html/app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/Customer/Model/Plugin/CustomerRepository/TransactionWrapper.php:44
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Customer/Model/ResourceModel/CustomerRepository/Interceptor.php:23
/var/www/html/app/code/Magento/Customer/Model/AccountManagement.php:926
/var/www/html/generated/code/Magento/Customer/Model/AccountManagement/Interceptor.php:104
/var/www/html/app/code/Magento/Customer/Model/AccountManagement.php:869
/var/www/html/generated/code/Magento/Customer/Model/AccountManagement/Interceptor.php:95
/var/www/html/dev/tests/integration/testsuite/Magento/Customer/_files/unconfirmed_customer.php:47
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
2) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithIncorrectEmailFormat
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
),
),
)' contains 'Enter a valid email address.
'.
3) Magento\GraphQl\Newsletter\Customer\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithAlreadySubscribedEmail
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
),
),
)' contains 'This email address is already subscribed.
'.
4) Magento\GraphQl\Newsletter\Guest\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithDisallowedGuestSubscription
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'subscribeEmailToNewsletter',
),
),
),
'data' =>
array (
'subscribeEmailToNewsletter' => NULL,
),
)' contains 'Guests can not subscribe to the newsletter. You must create an account to subscribe.
'.
5) Magento\GraphQl\Newsletter\Guest\SubscribeEmailToNewsletterTest::testNewsletterSubscriptionWithAlreadySubscribedEmail
Failed asserting that exception message 'GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 2,
'column' => 3,
),
),
'path' =>
array (
0 => 'subscribeEmailToNewsletter',
),
),
),
'data' =>
array (
'subscribeEmailToNewsletter' => NULL,
),
)' contains 'This email address is already subscribed.
'.
6) Magento\GraphQl\Newsletter\NewsletterIsEnabledTest::testNewsletterIsDisabled
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
'storeConfig' => Array (
- 'newsletter_enabled' => false
+ 'newsletter_enabled' => true
)
)
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/Newsletter/NewsletterIsEnabledTest.php:48
7) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenMissingToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
8) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenMissingReason
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
9) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithInvalidToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
10) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
11) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
12) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
13) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
14) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
15) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
16) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
17) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
18) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
19) Magento\GraphQl\OrderCancellation\CancelGuestOrderTest::testOrderCancellationForLoggedInCustomerUsingToken
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
20) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
21) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelOrderUnauthorizedCustomer
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
22) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
23) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
24) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
25) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
26) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
27) Magento\GraphQl\OrderCancellation\CancelOrderErrorCodeTest::testCancelOrderWithDisabledCancellation
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
28) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenMissingReason
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
29) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
30) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWhenMissingOrderId
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
31) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Magento\Framework\DB\Adapter\ConnectionException: DDL statements are not allowed in transactions
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:618
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:638
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:305
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:131
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Db/Sequence.php:69
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:102
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
32) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderFromAnotherCustomer
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (product)
Caused by
Magento\Framework\Exception\CouldNotSaveException: The stock item was unable to be saved. Please try again.
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:198
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1412 Table definition has changed, please retry transaction, query was: SELECT `catalog_category_product_index_store21`.`category_id`, `catalog_category_product_index_store21`.`product_id`, `catalog_category_product_index_store21`.`position`, `catalog_category_product_index_store21`.`store_id` FROM `catalog_category_product_index_store21` WHERE (store_id = '21') AND (product_id IN (235))
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:109
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:89
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Statement.php:313
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:480
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Pdo/Abstract.php:242
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:666
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:737
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:1121
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:1331
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:1103
/var/www/html/app/code/Magento/AdvancedSearch/Model/ResourceModel/Index.php:187
/var/www/html/app/code/Magento/Elasticsearch/Model/ResourceModel/Index.php:138
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php:57
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProviderProxy.php:56
/var/www/html/app/code/Magento/AdvancedSearch/Model/Adapter/DataMapper/AdditionalFieldsProvider.php:34
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php:178
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper/Interceptor.php:23
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperResolver.php:44
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/Elasticsearch.php:288
/var/www/html/app/code/Magento/Elasticsearch/Model/Indexer/IndexerHandler.php:173
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:233
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:199
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:32
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:50
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:571
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:257
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:293
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:298
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:69
/var/www/html/app/code/Magento/InventoryCatalog/Model/UpdateDefaultStock.php:91
/var/www/html/app/code/Magento/InventoryCatalog/Plugin/CatalogInventory/UpdateSourceItemAtLegacyStockItemSavePlugin.php:106
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item/Interceptor.php:140
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:195
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
PDOException: SQLSTATE[HY000]: General error: 1412 Table definition has changed, please retry transaction
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:90
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:106
/var/www/html/lib/internal/Magento/Framework/DB/Statement/Pdo/Mysql.php:89
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Statement.php:313
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:480
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Pdo/Abstract.php:242
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:666
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:641
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:730
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:122
/var/www/html/vendor/magento/zend-db/library/Zend/Db/Adapter/Abstract.php:737
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:1121
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:1331
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:1103
/var/www/html/app/code/Magento/AdvancedSearch/Model/ResourceModel/Index.php:187
/var/www/html/app/code/Magento/Elasticsearch/Model/ResourceModel/Index.php:138
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php:57
/var/www/html/app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProviderProxy.php:56
/var/www/html/app/code/Magento/AdvancedSearch/Model/Adapter/DataMapper/AdditionalFieldsProvider.php:34
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php:178
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper/Interceptor.php:23
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperResolver.php:44
/var/www/html/app/code/Magento/Elasticsearch/Model/Adapter/Elasticsearch.php:288
/var/www/html/app/code/Magento/Elasticsearch/Model/Indexer/IndexerHandler.php:173
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:233
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:199
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:32
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php:267
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Interceptor.php:50
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:571
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:257
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:293
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:298
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:69
/var/www/html/app/code/Magento/InventoryCatalog/Model/UpdateDefaultStock.php:91
/var/www/html/app/code/Magento/InventoryCatalog/Plugin/CatalogInventory/UpdateSourceItemAtLegacyStockItemSavePlugin.php:106
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/ResourceModel/Stock/Item/Interceptor.php:140
/var/www/html/app/code/Magento/CatalogInventory/Model/Stock/StockItemRepository.php:195
/var/www/html/generated/code/Magento/CatalogInventory/Model/Stock/StockItemRepository/Interceptor.php:23
/var/www/html/app/code/Magento/CatalogInventory/Model/StockRegistry.php:181
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/CatalogInventory/Model/StockRegistry/Interceptor.php:95
/var/www/html/app/code/Magento/CatalogInventory/Observer/SaveInventoryDataObserver.php:125
/var/www/html/app/code/Magento/InventoryCatalog/Observer/SaveInventoryDataObserver.php:85
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
33) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
34) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
35) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
36) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
37) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
38) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
39) Magento\GraphQl\OrderCancellation\CancelOrderTest::testAttemptToCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
40) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
41) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOfflinePaymentFullyInvoiced
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
42) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderWithOfflinePaymentFullyInvoicedPartiallyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
43) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelOrderAttemptingXSSPassedThroughReasonField
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
44) Magento\GraphQl\OrderCancellation\CancelOrderTest::testCancelPartiallyInvoicedOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
45) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenMissingOrderId
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
46) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelNonExistingOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
47) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenMissingKey
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
48) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWhenCancellationFeatureDisabled
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
49) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedFullyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
50) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedPartiallyShipped
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
51) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithOfflinePaymentFullyInvoicedFullyRefunded
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
52) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderForWhichConfirmationKeyNotGenerated
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
53) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelCustomerOrder
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
54) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithInvalidConfirmationKey
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
55) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testConfirmCancelOrderWithOutAnyAmountPaid
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
56) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "On Hold status" ('holded', 'On Hold')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
57) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Canceled status" ('canceled', 'Canceled')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
58) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Closed status" ('closed', 'Closed')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
59) Magento\GraphQl\OrderCancellation\ConfirmCancelGuestOrderTest::testAttemptToConfirmCancelOrderWithSomeStatuses with data set "Complete status" ('complete', 'Complete')
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
60) Magento\GraphQl\OrderCancellation\OrderCancellationEnabledTest::testOrderCancellationEnabledConfig
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
61) Magento\GraphQl\OrderCancellation\OrderCancellationEnabledTest::testOrderCancellationDisabledConfig
Unable to apply fixture: Magento\Store\Test\Fixture\Store
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/app/code/Magento/Indexer/Model/Indexer.php:383
/var/www/html/generated/code/Magento/Indexer/Model/Indexer/Interceptor.php:212
/var/www/html/app/code/Magento/Indexer/Model/Indexer/DependencyDecorator.php:233
/var/www/html/lib/internal/Magento/Framework/Indexer/AbstractProcessor.php:89
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:60
/var/www/html/app/code/Magento/TargetRule/Model/Indexer/TargetRule/Plugin/Store.php:49
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:121
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Store/Interceptor.php:86
/var/www/html/app/code/Magento/Store/Test/Fixture/Store.php:100
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
62) Magento\GraphQl\OrderCancellation\OrderCancellationReasonsTest::testGetCancellationReasonsSetUpThroughConfiguration
Unable to apply fixture: Magento\Store\Test\Fixture\Website (website2)
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:221
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/InventorySales/Plugin/Store/Model/ResourceModel/Website/UpdateSalesChannelWebsiteCodePlugin.php:66
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:95
/var/www/html/app/code/Magento/Store/Test/Fixture/Website.php:83
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
63) Magento\GraphQl\OrderCancellation\OrderCancellationReasonsTest::testGetCancellationReasonsForDifferentStore
Unable to apply fixture: Magento\Store\Test\Fixture\Website (website3)
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:221
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/Db/AbstractDb.php:380
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/InventorySales/Plugin/Store/Model/ResourceModel/Website/UpdateSalesChannelWebsiteCodePlugin.php:66
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Store/Model/ResourceModel/Website/Interceptor.php:95
/var/www/html/app/code/Magento/Store/Test/Fixture/Website.php:83
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
64) Magento\GraphQl\PaymentGraphQl\GetIsDeferredPaymentMethodTest::testIsDeferredPaymentMethod
Unable to apply fixture: Magento/GraphQl/Catalog/_files/simple_product.php
Caused by
Magento\Framework\Exception\CouldNotSaveException: The product was unable to be saved. Please try again.
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:935
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:527
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:57
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
65) Magento\GraphQl\PaymentGraphQl\StoreConfigTest::testStoreConfigZeroSubtotalCheckMoneyOrderDisabled
Failed asserting that true is false.
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/PaymentGraphQl/StoreConfigTest.php:116
66) Magento\GraphQl\PaymentGraphQl\StoreConfigTest::testStoreConfigZeroSubtotalCheckMoneyOrderCustom
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Test Zero Subtotal Title'
+'No Payment Information Required'
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/PaymentGraphQl/StoreConfigTest.php:176
67) Magento\GraphQl\PaypalGraphQl\GetIsPaypalExpressDeferredPaymentMethodTest::testGetIsPaypalExpressDeferredPaymentMethod
Unable to apply fixture: Magento/GraphQl/Catalog/_files/simple_product.php
Caused by
Magento\Framework\Exception\CouldNotSaveException: The product was unable to be saved. Please try again.
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:935
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
Caused by
Exception: Rolled back transaction has not been completed correctly.
/var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:348
/var/www/html/generated/code/Magento/TestFramework/Db/Adapter/Mysql/Interceptor.php:50
/var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php:227
/var/www/html/generated/code/Magento/TestFramework/ResourceConnections/Db/Adapter/MysqlProxy/Interceptor.php:68
/var/www/html/lib/internal/Magento/Framework/Model/ResourceModel/AbstractResource.php:66
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:527
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:57
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/GraphQl/Catalog/_files/simple_product.php:45
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
68) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryRelatedProducts
Unable to apply fixture: Magento/Catalog/_files/products_related_multiple.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_multiple.php:29
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
69) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryDisableRelatedProduct
Unable to apply fixture: Magento/Catalog/_files/products_related_disabled.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_disabled.php:20
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
70) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryCrossSellProducts
Unable to apply fixture: Magento/Catalog/_files/products_crosssell.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_crosssell.php:20
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
71) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryUpSellProducts
Unable to apply fixture: Magento/Catalog/_files/products_upsell.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:681
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:1706
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_upsell.php:32
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
72) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryDisableRelatedProductInStore
Unable to apply fixture: Magento/Catalog/_files/products_related_disabled_in_store.php
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/testsuite/Magento/Catalog/_files/products_related_disabled_in_store.php:44
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
73) Magento\GraphQl\RelatedProduct\GetRelatedProductsTest::testQueryRelatedProductsInSortOrder
Unable to apply fixture: Magento\Catalog\Test\Fixture\Product (p1)
Caused by
Magento\Framework\Exception\NoSuchEntityException: The store that was requested wasn't found. Verify the store and try again.
/var/www/html/app/code/Magento/Store/Model/StoreRepository.php:112
/var/www/html/app/code/Magento/Store/Model/StoreManager.php:169
/var/www/html/generated/code/Magento/Store/Model/StoreManager/Interceptor.php:59
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Store/StoreManager.php:88
/var/www/html/generated/code/Magento/TestFramework/Store/StoreManager/Interceptor.php:59
/var/www/html/generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:129
/var/www/html/app/code/Magento/Store/Model/Resolver/Store.php:30
/var/www/html/lib/internal/Magento/Framework/App/Config/ScopeCodeResolver.php:49
/var/www/html/lib/internal/Magento/Framework/App/Config.php:63
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:168
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlPathGenerator.php:113
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Product/CanonicalUrlRewriteGenerator.php:49
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:311
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:232
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductScopeRewriteGenerator.php:184
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:194
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/ProductUrlRewriteGenerator.php:163
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:124
/var/www/html/app/code/Magento/CatalogUrlRewrite/Model/Products/AppendUrlRewritesToProducts.php:97
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:143
/var/www/html/app/code/Magento/CatalogUrlRewrite/Observer/ProductProcessUrlRewriteSavingObserver.php:109
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/Model/AbstractModel.php:865
/var/www/html/app/code/Magento/Catalog/Model/Product.php:976
/var/www/html/generated/code/Magento/Catalog/Model/Product/Interceptor.php:248
/var/www/html/lib/internal/Magento/Framework/EntityManager/Observer/AfterEntitySave.php:34
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:88
/var/www/html/lib/internal/Magento/Framework/Event/Invoker/InvokerDefault.php:74
/var/www/html/app/code/Magento/Staging/Model/Event/Manager.php:97
/var/www/html/generated/code/Magento/Staging/Model/Event/Manager/Proxy.php:105
/var/www/html/lib/internal/Magento/Framework/EntityManager/EventManager.php:49
/var/www/html/app/code/Magento/Staging/Model/Operation/Create.php:138
/var/www/html/lib/internal/Magento/Framework/EntityManager/EntityManager.php:106
/var/www/html/app/code/Magento/Catalog/Model/ResourceModel/Product.php:779
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:58
/var/www/html/app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Plugin/Product.php:28
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ResourceModel/Product/Interceptor.php:194
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:905
/var/www/html/app/code/Magento/Catalog/Model/ProductRepository.php:652
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Model/ProductRepository/Interceptor.php:41
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/Api/Service.php:71
/var/www/html/app/code/Magento/Catalog/Test/Fixture/Product.php:111
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
ERRORS!
Tests: 480, Assertions: 2397, Errors: 3, Failures: 73, Warnings: 3, PHPUnit Deprecations: 2, Skipped: 2.
=== Memory Usage System Stats ===
Memory usage (OS): 1361.62M (113.42% of 1200.50M reported by PHP)
Estimated memory leak: 161.12M (11.83% of used memory)
|
Graphqlappserver 2 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
............................................................... 63 / 201 ( 31%)
............................................................EEE 126 / 201 ( 62%)
E............................S................................. 189 / 201 ( 94%)
............ 201 / 201 (100%)
Time: 17:46.036, Memory: 462.50 MB
There were 4 errors:
1) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in denied category, customer" (1, 'simple-product-in-denied-category', ['customer@example.com', 'password'])
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
2) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in allowed category, customer" (0, 'simple-product-in-allowed-category', ['customer@example.com', 'password'])
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
3) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in denied category, guest" (1, 'simple-product-in-denied-category')
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
4) Magento\GraphQl\CatalogPermissions\Product\Configurable\AddConfigurableProductToCartTest::testConfigurableProductInAllowedCategory with data set "variation in allowed category, guest" (0, 'simple-product-in-allowed-category')
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogPermissions/Product/Configurable/AddConfigurableProductToCartTest.php:332
ERRORS!
Tests: 201, Assertions: 1385, Errors: 4, Skipped: 1.
=== Memory Usage System Stats ===
Memory usage (OS): 581.64M (126.86% of 458.50M reported by PHP)
Estimated memory leak: 123.14M (21.17% of used memory)
|
Graphqlappserver 5 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
E....EE.........EE..E.E........................................ 63 / 151 ( 41%)
............................................................... 126 / 151 ( 83%)
......................... 151 / 151 (100%)
Time: 11:29.639, Memory: 550.50 MB
There were 7 errors:
1) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartSingleMutationTest::testAddConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 21,
),
),
'path' =>
array (
0 => 'addProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
'user_errors' =>
array (
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartSingleMutationTest.php:87
2) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'YtKYHEMbdsIPKtCsKmBKTyPU5MC94Qdg',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:57
3) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddMultipleConfigurableProductToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:132
4) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCartWithCustomOption
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 26,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:429
5) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddConfigurableProductToCartWithDifferentStoreHeader
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'umnV2MexUg6cifzeByi45h4VLtWv6bbK',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:483
6) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest::testAddMoreProductsFromAnotherStore
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 23,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'id' => 'PRadGcmCJoeY2HGzZ44mH6TnQAY1hzhP',
'items' =>
array (
0 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php:587
7) Magento\GraphQl\ConfigurableProduct\AddConfigurableProductsWithDifferentParentsToCartTest::testAddMultipleConfigurableProductsWithDifferentParentsToCart
Magento\TestFramework\TestCase\GraphQl\ResponseContainsErrorsException: GraphQL response contains errors: Internal server error
array (
'errors' =>
array (
0 =>
array (
'message' => 'Internal server error',
'locations' =>
array (
0 =>
array (
'line' => 29,
'column' => 11,
),
),
'path' =>
array (
0 => 'addConfigurableProductsToCart',
1 => 'cart',
2 => 'items',
3 => 0,
4 => 'configurable_options',
),
),
),
'data' =>
array (
'addConfigurableProductsToCart' =>
array (
'cart' =>
array (
'items' =>
array (
0 => NULL,
1 => NULL,
),
),
),
),
)
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:230
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:126
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQl/Client.php:73
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php:71
/var/www/html/dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductsWithDifferentParentsToCartTest.php:98
ERRORS!
Tests: 151, Assertions: 1303, Errors: 7.
=== Memory Usage System Stats ===
Memory usage (OS): 683.29M (125.49% of 544.50M reported by PHP)
Estimated memory leak: 138.79M (20.31% of used memory)
|
Graphqlappserver 6 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
D......................................................EF...... 63 / 257 ( 24%)
................................E..........S.S................F 126 / 257 ( 49%)
F...........FF.................................FEE.FEEFFFFFFFSE 189 / 257 ( 73%)
PHP Fatal error: Uncaught PHPUnit\Framework\Exception: User Error: Some transactions have not been committed or rolled back in /var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php:4227. in /var/www/html/dev/tests/api-functional/framework/bootstrap.php:151
Stack trace:
#0 [internal function]: {closure}()
#1 /var/www/html/lib/internal/Magento/Framework/DB/Adapter/Pdo/Mysql.php(4227): trigger_error()
#2 /var/www/html/app/code/Magento/ResourceConnections/DB/Adapter/Pdo/MysqlProxy.php(1109): Magento\Framework\DB\Adapter\Pdo\Mysql->__destruct()
#3 [internal function]: Magento\ResourceConnections\DB\Adapter\Pdo\MysqlProxy->__destruct()
#4 {main}
thrown in /var/www/html/dev/tests/api-functional/framework/bootstrap.php on line 151
An error occurred inside PHPUnit.
Message: Unable to revert fixture: Magento\Customer\Test\Fixture\CustomerAttribute (multiselect_attribute)
Caused by
Magento\Framework\Exception\StateException: The attribute can't be deleted.
/var/www/html/app/code/Magento/Eav/Model/AttributeRepository.php:184
/var/www/html/app/code/Magento/Eav/Model/AttributeRepository.php:204
/var/www/html/app/code/Magento/Customer/Test/Fixture/CustomerAttribute.php:109
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:82
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:150
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:56
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:75
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:139
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestFinishedSubscriber.php:38
Location: /var/www/html/vendor/phpunit/phpunit/src/Framework/Assert.php:2286
#0 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php(38): PHPUnit\Framework\Assert::fail()
#1 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php(152): Magento\TestFramework\Annotation\ExceptionHandler::handle()
#2 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php(56): Magento\TestFramework\Annotation\AbstractDataFixture->_revertFixtures()
#3 /var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php(75): Magento\TestFramework\Annotation\DataFixture->endTestTransactionRequest()
#4 [internal function]: Magento\TestFramework\Annotation\ApiDataFixture->endTestTransactionRequest()
#5 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#6 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(76): Magento\TestFramework\EventManager->fireEvent()
#7 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php(56): Magento\TestFramework\Event\Transaction->_processTransactionRequests()
#8 [internal function]: Magento\TestFramework\Event\Transaction->endTest()
#9 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php(49): call_user_func_array()
#10 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php(139): Magento\TestFramework\EventManager->fireEvent()
#11 /var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestFinishedSubscriber.php(38): Magento\TestFramework\Event\PhpUnit->endTest()
#12 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php(105): Magento\TestFramework\Event\TestFinishedSubscriber->notify()
#13 /var/www/html/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php(47): PHPUnit\Event\DirectDispatcher->dispatch()
#14 /var/www/html/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php(1036): PHPUnit\Event\DeferringDispatcher->dispatch()
#15 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestRunner.php(242): PHPUnit\Event\DispatchingEmitter->testFinished()
#16 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestCase.php(516): PHPUnit\Framework\TestRunner->run()
#17 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestCase->run()
#18 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#19 /var/www/html/vendor/phpunit/phpunit/src/Framework/TestSuite.php(374): PHPUnit\Framework\TestSuite->run()
#20 /var/www/html/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(64): PHPUnit\Framework\TestSuite->run()
#21 /var/www/html/vendor/phpunit/phpunit/src/TextUI/Application.php(203): PHPUnit\TextUI\TestRunner->run()
#22 /var/www/html/vendor/phpunit/phpunit/phpunit(104): PHPUnit\TextUI\Application->run()
#23 {main}
=== Memory Usage System Stats ===
Memory usage (OS): 428.30M (138.83% of 308.50M reported by PHP)
Estimated memory leak: 119.80M (27.97% of used memory)
|
Rest 0 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
.....SS.....................SSS.S.............................. 63 / 195 ( 32%)
.............................................................EE 126 / 195 ( 64%)
.........................................F..................... 189 / 195 ( 96%)
...... 195 / 195 (100%)
Time: 09:37.127, Memory: 562.50 MB
There were 2 errors:
1) Magento\InventoryExportStockApi\Test\Api\ExportStockSalableQtyTest::testExportConfigurableWithReservationsDefaultWebsiteDefaultStock
Exception: An error has happened during application run. See exception log for details.
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:192
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:111
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest/RestClient.php:83
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest.php:106
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/WebapiAbstract.php:180
/var/www/html/app/code/Magento/InventorySales/Test/Api/OrderPlacementBase.php:345
/var/www/html/app/code/Magento/InventoryExportStockApi/Test/Api/ExportStockSalableQtyTest.php:321
2) Magento\InventoryExportStockApi\Test\Api\ExportStockSalableQtyTest::testExportConfigurableWithReservationsAdditionalWebsiteAdditionalStock
Exception: An error has happened during application run. See exception log for details.
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:192
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/HttpClient/CurlClient.php:111
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest/RestClient.php:83
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/Adapter/Rest.php:106
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/TestCase/WebapiAbstract.php:180
/var/www/html/app/code/Magento/InventorySales/Test/Api/OrderPlacementBase.php:345
/var/www/html/app/code/Magento/InventoryExportStockApi/Test/Api/ExportStockSalableQtyTest.php:429
--
There was 1 failure:
1) Magento\InventoryShipping\Test\Api\ShipOrderTest::testShipOrderWithConfigurableProduct
Unable to apply fixture: ../../../../app/code/Magento/InventoryShipping/Test/_files/order_configurable_product.php
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:866
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:194
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:1035
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:221
/var/www/html/app/code/Magento/Quote/Model/Quote/Item/ToOrderItem.php:61
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Quote/Item/ToOrderItem/Interceptor.php:23
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:546
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:610
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:518
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/SalesRule/Plugin/CouponUsagesIncrement.php:54
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/QuoteManagement/Interceptor.php:68
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:476
/var/www/html/app/code/Magento/Quote/Model/CartMutex.php:57
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:402
/var/www/html/generated/code/Magento/Quote/Model/QuoteManagement/Interceptor.php:50
/var/www/html/app/code/Magento/InventoryShipping/Test/_files/order_configurable_product.php:40
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
ERRORS!
Tests: 195, Assertions: 769, Errors: 2, Failures: 1, Skipped: 6.
=== Memory Usage System Stats ===
Memory usage (OS): 706.07M (126.42% of 558.50M reported by PHP)
Estimated memory leak: 147.57M (20.90% of used memory)
|
Rest 5 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
...............................................S............... 63 / 394 ( 15%)
............................................................... 126 / 394 ( 31%)
............................................................... 189 / 394 ( 47%)
..........................SSSSSSS.............................. 252 / 394 ( 63%)
..................F............................................ 315 / 394 ( 79%)
.S............................................................. 378 / 394 ( 95%)
................ 394 / 394 (100%)
Time: 08:19.005, Memory: 854.50 MB
There was 1 failure:
1) Magento\Sales\Service\V1\CreditMemoGenerateIfConfigurableProductWithDecimalQuantityTest::testCreditMemoGenerationWithConfigurableProductDecimalQuantity
Unable to apply fixture: Magento\Checkout\Test\Fixture\SetDeliveryMethod
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:866
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:194
/var/www/html/app/code/Magento/ConfigurableProduct/Helper/Product/Configuration/Plugin.php:29
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/GroupedProduct/Helper/Product/Configuration/Plugin/Grouped.php:54
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Helper/Product/Configuration/Interceptor.php:32
/var/www/html/app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php:106
/var/www/html/app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php:81
/var/www/html/app/code/Magento/Quote/Model/Cart/CartTotalRepository.php:107
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Cart/CartTotalRepository/Interceptor.php:23
/var/www/html/app/code/Magento/Checkout/Model/ShippingInformationManagement.php:236
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Checkout/Model/ShippingInformationManagement/Interceptor.php:23
/var/www/html/app/code/Magento/Checkout/Test/Fixture/SetDeliveryMethod.php:78
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
FAILURES!
Tests: 394, Assertions: 1803, Failures: 1, Skipped: 9.
=== Memory Usage System Stats ===
Memory usage (OS): 1005.45M (118.22% of 850.50M reported by PHP)
Estimated memory leak: 154.95M (15.41% of used memory)
|
Soap 0 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
.....SS.................SSS.SSS.S.............................. 63 / 195 ( 32%)
.................S...S............SSSS.....................SSSS 126 / 195 ( 64%)
SSS..SSSSSS..............................FSSSS...SSS.S.SSSSSSSS 189 / 195 ( 96%)
S..... 195 / 195 (100%)
Time: 08:57.305, Memory: 552.50 MB
There was 1 failure:
1) Magento\InventoryShipping\Test\Api\ShipOrderTest::testShipOrderWithConfigurableProduct
Unable to apply fixture: ../../../../app/code/Magento/InventoryShipping/Test/_files/order_configurable_product.php
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:866
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:194
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:1035
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:221
/var/www/html/app/code/Magento/Quote/Model/Quote/Item/ToOrderItem.php:61
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Quote/Item/ToOrderItem/Interceptor.php:23
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:546
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:610
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:518
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/app/code/Magento/SalesRule/Plugin/CouponUsagesIncrement.php:54
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/QuoteManagement/Interceptor.php:68
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:476
/var/www/html/app/code/Magento/Quote/Model/CartMutex.php:57
/var/www/html/app/code/Magento/Quote/Model/QuoteManagement.php:402
/var/www/html/generated/code/Magento/Quote/Model/QuoteManagement/Interceptor.php:50
/var/www/html/app/code/Magento/InventoryShipping/Test/_files/order_configurable_product.php:40
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Fixture/LegacyDataFixture.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
FAILURES!
Tests: 195, Assertions: 899, Failures: 1, Skipped: 45.
=== Memory Usage System Stats ===
Memory usage (OS): 700.38M (126.77% of 552.50M reported by PHP)
Estimated memory leak: 147.88M (21.11% of used memory)
|
Soap 5 (EE) |
Failure
PHPUnit 10.5.41 by Sebastian Bergmann and contributors.
Runtime: PHP 8.3.6
Configuration: /var/www/html/dev/tests/api-functional/phpunit.xml
SSSSSSS........................................SSSS............ 63 / 394 ( 15%)
............................................................... 126 / 394 ( 31%)
.......................................SSS....S................ 189 / 394 ( 47%)
...SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.SSS......SSSSSSSSSSSS. 252 / 394 ( 63%)
............SS....F.......................................S.... 315 / 394 ( 79%)
.S..S.......................................................... 378 / 394 ( 95%)
.S.............. 394 / 394 (100%)
Time: 07:59.990, Memory: 902.50 MB
There was 1 failure:
1) Magento\Sales\Service\V1\CreditMemoGenerateIfConfigurableProductWithDecimalQuantityTest::testCreditMemoGenerationWithConfigurableProductDecimalQuantity
Unable to apply fixture: Magento\Checkout\Test\Fixture\SetDeliveryMethod
Caused by
TypeError: Magento\Eav\Model\Entity\Attribute\Source\Table::loadSpecificOptions(): Argument #3 ($storeId) must be of type int, null given, called in /var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php on line 132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:160
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:132
/var/www/html/app/code/Magento/Eav/Model/Entity/Attribute/Source/Table.php:200
/var/www/html/app/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable.php:866
/var/www/html/generated/code/Magento/ConfigurableProduct/Model/Product/Type/Configurable/Interceptor.php:194
/var/www/html/app/code/Magento/ConfigurableProduct/Helper/Product/Configuration/Plugin.php:29
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/app/code/Magento/GroupedProduct/Helper/Product/Configuration/Plugin/Grouped.php:54
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:135
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Catalog/Helper/Product/Configuration/Interceptor.php:32
/var/www/html/app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php:106
/var/www/html/app/code/Magento/Quote/Model/Cart/Totals/ItemConverter.php:81
/var/www/html/app/code/Magento/Quote/Model/Cart/CartTotalRepository.php:107
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Quote/Model/Cart/CartTotalRepository/Interceptor.php:23
/var/www/html/app/code/Magento/Checkout/Model/ShippingInformationManagement.php:236
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:58
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:138
/var/www/html/lib/internal/Magento/Framework/Interception/Interceptor.php:153
/var/www/html/generated/code/Magento/Checkout/Model/ShippingInformationManagement/Interceptor.php:23
/var/www/html/app/code/Magento/Checkout/Test/Fixture/SetDeliveryMethod.php:78
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureSetup.php:56
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:121
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/ExceptionHandler.php:38
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/AbstractDataFixture.php:123
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php:37
/var/www/html/dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php:67
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:76
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/Transaction.php:46
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/EventManager.php:49
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/PhpUnit.php:127
/var/www/html/dev/tests/integration/framework/Magento/TestFramework/Event/TestPreprationStartedSubscriber.php:43
FAILURES!
Tests: 394, Assertions: 1626, Failures: 1, Skipped: 73.
=== Memory Usage System Stats ===
Memory usage (OS): 1052.68M (117.16% of 898.50M reported by PHP)
Estimated memory leak: 154.18M (14.65% of used memory)
|