TestMvcc4
Additional MVCC (multi version concurrency) test cases.
| Methods |
| static void |
main(String... a)
Run just this test.
|
| static void |
main(String... a) throws Exception
Run just this test.
Parameters:
a - ignored
|
| void |
test()
|
| void |
test() throws SQLException
|
| void |
waitForThreadToBlockOnDB(Thread t)
Wait for the given thread to block on synchronizing on the database
object.
|
| void |
waitForThreadToBlockOnDB(Thread t)
Wait for the given thread to block on synchronizing on the database
object.
Parameters:
t - the thread
|