Commit 1081866
authored
Tests - check clean WFQ; wave spacing (#124)
Check queue is clean after the one-at-a-time rate limited test.
test_one_at_a_time_with_limiter did not check
`queue_entries_are_cleaned_up`, but the test it copied from
(test_one_at_a_time) did.
Also, the wave spacing calc looked sus to me.
Give a little more tolerance on the calculations. GH runner is failing
them occasionally - for example off by .14s where the tolerance was
.1...1 parent 809bdbc commit 1081866
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
229 | | - | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
233 | | - | |
| 234 | + | |
| 235 | + | |
234 | 236 | | |
235 | 237 | | |
236 | 238 | | |
| |||
0 commit comments