Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Right, that's a real concern with naive concurrent tests - you're at the mercy of timing and the test becomes flaky. That's exactly what the synchronization barrier solves: it forces both transactions to reach the critical point before either proceeds, so the race condition is guaranteed to occur on every run. No flakiness.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: