Skip to content

Commit

Permalink
OBS: Fix setting the test successors
Browse files Browse the repository at this point in the history
This should fix the flapper detector re-detecting the same failure more
than once.
  • Loading branch information
patrickbkr committed Nov 1, 2022
1 parent 5f64fa2 commit 4a2262a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/OBS.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ method process-worklist() is serial-dedup {
!$_.successor.defined
}) {
$_.successor = $test;
$_.^save;
}
}

Expand Down

0 comments on commit 4a2262a

Please sign in to comment.