Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ctrl_mpexec, pipe_base
-
Labels:
-
Story Points:0.5
-
Epic Link:
-
Sprint:BG3_S19_01
-
Team:Data Access and Database
Description
Michelle discovered an interesting issue while trying to run pipetask on a single Qunatum (extracted from a full graph). Graph traverse() method tries to determine prerequisites for a quantum execution by looking at quanta inputs and determining which other quanta produced those inputs. It works OK on a full graph but when single quantum is removed from a graph its prerequisites are not in the same graph anymore and traverse() currently does not like this (it crashes).