MCPcopy Create free account
hub / github.com/awelm/simpledb / testReadWriteDeadlock

Method testReadWriteDeadlock

test/simpledb/DeadlockTest.java:75–116  ·  view source on GitHub ↗

Not-so-unit test to construct a deadlock situation. t1 acquires p0.read; t2 acquires p1.read; t1 attempts p1.write; t2 attempts p0.write. Rinse and repeat.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

startGrabberMethod · 0.95
acquiredMethod · 0.95
getErrorMethod · 0.95
transactionCompleteMethod · 0.45

Tested by

no test coverage detected