test

Checkout Tools
  • last updated 19 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
core is relocated now

    • -1295
    • +0
    ./java/net/sf/ehcache/CacheManagerTest.java
    • -2729
    • +0
    ./java/net/sf/ehcache/CacheTest.java
    • -737
    • +0
    ./resources/distribution/ehcache-bad-manual-distributed.xml
  1. … 1097 more files in changeset.
MNK-3370 : Ensure timeout fails in a unique way
MNK-3368 : clean-up CacheStatistics stats ttl code, and hack test to ensure it waits for the clock to advance
  1. … 1 more file in changeset.
merge 5220 from ehcache-core-2.5.x
  1. … 6 more files in changeset.
MNK-3231 : rework async RMI to use less heap
  1. … 7 more files in changeset.
MNK-3268 Thread.sleep is evil!
MNK-3255 : review comments from Alex
    • -0
    • +61
    ./java/net/sf/ehcache/pool/sizeof/AgentLoaderRaceTest.java
MNK-3255 lock on interned FQCN here to avoid race when loading the agent in multiple loaders
  1. … 1 more file in changeset.
DEV-6675: unnamed cache manager now has _DEFAULT_ name again
    • -0
    • +10
    ./java/net/sf/ehcache/CacheManagerTest.java
  1. … 1 more file in changeset.
only caches that use FrontEndCacheTier will pass this test
MNK-3226 Evict again, when the nextToRemove has already been removed or evicted
  1. … 1 more file in changeset.
EHC-913 Properly delegating to the memory store
    • -0
    • +35
    ./java/net/sf/ehcache/store/MemoryOnlyStoreTest.java
  1. … 1 more file in changeset.
DEV-6571 : prevent concurrent faults from the authority
    • -0
    • +88
    ./java/net/sf/ehcache/CacheTest.java
  1. … 1 more file in changeset.
MNK-3217 : use ports outside the ephemeral range for RMI tests
    • -3
    • +3
    ./perfResources/ehcache-distributed1.xml
    • -2
    • +2
    ./perfResources/ehcache-distributed2.xml
    • -2
    • +2
    ./perfResources/ehcache-distributed3.xml
    • -2
    • +2
    ./perfResources/ehcache-distributed4.xml
    • -1
    • +1
    ./perfResources/ehcache-distributed5.xml
    • -3
    • +3
    ./resources/distribution/ehcache-distributed-no-caches-replicating.xml
    • -2
    • +2
    ./resources/ehcache-withdefaultset.xml
  1. … 9 more files in changeset.
EHC-882 Added inherited param to @IgnoreSizeOf annotation
  1. … 2 more files in changeset.
MNK-3213 : fix bug in heap usage calc and add more gc debugging to jrockit
    • -1
    • +3
    ./java/net/sf/ehcache/AbstractCacheTest.java
  1. … 1 more file in changeset.
EHC-901 Added couple of methods to TierableStore to be able to return a proper keySet including pinned keys, plus implementation in exising stores
    • -0
    • +76
    ./java/net/sf/ehcache/store/CacheKeySetTest.java
    • -12
    • +116
    ./java/net/sf/ehcache/CachePinningTest.java
  1. … 9 more files in changeset.
EHC-911 Missed a test
EHC-911 Encapsulated how pinned keys are hidden in SCHM
  1. … 2 more files in changeset.
EHC-911 Fixed Cache.isKeyInCache() to work with pinned with no mapping
    • -1
    • +39
    ./java/net/sf/ehcache/CachePinningTest.java
  1. … 1 more file in changeset.
MNK-3131: merged r5083 from 2.4.x branch
  1. … 4 more files in changeset.
MNK-3153 : Thread.sleep(1) generally not a good idea
remove imports
MNK-3142 EHC-909 : rework how java.lang.Class is ignored - flyweights now have a deep size of zero
    • -17
    • +16
    ./java/net/sf/ehcache/pool/sizeof/SizeOfTest.java
  1. … 7 more files in changeset.
EHC-910 Inverted the system prop so now it will not put in the system props by default. Logging a warning when we couldn't use the SystemClassLoader to get access to instrumentation
    • -0
    • +22
    ./java/net/sf/ehcache/pool/sizeof/AgentLoaderTest.java
  1. … 2 more files in changeset.
EHC-909 : add java.lang.Class to the ignores list, also tweak the filtering to do package filtering via resources as well
  1. … 3 more files in changeset.
dev-6579, new lastUpdateTime fix
    • -16
    • +21
    ./java/net/sf/ehcache/CacheTest.java
  1. … 7 more files in changeset.
enabling test
disable test for some time until fixed