Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information