Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: Remove status redefinitions from operations #702

Merged

Commits on May 9, 2017

  1. runtime: Remove status redefinitions from operations

    These states are already defined in the "State" section.  There's no
    need to redefine them in the operation sections.
    
    Operation-level redefinitions are dicy anyway, because they imply
    something testable about the immediately-after-this-operation time,
    and it's not possible to run race-free tests of that time (e.g. the
    process could die for other reasons between the successful 'create'
    call and the 'state' call you made to look for a 'created' status).
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed May 9, 2017
    Configuration menu
    Copy the full SHA
    2d8d50c View commit details
    Browse the repository at this point in the history