Bug 381891 - Can't use RunControl resume RM_UNTIL_ACTIVE
Summary: Can't use RunControl resume RM_UNTIL_ACTIVE
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.1   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-06 13:12 EDT by Manuel Coutand CLA
Modified: 2013-06-05 04:54 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Coutand CLA 2012-06-06 13:12:26 EDT
Build Identifier: 

call to update_step_machine_state() sets errno to "Context is not active".

Given that RM_UNTIL_ACTIVE goal is to run until a given context becomes active, it's wrong to prevent executing the command because the context is inactive.

Reproducible: Always
Comment 1 Eugene Tarassov CLA 2012-06-07 14:40:31 EDT
Fixed.
Added new suspend reason: "Active".
Thanks!