Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
SDI-818 restart plugin to the allowed count at the DeadAvailablePlugi…
Browse files Browse the repository at this point in the history
…nEvent
  • Loading branch information
candysmurf authored and jcooklin committed Feb 18, 2016
1 parent 364d41d commit cd9252d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion control/control_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,6 @@ func TestFailedPlugin(t *testing.T) {
if i < MaxPluginRestartCount {
<-lpe.done
eventMap[lpe.plugin.EventNamespace]++
So(len(pool.Plugins()), ShouldEqual, 1)
So(pool.RestartCount(), ShouldEqual, i+1)
}
}
Expand Down

0 comments on commit cd9252d

Please sign in to comment.