This one's my fault :)
#1530386: Avoid unnecessary cache rebuilds and improve installation performance introduced the logic in features_flush_caches() that doesn't flush the modules cache during install.
At least that was the intention, it is actually backwards.
See:

  // Don't flush the modules cache during installation, for performance reasons
  if (variable_get('install_task') != 'done') {
    features_get_modules(NULL, TRUE);
  }
CommentFileSizeAuthor
#1 1669720-fix-features-flush-cache.patch471 bytesbojanz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bojanz’s picture

Status: Active » Needs review
FileSize
471 bytes

Here's a one-line fix.

bojanz’s picture

Bump!

mpotter’s picture

Status: Needs review » Fixed

Yeah, that makes sense, thanks for bumping this back into my view. Committed to 7982ecd.

Status: Fixed » Closed (fixed)

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