|
| 1.5 | modified | gzamarreno | etc/cache-jdbc.properties | [JBCACHE-879] drop table set to false in cache-jdbc.properties. Otherwise JDBCCacheLoaderPerfTest.tesGet() won't get anything.cache.jdbc.table.drop added to JDBCCacheLoaderPerfTest.configureCache(). In tearDown() we evict cache not remove otherwise jdbc data is lost. results of get and remove operations are tested for not null. |
| 1.9 | modified | gzamarreno | tests/perf/org/jboss/cache/loader/JDBCCacheLoaderPerfTest.java | [JBCACHE-879] drop table set to false in cache-jdbc.properties. Otherwise JDBCCacheLoaderPerfTest.tesGet() won't get anything.cache.jdbc.table.drop added to JDBCCacheLoaderPerfTest.configureCache(). In tearDown() we evict cache not remove otherwise jdbc data is lost. results of get and remove operations are tested for not null. |
| 1.7 | modified | msurtani | tests/functional/org/jboss/cache/transaction/DeadlockTest.java | Tests fixed to be compliant with JBCACHE-871 and JBCACHE-875 |
| 1.5 | modified | msurtani | tests/functional/org/jboss/cache/transaction/IsolationLevelNoneTest.java | Tests fixed to be compliant with JBCACHE-871 and JBCACHE-875 |
| 1.11 | modified | msurtani | tests/functional/org/jboss/cache/transaction/IsolationLevelReadCommittedTest.java | Tests fixed to be compliant with JBCACHE-871 and JBCACHE-875 |
| 1.4 | modified | msurtani | tests/functional/org/jboss/cache/transaction/PrepareTxTest.java | Tests fixed to be compliant with JBCACHE-871 and JBCACHE-875 |
| 1.3 | modified | msurtani | tests/functional/org/jboss/cache/transaction/SuspendTxTest.java | Tests fixed to be compliant with JBCACHE-871 and JBCACHE-875 |
| 1.36 | modified | msurtani | src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.37 | modified | msurtani | src/org/jboss/cache/interceptors/PessimisticLockInterceptor.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.17 | modified | msurtani | src/org/jboss/cache/optimistic/WorkspaceNode.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.31 | modified | msurtani | src/org/jboss/cache/optimistic/WorkspaceNodeImpl.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.6 | modified | msurtani | src/org/jboss/cache/statetransfer/DefaultStateTransferGenerator.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.7 | modified | msurtani | src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.4 | modified | msurtani | src/org/jboss/cache/statetransfer/StateTransferGenerator.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.5 | modified | msurtani | src/org/jboss/cache/statetransfer/StateTransferIntegrator.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.17 | modified | msurtani | src/org/jboss/cache/statetransfer/StateTransferManager.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.10 | modified | msurtani | tests/functional/org/jboss/cache/transaction/IsolationLevelReadCommittedTest.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.19 | modified | msurtani | tests/functional/org/jboss/cache/transaction/TransactionTest.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.23 | modified | msurtani | src/org/jboss/cache/AbstractNode.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.4 | deleted | msurtani | src/org/jboss/cache/ExtendedTreeCacheListener.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.25 | modified | msurtani | src/org/jboss/cache/NodeImpl.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.16 | modified | msurtani | src/org/jboss/cache/RegionManager.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.17 | modified | msurtani | src/org/jboss/cache/TransactionEntry.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.292 | modified | msurtani | src/org/jboss/cache/TreeCache.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.54 | modified | msurtani | src/org/jboss/cache/TreeCacheProxyImpl.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.30 | modified | msurtani | src/org/jboss/cache/TreeNode.java | The beginnings of porting JBCACHE-871 and JBCACHE-875 as well as rearranging the Node/Cache object model to something sensible |
| 1.2 | modified | msurtani | tests/functional/org/jboss/cache/transaction/IsolationLevelRepeatableReadTest.java | Added more in-depth tests |