Problem/Motivation

\Drupal\config\Tests\ConfigImportAllTest
and
\Drupal\system\Tests\Module\InstallUninstallTest
are one of the two slowest tests in Drupal, if not the slowest.

Let's try to figure out whether we can speed them up a bit.

Proposed resolution

Remaining tasks

User interface changes

API changes

CommentFileSizeAuthor
#1 2468079-1.patch602 bytesdawehner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Active » Needs review
FileSize
602 bytes

Let's try this.

Berdir’s picture

Status: Needs review » Reviewed & tested by the community

Makes sense to me and tests still pass. Those tests really deserve some speedup and for example ConfigImportAllTest calls this method in a loop for every enabled module, that's pretty crazy.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Test-only change that seems sane. Committed e55bba7 and pushed to 8.0.x. Thanks!

  • alexpott committed e55bba7 on 8.0.x
    Issue #2468079 by dawehner: Try to speed up InstallUninstallTest /...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.