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

whitfin / cachex
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: fix/nested-transaction-locking
DEFAULT BRANCH: master
Repo Added 06 Jul 2017 08:54PM UTC
Files 60
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

LAST BUILD ON BRANCH fix/nested-transaction-locking
branch: fix/nested-transaction-locking
CHANGE BRANCH
x
Reset
  • fix/nested-transaction-locking
  • arcanemachine-patch
  • callers-tweaks
  • cmcintosh/two-element-tuple-for-fetch
  • fallback-callers
  • fix/accessed-limit-cache-miss
  • fix/compilation-warnings
  • issue-382
  • issue-386
  • issue-418
  • main
  • master
  • minor_edits
  • patch-1
  • support-elixir-118
  • tkowal/406-populate-callers-for-better-test-integrations
  • update-default-frequency
  • update-fetch-doc
  • update_docs

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

Relevant lines Covered
Build:
Build:
811 RELEVANT LINES 811 COVERED LINES
1081.17 HITS PER LINE
Source Files on fix/nested-transaction-locking
  • Tree
  • List 60
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
d60cdbd9... fix/nested-transaction-locking 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 n... Pull #439 28 Jul 2026 06:26PM UTC makoto-developer github
100.0
See All Builds (692)
  • Repo on GitHub
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