Skip to content
Latchkey

Transaction - CI/CD Glossary Definition

A transaction groups one or more statements into a single unit that either fully commits or fully rolls back, so the database never reflects a half-finished change.

In CI

A common test pattern wraps each test in a transaction and rolls it back at teardown, leaving the database pristine for the next test without truncating tables.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →