• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

whitfin / cachex / d60cdbd9917f8f93f0e4ded25519adefd65665c2-PR-439
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: fix/nested-transaction-locking
DEFAULT BRANCH: master
Ran 28 Jul 2026 06:26PM UTC
Jobs 1
Files 60
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Jul 2026 04:08PM UTC coverage: 100.0%. Remained the same
d60cdbd9917f8f93f0e4ded25519adefd65665c2-PR-439

Pull #439

github

makoto-developer
Enforce key locking for nested transactions

Nested transactions previously short-circuited on a boolean flag and ran
the function without acquiring locks, so an inner transaction locking a
different key than the enclosing one would proceed with no locking in place.

Store the set of locked keys in :cachex_transaction instead of a boolean so
a nested transaction can verify that every key it requests is already locked
by the enclosing transaction, raising a Cachex.Error otherwise.

Refs #431
Pull Request #439: Enforce key locking for nested transactions (#431)

10 of 10 new or added lines in 2 files covered. (100.0%)

811 of 811 relevant lines covered (100.0%)

1081.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 d60cdbd9917f8f93f0e4ded25519adefd65665c2-PR-439.1 28 Jul 2026 06:26PM UTC 60
100.0
GitHub Action Run
Source Files on build d60cdbd9917f8f93f0e4ded25519adefd65665c2-PR-439
  • Tree
  • List 60
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #439
  • PR Base - main (#44AC7E44...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc