Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Nightly Builds
-
None
-
Operating System: other
Platform: PC
-
35983
Description
When a pipeline.start() is requested a stage driver should put the stage monitor
in the RUNNING state and when the pipeline.finish() is requested, the stage
driver should put the stage monitor in the STOPPED state.
The SimpleStageDriver is not putting the monitor in the STOPPED state when
pipeline.finish() is called.
Attached is a patch to SimpleStageDriverTest, which when applied will cause test
failures. Also attached is a patch to SimpleStageDriver which once applied,
will cause the test to pass.