Skip to content

Commit

Permalink
Unbreak Blin (big oops)
Browse files Browse the repository at this point in the history
This bug made all regressions appear as flappers. Oh no. It was
introduced in debe676.
  • Loading branch information
AlexDaniel committed Jan 11, 2020
1 parent 3f3a3e8 commit 8a30528
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/Blin/Processing.pm6
Expand Up @@ -449,9 +449,11 @@ sub process-module(Module $module,

note 🥞🥞🥞 Testing $module.name() for flappiness;
for ^$deflap {
if alright test-module $start-point-full, $module,
:$zef-path, :$zef-config-path, :$timeout,
:@always-unpacked, :$testable {
# Be careful when touching this piece of code. If you break
# it, all regressions will appear as flappers
if not alright test-module $start-point-full, $module,
:$zef-path, :$zef-config-path, :$timeout,
:@always-unpacked, :$testable {
return $module.done.keep: Flapper
}
# TODO also test end point too and see if we can confirm that
Expand Down

0 comments on commit 8a30528

Please sign in to comment.