Closed (fixed)
Project:
Features
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2016 at 15:26 UTC
Updated:
8 Apr 2016 at 19:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mpotter commentedThis is odd. I can reproduce the same errors when running tests locally. But even reverting the Features code to v2.7 doesn't help. Very perplexed unless it's something that changed in a recent core update?
Comment #3
mpotter commentedWell, went back to Drupal 7.41 and Features 2.7 and tests still fail. Not sure what's going on here.
Comment #4
mpotter commentedOh, fascinating. Well, problem #1 is that I didn't have "strongarm" downloaded on my local test site, so it wasn't able to install the feature_test module because dependencies were not met. At least I'm past the basic errors now and can test more.
Comment #5
mpotter commentedSo now locally all Features tests are passing on the 7.x-2.x branch.
Is maybe the testbot broken?
Comment #6
mpotter commentedAh ha!
According to drumm in IRC, this was committed recently #2651854: Only look for dependencies for releases with specific project node types
Features was not using the test_dependencies[] in the info file, so it wasn't loading strongarm, views, etc.
Comment #7
mpotter commentedComment #9
mpotter commentedYep, this fixed the testbot. Woot!