The CTools test fails on a clean install of the latest dev version of D7 with the following contrib modules:

  • Chaos tool suite 7.x-1.x-dev
  • Features 7.x-1.x-dev
  • Strongarm 7.x-2.x-dev
  • Views 7.x-3.x-dev

The test checks if the functions strongarm_features_api() and views_features_api() exist but these can not be found anywhere in the current code base.

According to comments #20 and #21 of #1493274: Feature installed before Strongarm blocks all other variable imports this problem occurred half a year ago as well but was solved in #710068: Unclearable static cache in ctools_export_get_schemas(). It seems to have resurfaced.

Comments

pfrenssen’s picture

Using git bisect I found that this test started failing since commit a858e77d3 from #1530386: Avoid unnecessary cache rebuilds and improve installation performance.

wizonesolutions’s picture

Did you get this working?

pfrenssen’s picture

No, I have not looked any further than identifying the commit.

pfrenssen’s picture

A followup to the issue mentioned above was committed in #1669720: Regression in features_flush_caches(). I have run the tests again on the 7.x-2.x branch with latest versions of CTools, Strongarm and Views, but they still fail.

pfrenssen’s picture

Status: Active » Closed (duplicate)

This has been fixed in #1954596: Features tests broken.