| Class | Description |
|---|---|
| BlockingTimeOutDUnitTest | |
| CommitThread |
This is thread class
The objective of this thread class is to implement the inserts and commit
This thread will be called from TxnManagerMultiThreadDUnitTest.java
This is to test the concurrent execution of the run method and see if transaction manager handles it properly
|
| DataSourceJTADUnitTest |
This test case is to test the following test scenarios:
1) Get Simple DS outside transaction, begin transaction, use XA DS to get transactional
connection, make inserts/ updates using both XA DS and Simple DS.
|
| ExceptionsDUnitTest | |
| IdleTimeOutDUnitTest | |
| JTADUnitTest | |
| LoginTimeOutDUnitTest | |
| MaxPoolSizeDUnitTest | |
| RollbackThread |
This is thread class
The objective of this thread class is to implement the inserts and rollback
This thread will be called from TxnManagerMultiThreadDUnitTest.java
This is to test the concurrent execution of the run method and see if transaction manager handles it properly
|
| TransactionTimeOutDUnitTest | |
| TxnManagerMultiThreadDUnitTest |
This test case is to test the following test scenarios: 1) Behaviour of
Transaction Manager in multy threaded thransactions.
|
| TxnTimeOutDUnitTest |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.