File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
internal-packages/run-engine/src/engine Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1682,7 +1682,6 @@ export class RunEngine {
1682
1682
switch ( latestSnapshot . executionStatus ) {
1683
1683
case "EXECUTING" :
1684
1684
case "EXECUTING_WITH_WAITPOINTS" :
1685
- case "FINISHED" :
1686
1685
case "PENDING_CANCEL" :
1687
1686
case "PENDING_EXECUTING" :
1688
1687
case "QUEUED_EXECUTING" :
@@ -1716,8 +1715,9 @@ export class RunEngine {
1716
1715
1717
1716
break ;
1718
1717
}
1718
+ case "FINISHED" :
1719
1719
case "SUSPENDED" : {
1720
- this . logger . log ( "RunEngine.handleRepairSnapshot SUSPENDED" , {
1720
+ this . logger . log ( "RunEngine.handleRepairSnapshot SUSPENDED/FINISHED " , {
1721
1721
runId,
1722
1722
snapshotId,
1723
1723
} ) ;
@@ -1730,7 +1730,7 @@ export class RunEngine {
1730
1730
} ) ;
1731
1731
1732
1732
if ( ! taskRun ) {
1733
- this . logger . error ( "RunEngine.handleRepairSnapshot SUSPENDED task run not found" , {
1733
+ this . logger . error ( "RunEngine.handleRepairSnapshot SUSPENDED/FINISHED task run not found" , {
1734
1734
runId,
1735
1735
snapshotId,
1736
1736
} ) ;
You can’t perform that action at this time.
0 commit comments