From c9efd6cc53a3ba4d0df18357ebda43e894fb1f45 Mon Sep 17 00:00:00 2001 From: Garet Halliday <me@garet.holiday> Date: Fri, 28 Apr 2023 19:12:44 -0500 Subject: [PATCH] just needs stealing --- lib/rob/schedulers/v1/scheduler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rob/schedulers/v1/scheduler_test.go b/lib/rob/schedulers/v1/scheduler_test.go index 609dd019..594c8508 100644 --- a/lib/rob/schedulers/v1/scheduler_test.go +++ b/lib/rob/schedulers/v1/scheduler_test.go @@ -120,7 +120,7 @@ func TestScheduler_Late(t *testing.T) { Expectations: - 0 and 1 should be similar - 2 and 3 should be similar - - 0 and 1 should have more than three times as many executions as 2 and 3 + - 0 and 1 should have roughly three times as many executions as 2 and 3 IF THEY ARE ROUGHLY SIMILAR, THIS TEST IS A FAIL!!!! 0 AND 1 SHOULD NOT STALL WHEN 2 AND 3 ARE INTRODUCED i need to make these automatic, but it's easy enough to eyeball it -- GitLab