Lock a shared test database for parallel test processes 0 ▲ freek.dev 91 days ago · Tech · hide · 0 comments AI coding agents love to run tests in parallel processes. That's great until multiple processes try to use the same local test database at once. A small file lock can serialize access and stop those runs from stepping on each other. Read more No comments yet. Log in to reply on the Fediverse. Comments will appear here.