View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-cache-testsuite?log=log20060320223436Lbuild.44

BUILD COMPLETE -  build.44
Date of build: 03/20/2006 22:34:36
Time to build: 35 minutes 5 seconds
Last changed: 03/20/2006 12:35:16
Last log entry: updated release notes

 Unit Tests: (1367)  Total Errors and Failures: (0)
All Tests Passed
 

 Modifications since last build:  (first 50 of 61)
1.4modifiedbstansberrytests/functional/org/jboss/cache/GlobalTransactionTest.javaAdd a test that equals() handles null properly
1.6modifiedbstansberrytests/functional/org/jboss/cache/FqnTest.javaAdd a test that equals() handles null and other types properly
1.12modifiedbwangtests/perf/org/jboss/cache/Server.javaupd
1.13modifiedbwangtests/perf/org/jboss/cache/Server.javaupd
1.14modifiedbwangtests/perf/org/jboss/cache/Server.javaupd
1.4modifiedbwangtests/scripts/bench.txtupd
1.4modifiedbwangsrc/org/jboss/cache/eviction/BaseEvictionAlgorithm.javaChanged the log output level from warn to debug in removeQueue
1.9modifiedmsurtanisrc/org/jboss/cache/Version.javaUpdated version
1.4modifiedmsurtanisrc/org/jboss/cache/aop/util/AopUtil.javaJBCACHE-502
1.5modifiedbstansberrytests/functional/org/jboss/cache/statetransfer/VersionedTestBase.javaDon't leak ref to 'this' to Thread from CacheUser c'tor
1.11modifiedbstansberrytests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.javaDon't leak ref to 'this' to Thread from CacheUser c'tor
1.2modifiedbwangtests/scripts/benchmark.shClean up
1.15modifiedbwangtests/perf/org/jboss/cache/Server.javaOutput average as well
1.16modifiedbwangtests/perf/org/jboss/cache/Server.javaadded more stats
1.5modifiedbwangtests/scripts/bench.txtupd
1.2modifiedbwangtests/scripts/readme.txtupd
1.2modifiedbwangtests/scripts/bench.xmlupdated xml
1.17modifiedbwangtests/perf/org/jboss/cache/Server.javaupd
1.3modifiedbwangtests/scripts/benchmark.shupd
1.132modifiedbwangsrc/org/jboss/cache/TreeCache.javaAdded commented out section forJGroups jmx
1.3modifiedbwangtests/scripts/readme.txtupd
1.18modifiedbwangtests/perf/org/jboss/cache/Server.javachecked members than specified now
1.133modifiedbwangsrc/org/jboss/cache/TreeCache.javaCommented out jgroups 2.3 features
1.6modifiedbwangtests/scripts/bench.txtadded random sleep
1.3modifiedbwangtests/scripts/bench.xmladded random sleep
1.19modifiedbwangtests/perf/org/jboss/cache/Server.javaadded random sleep
1.4modifiedgenmansrc/org/jboss/cache/eviction/EvictionTimerTask.javaJBCACHE-484 - Clean up code Fix some race conditions and synchronization issues
1.7modifiedgenmansrc/org/jboss/cache/eviction/Region.javaJBCACHE-484 - Clean up code Fix some race conditions and synchronization issues
1.12modifiedgenmansrc/org/jboss/cache/interceptors/CacheMgmtInterceptor.javaJBCACHE-484 - Clean up code Fix some race conditions and synchronization issues
1.8modifiedgenmansrc/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.javaJBCACHE-484 - Clean up code Fix some race conditions and synchronization issues
1.21modifiedgenmansrc/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.javaJBCACHE-484 - Clean up code Fix some race conditions and synchronization issues
1.17modifiedgenmansrc/org/jboss/cache/interceptors/PassivationInterceptor.javaJBCACHE-484 - Clean up code Fix some race conditions and synchronization issues
1.35modifiedgenmansrc/org/jboss/cache/interceptors/TxInterceptor.javaJBCACHE-484 - Clean up code Fix some race conditions and synchronization issues
1.10modifiedgenmansrc/org/jboss/cache/loader/AsyncCacheLoader.javaJBCACHE-484 - Clean up code Fix some race conditions and synchronization issues
1.9modifiedgenmansrc/org/jboss/cache/loader/FileCacheLoader.javaJBCACHE-484 - Clean up code Fix some race conditions and synchronization issues
1.7modifiedgenmansrc/org/jboss/cache/loader/rmi/RemoteTreeCacheImpl.javaJBCACHE-484 - Clean up code Fix some race conditions and synchronization issues
1.13modifiedgenmansrc/org/jboss/cache/loader/tcp/TcpCacheServer.javaJBCACHE-484 - Clean up code Fix some race conditions and synchronization issues
1.2modifiedgenmansrc/org/jboss/cache/optimistic/DefaultDataVersion.javaJBCACHE-484 - Clean up code Fix some race conditions and synchronization issues
1.8modifiedgenmansrc/org/jboss/cache/eviction/Region.javaJBCACHE-484 - Fix wrong type conversion
1.10modifiedmsurtanisrc/org/jboss/cache/Version.javaUpdated version
1.14modifiedbstansberrytests/functional/org/jboss/cache/statetransfer/StateTransferTestBase.javaPut newly created cache in the map before starting, so if it fails in start it can still be destroyed during test cleanup
1.12modifiedbstansberrytests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.javaPut newly created cache in the map before starting, so if it fails in start it can still be destroyed during test cleanup
1.134modifiedbstansberrysrc/org/jboss/cache/TreeCache.javaAvoid ConcurrentModificationException if member list changes while we are loading partial state
1.135modifiedbstansberrysrc/org/jboss/cache/TreeCache.javaImprove the message of the CacheException we use to wrap a caught Throwable
1.4modifiedmsurtanitests/functional/org/jboss/cache/VersionConversionTest.javaUpdated to deal with CR vrsions as well as RC versions
1.136modifiedbstansberrysrc/org/jboss/cache/TreeCache.java[JBCACHE-506] viewAccepted always checks if we are the coordinator[JBCACHE-507] fetchStateOnStartup throws exception if state transfer fails
1.15modifiedbstansberrytests/functional/org/jboss/cache/statetransfer/StateTransferTestBase.javaExpose the caches map to subclasses
1.1addedbstansberrytests/functional/org/jboss/cache/statetransfer/FailedStateTransferTest.java[JBCACHE-507] Test that startService throws an exception if state transfer fails
1.13modifiedbstansberrytests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.javaIn concurrentUseTest, allow testee cache to provide state transfer so it matches the others
1.16modifiedmsurtanisrc/org/jboss/cache/interceptors/CacheStoreInterceptor.javaJBCACHE-374

Reply via email to