tests are failing due to bundle field tables not created
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3591126. --> Reported by: [joachim](https://www.drupal.org/user/107701) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Tests were all GREEN then I updated core from 11.2 to 11.3 and BOOM:</p> <p>&gt; Drupal\Core\Entity\EntityStorageException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db.test86635540entity_test_with_bundle__finders_channels' doesn't exist: INSERT INTO "test86635540entity_test_with_bundle__finders_channels" ("entity_id", "revision_id", "bundle", "delta", "langcode", "finders_channels_target_id") VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5); Array</p> <p>Has something changed with how and when the bundle field tables are made?</p> <p>There was a crash we were getting in the CI issue, but I thought I had fixed it or it was no longer relevant.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue