Skip to content

Commit

Permalink
Test ebug log
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Dec 24, 2015
1 parent 690456d commit 9d9f94c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scheduler/generic_sched_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@ func TestServiceSched_JobModify_InPlace(t *testing.T) {

// Ensure all allocations placed
if len(out) != 10 {
for _, alloc := range out {
t.Logf("%#v", alloc)
}
t.Fatalf("bad: %#v", out)
}
h.AssertEvalStatus(t, structs.EvalStatusComplete)
Expand Down

0 comments on commit 9d9f94c

Please sign in to comment.