Problem/Motivation
This issue is a follow up to #3211992: TestSiteApplicationTest::testInstallWithNonExistingFile() fails when another test creates database tables during the test run which only removed the broken code from one of the test methods but was meant to remove it from both. This issue is to remove it from TestSiteApplicationTest::testInstallWithNonExistingFile() and also from :: testInstallWithFileWithNoClass() because it can cause random failures.
Steps to reproduce
Proposed resolution
Remove the table counting from \Drupal\Tests\Scripts\TestSiteApplicationTest::testInstallWithNonExistingFile() and testInstallWithFileWithNoClass().
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3383230
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
hooroomooComment #4
hooroomooComment #5
smustgrave commentedSeems like a simple update.
Comment #6
hooroomooComment #7
hooroomooComment #10
lauriiiI saw this randomly failing on couple issues this weekend. Not sure what's causing that but seems like this is just applying the fix from #3211992: TestSiteApplicationTest::testInstallWithNonExistingFile() fails when another test creates database tables during the test run to other test methods in the same class which seems fine.
Committed a8e9781 and pushed to 11.x. Thanks!