good morning!!!!

Skip to content
Snippets Groups Projects
Commit ff1aa03d authored by Garet Halliday's avatar Garet Halliday
Browse files

additional expectation

parent 5e93ec6d
No related branches found
No related tags found
No related merge requests found
......@@ -207,6 +207,10 @@ func TestScheduler_StealBalanced(t *testing.T) {
if !similar(t0, t1, t2, t3) {
t.Error("expected all shares to be similar")
}
if t0 == 0 {
t.Error("expected executions on all sources (is there a race in the balancer??)")
}
}
func TestScheduler_StealUnbalanced(t *testing.T) {
......@@ -236,4 +240,8 @@ func TestScheduler_StealUnbalanced(t *testing.T) {
if !similar(t0, t1, t2) {
t.Error("expected all shares to be similar")
}
if t0 == 0 {
t.Error("expected executions on all sources (is there a race in the balancer??)")
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment