net

Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
core is relocated now

    • -1295
    • +0
    ./sf/ehcache/CacheManagerTest.java
    • -48
    • +0
    ./sf/ehcache/CacheExceptionTest.java
    • -255
    • +0
    ./sf/ehcache/store/LruMemoryStoreTest.java
    • -250
    • +0
    ./sf/ehcache/store/FifoMemoryStoreTest.java
  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
    ./sf/ehcache/pool/sizeof/AgentLoaderRaceTest.java
    • -50
    • +0
    ./sf/ehcache/pool/sizeof/AgentLoaderTest.java
MNK-3255 lock on interned FQCN here to avoid race when loading the agent in multiple loaders
    • -0
    • +50
    ./sf/ehcache/pool/sizeof/AgentLoaderTest.java
  1. … 1 more file in changeset.
DEV-6675: unnamed cache manager now has _DEFAULT_ name again
  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
    ./sf/ehcache/store/MemoryOnlyStoreTest.java
  1. … 1 more file in changeset.
DEV-6571 : prevent concurrent faults from the authority
  1. … 1 more file in changeset.
MNK-3217 : use ports outside the ephemeral range for RMI tests
  1. … 21 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. … 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
    ./sf/ehcache/store/CacheKeySetTest.java
    • -12
    • +116
    ./sf/ehcache/CachePinningTest.java
  1. … 9 more files in changeset.
EHC-911 Missed a test
    • -0
    • +11
    ./sf/ehcache/store/LruMemoryStoreTest.java
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. … 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
    ./sf/ehcache/pool/sizeof/SizeOfTest.java
  1. … 7 more files in changeset.
    • -0
    • +6
    ./sf/ehcache/CacheManagerMockHelper.java
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
    • +21
    ./sf/ehcache/pool/sizeof/AgentLoaderSystemPropTest.java
    • -0
    • +22
    ./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. ./sf/ehcache/pool/sizeof/resourcefiltered
  2. ./sf/ehcache/pool/sizeof/annotationfiltered
  3. … 4 more files in changeset.
dev-6579, new lastUpdateTime fix
  1. … 7 more files in changeset.
enabling test
disable test for some time until fixed