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

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

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

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

Source Files on job 22159890146.1
  • 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 Build 22159890146
  • b317a069 on github
  • Prev Job for on claude/investigate-deadlock-CT6ly (#18008118099.1)
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