hho
03/25/2025, 12:44 PMInstant.now()
etc.).
I'm currently fixing these one by one, but it's hard to always reproduce the errors (and therefore to be sure I really fixed it).
Is there some library or framework to slow down test execution reproducibly, to find such errors?czuckie
03/28/2025, 8:25 AMmaxForks = Runtime.cpuCount() / 2 + 1
or something like that and if I copy the number that is generated by that scientific process on the CI machine, I often get lucky locally to get semi consistent reproduction of CI test failures.
Of course, it's not a science, just a kind of shaman voodoo magic.