Commit aefa33d
committed
Fix fragile test_real_enumeration_many_workers assertion
The test assumed 32 workers > mimalloc pages, but the interpreter
heap has grown with upstream changes. Increase to 64 workers and
replace empty_workers > 0 assertion with non-negative bucket size
check. The important invariants (correct bucket count and sum)
are preserved.1 parent cc34b86 commit aefa33d
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
271 | | - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
272 | 273 | | |
273 | | - | |
| 274 | + | |
274 | 275 | | |
275 | 276 | | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
0 commit comments