BUILD COMPLETE - build.43 |
Date of build: 03/11/2006 21:41:27 |
Time to build: 37 minutes 15 seconds |
Last changed: 03/10/2006 17:56:10 |
Last log entry: [JBCACHE-500] Use object identity in equals() |
Unit Tests: (1373) Total Errors and Failures: (0) | |||
All Tests Passed | |||
Modifications since last build: (first 50 of 82) | ||||
1.2 | modified | smarlow | tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncMapTest.java | Fix for JBCACHE-498 "Replication issue with Collection proxy using Map.keySet().iterator()" |
1.11 | modified | jerrygauth | tests/perf/org/jboss/cache/Server.java | Removed unused JDK 1.5 import; http://www.jboss.org/index.html?module=bb&op=viewtopic&t=77239 |
1.10 | modified | bwang | tests/perf/org/jboss/cache/Server.java | receiver only mode |
1.9 | modified | bwang | tests/perf/org/jboss/cache/Server.java | UPD |
1.1 | added | bwang | tests/scripts/readme.txt | added |
1.8 | modified | bwang | tests/perf/org/jboss/cache/Server.java | track exception counts |
1.7 | modified | bwang | tests/perf/org/jboss/cache/Server.java | added countdown to sync up threads |
1.6 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
1.5 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
1.4 | modified | bwang | tests/perf/org/jboss/cache/Server.java | upd |
1.3 | modified | bwang | tests/scripts/bench.txt | upd |
1.1 | added | bwang | tests/scripts/bench.xml | upd |
1.2 | modified | bwang | tests/scripts/bench.txt | upd |
1.3 | modified | bwang | tests/perf/org/jboss/cache/Server.java | Added for benchmark purpose. |
1.2 | modified | bwang | tests/perf/org/jboss/cache/Server.java | Added for benchmark purpose. |
1.1 | added | bwang | tests/perf/org/jboss/cache/data/Address.java | Added for benchmark purpose. |
1.1 | added | bwang | tests/perf/org/jboss/cache/data/Course.java | Added for benchmark purpose. |
1.1 | added | bwang | tests/perf/org/jboss/cache/data/Person.java | Added for benchmark purpose. |
1.1 | added | bwang | tests/perf/org/jboss/cache/data/RandomString.java | Added for benchmark purpose. |
1.1 | added | bwang | tests/perf/org/jboss/cache/data/Student.java | Added for benchmark purpose. |
1.1 | added | bwang | tests/scripts/bench.txt | for benchmark |
1.1 | added | bwang | tests/scripts/benchmark.sh | for benchmark |
1.3 | modified | msurtani | src/org/jboss/cache/transaction/DummyBaseTransactionManager.java | SVUID |
1.10 | modified | bstansberry | tests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.java | Guard against NPE in testPartialStateTransferWithLoader |
1.9 | modified | bstansberry | tests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.java | Activate inactive tests |
1.8 | modified | bstansberry | tests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.java | Stop catching exceptions and invoking fail() in concurrentUseTest; let the exception propagate |
1.8 | modified | smarlow | tests/functional/org/jboss/cache/aop/loader/CacheLoaderTestsBase.java | I excluded the failing JBCACHE-477 testcase testTxCollectionRemove(). Please uncomment this after the bug is fixed so that we exercise the test case again. |
1.6 | deleted | smarlow | tests/functional/org/jboss/cache/aop/collection/ReplicatedObjectGraphAopTest.java | Replaced with ReplicatedSyncListTest, ReplicatedSyncSetTest and ReplicatedSyncMapTest |
1.8 | modified | dhuang | tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java | Added deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache |
1.9 | modified | dhuang | src/org/jboss/cache/eviction/LRUPolicy.java | Added deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache |
1.6 | modified | dhuang | src/org/jboss/cache/eviction/Region.java | Added deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache |
1.9 | modified | dhuang | src/org/jboss/cache/eviction/RegionManager.java | Added deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache |
1.1 | added | smarlow | tests/functional/org/jboss/cache/aop/collection/CachedMapAopNullTest.java | more testing for JBCACHE-398 |
1.2 | modified | smarlow | tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncSetTest.java | correction to test for JBCACHE-398. |
1.8 | modified | smarlow | src/org/jboss/cache/aop/collection/CachedMapImpl.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
1.9 | modified | smarlow | src/org/jboss/cache/aop/collection/CachedSetImpl.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
1.9 | modified | smarlow | tests/functional/org/jboss/cache/aop/collection/CachedMapAopTest.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
1.1 | added | smarlow | tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncListTest.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
1.1 | added | smarlow | tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncMapTest.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
1.1 | added | smarlow | tests/functional/org/jboss/cache/aop/collection/ReplicatedSyncSetTest.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
1.1 | added | smarlow | src/org/jboss/cache/aop/util/Null.java | Fixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum. |
1.7 | modified | bwang | tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java | JBCACHE-495 test case failure? |
1.3 | modified | bwang | src/org/jboss/cache/eviction/BaseEvictionAlgorithm.java | Commented out perf testsJBCACHE-494 EvictionException improperly thrown |
1.2 | modified | bwang | src/org/jboss/cache/eviction/BaseEvictionAlgorithm.java | Commented out perf testsJBCACHE-494 EvictionException improperly thrown |
1.6 | modified | bwang | tests/functional/org/jboss/cache/eviction/LRUPolicyTest.java | Additional test ontributed by a user. |
1.34 | modified | msurtani | src/org/jboss/cache/interceptors/TxInterceptor.java | Fixed a problem with LocalSyncHandlers being created for remotely initiated GTXs |
1.33 | modified | msurtani | src/org/jboss/cache/interceptors/TxInterceptor.java | Added error message for null tx entry |
1.32 | modified | msurtani | src/org/jboss/cache/interceptors/TxInterceptor.java | Rolled back fix - broke too many things |
1.31 | modified | msurtani | src/org/jboss/cache/interceptors/TxInterceptor.java | Fixed bug in removing tx stuff when an exception occurs when committing |
1.7 | modified | bwang | tests/functional/org/jboss/cache/aop/loader/CacheLoaderTestsBase.java | JBCACHE-477 Created to illustrate this problem. |