fd84fa6316
We don't do a lot of panicking in our main code, so hopefully this won't matter much, but we /do/ call panic a lot in our tests (t.Fatal, require.NoError, etc). And when that happens, we need pending transactions to be aborted or we can get into a deadlock situation when something else tries to /Close/ that connection. Change-Id: Idaf0d543ac95afea34f9b2393d1187f5322e9f0f |
||
---|---|---|
.. | ||
transactions.go |