3 ms·
Testing isn't an effective way to catch most race conditions. Code reviews, static analysis, and rigorous enforcement of concurrent coding standards is usually
by nradov 8d ago
Testing isn't an effective way to catch most race conditions. Code reviews, static analysis, and rigorous enforcement of concurrent coding standards is usually a better approach.
- jiehong 8d agoPerhaps something like what TigerBeetle does: deterministic simulation testing.