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

Method testWriteWriteDeadlock

test/simpledb/DeadlockTest.java:123–164  ·  view source on GitHub ↗

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

()

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