Caused By: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento_integration_tests.catalog_category_product_index_store0' doesn't exist, query was: SELECT DISTINCT `catalog_category_product_index_store0`.`category_id` FROM `catalog_category_product_index_store0` WHERE (product_id IN (1))
Preconditions and environment
Steps to reproduce
Run one of the tests
\Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricingTest::testImportDelete
\Magento\AdvancedPricingImportExport\Model\Import\AdvancedPricingTest::testImportAddUpdateCounts
Expected result
Passing test
Actual result
The test fails with
Full stack trace:
Additional information
The second test fails with
Looking at the stack trace this is triggered by a call to
\Magento\Catalog\Model\Indexer\Category\Product::executeAction
.