Skip to main content

One post tagged with "SQL"

View All Tags

Database Deadlocks in QA: How to Spot and Test Race Conditions under Load

· 3 min read
Ghanendra SDET
Lead QA Architect

Many backend bugs only surface when multiple actions occur at the exact same millisecond. Among these, database deadlocks are some of the most frustrating defects.

A deadlock occurs when two transactions hold locks on different resources, and each attempts to acquire a lock on the resource held by the other.