Skip to content

Commit

Permalink
oops forgot to add this back in
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaecalderon committed Aug 12, 2024
1 parent d133221 commit e4382c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/internal/experiment.go
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ func (e *internalExperiment) processOperations(
) {
// Only continue for experiments in stopping states if the searcher operations are all
// type Shutdown failures.
if _, ok := model.StoppingStates[e.State]; ok {
if _, ok := model.StoppingStates[e.State]; ok && onlySearcherShutdownOperations(ops) {
return
}

Expand Down

0 comments on commit e4382c9

Please sign in to comment.