joshuaswarren / magescotch

A Magento 1 + Magento 2 ready development environment based on Scotch Box
55 stars 16 forks source link

Magento 2.2-develop integration tests fail #28

Open joshuaswarren opened 6 years ago

joshuaswarren commented 6 years ago

Magento 2.2-develop integration tests fail within the Vagrant VM due to this error:

Exception: Starting Magento installation: File permissions check... [Progress: 1 / 441] Required extensions check... [Progress: 2 / 441] Enabling Maintenance Mode... [Progress: 3 / 441] Installing deployment configuration... [Progress: 4 / 441] Installing database schema: Schema creation/updates: Module 'Magento_Store': Installing schema... Upgrading schema... [Progress: 5 / 441] Module 'Magento_AdvancedPricingImportExport': [Progress: 6 / 441] Module 'Magento_Directory': Installing schema... [Progress: 7 / 441] Module 'Magento_Theme': Installing schema... [Progress: 8 / 441] Module 'Magento_Backend': [Progress: 9 / 441] Module 'Magento_Backup': [Progress: 10 / 441] Module 'Magento_Eav': Installing schema... Upgrading schema... [Progress: 11 / 441] Module 'Magento_AdminNotification': Installing schema... [Progress: 12 / 441] Module 'Magento_BundleImportExport': [Progress: 13 / 441] Module 'Magento_CacheInvalidate': [Progress: 14 / 441] Module 'Magento_Indexer': Installing schema... [Progress: 15 / 441] Module 'Magento_Cms': Installing schema... Upgrading schema... [Progress: 16 / 441] Module 'Magento_CatalogImportExport': [Progress: 17 / 441] Module 'Magento_Catalog': Installing schema...

[Zend_Db_Statement_Exception] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento_integration_tests.customer_group' doesn't exist, query was: DESCRIBE customer_group

In a non-virtualized environment, the tests run as expected.

joshuaswarren commented 6 years ago

This may also be due to issue #27