(t *testing.T)
| 1574 | // get discarded between restarts. |
| 1575 | func TestTransactionJournaling(t *testing.T) { testTransactionJournaling(t, false) } |
| 1576 | func TestTransactionJournalingNoLocals(t *testing.T) { testTransactionJournaling(t, true) } |
| 1577 | |
| 1578 | func testTransactionJournaling(t *testing.T, nolocals bool) { |
| 1579 | t.Parallel() |
nothing calls this directly
no test coverage detected