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

Giorgi / EntityFramework.Exceptions / 22159890146
91%
main: 91%

Build:
Build:
LAST BUILD BRANCH: Deadlock
DEFAULT BRANCH: main
Ran 18 Feb 2026 10:19PM UTC
Jobs 1
Files 13
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

18 Feb 2026 10:17PM UTC coverage: 91.254%. Remained the same
22159890146

push

github

claude
Implement Oracle deadlock test using cross-update pattern

Oracle can trigger deadlocks (ORA-00060) using the classic cross-update
pattern. Unlike PostgreSQL/SQL Server which roll back the victim's entire
transaction, Oracle only rolls back the victim's statement. This requires
using Task.WhenAny instead of Task.WhenAll, then explicitly rolling back
the victim's transaction to release earlier locks and unblock the other
session.

https://claude.ai/code/session_01WusLPsCyEsDpSbp2Nm6Tkx

124 of 147 branches covered (84.35%)

Branch coverage included in aggregate %.

189 of 196 relevant lines covered (96.43%)

39.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22159890146.1 18 Feb 2026 10:19PM UTC 13
91.25
GitHub Action Run
Source Files on build 22159890146
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22159890146
  • b317a069 on github
  • Prev Build on Deadlock (#18008118099)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc