You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add concurrency test guidelines to CONTRIBUTING.md
Documents pitfalls when writing tests with threads:
- SQLAlchemy sessions are not thread-safe
- Threads can't see test fixture data (transaction isolation)
- Solution: Pass session factory configured for test database
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments