I just ran drush fl twice in a row, and got 2 different results. Needless to say there were no changes made in between, and this is on my local with no changes coming from anywhere else:

archetypes $drush fl
 Name                        Feature               Status    State      
 Archepedia                  archetype_archepedia  Enabled              
 Archetype Article (& Page)  archetype_article     Enabled   Overridden 
 Archetype Discover          archetype_discover    Enabled              
 Archetype Friends           archetype_friends     Enabled              
 Archetypes Me'ing           archetype_meing       Enabled              
 Archetype Messages          archetype_messages    Enabled   Overridden 
 Archetype Search            archetype_search      Enabled              
 Archetype User              archetype_user        Enabled              
 Date Migration Example      date_migrate_example  Disabled             

archetypes $drush fl
 Name                        Feature               Status    State      
 Archepedia                  archetype_archepedia  Enabled              
 Archetype Article (& Page)  archetype_article     Enabled   Overridden 
 Archetype Discover          archetype_discover    Enabled              
 Archetype Friends           archetype_friends     Enabled              
 Archetypes Me'ing           archetype_meing       Enabled              
 Archetype Messages          archetype_messages    Enabled              
 Archetype Search            archetype_search      Enabled              
 Archetype User              archetype_user        Enabled              
 Date Migration Example      date_migrate_example  Disabled             

I should add that when this happened I was trying to determine why a feature listed at overridden would not revert (says it reverted, but still shows as overridden.)

Comments

owen barton’s picture

Project: Drush » Features
Version: » 7.x-1.x-dev
Component: Core Commands » Code

The features-list command is part of features module, and this doesn't sound like Drush core is to blame, so changing the project.

forestmars’s picture

Good call Owen, this definitely seems to be a features, not a drush, bug.

mpotter’s picture

Status: Active » Postponed (maintainer needs more info)

If you have a way to reliably reproduce this, please let me know if clearing the Drupal cache first causes the two features lists to be the same. I am not able to make this happen here.