EHC ❯ Standalone verification tests
-
Task
-
Status: Closed
-
1 Critical
-
Resolution: Fixed
-
ehcache-core
-
-
cdennis
-
Reporter: amiller
-
September 24, 2009
-
0
-
Watchers: 0
-
July 27, 2012
-
September 25, 2009
Description
Write the following tests against standalone (in ehcache-1.7-tc/terracotta/system-tests):
- Clustered cache with FIFO policy -> should throw exception
- Clustered cache
with no -> should throw exception - Clustered cache with
- Clustered cache with
... - Clustered cache, no name specified for CacheManager (no name attribute for
) - EHC-361 - Cache manager with both clustered and unclustered caches
- Clustered cache (
) and either overflowToDisk="true" or diskPersistent="true" in the config -> should throw error - EHC-382 - Using both clustered cache and replicated cache setup should throw error - EHC-381
- Clustered cache but no
-> should throw error - Clustered cache,
but no standalone jar -> should throw error -
- verify cache is unclustered -
-> should throw error -
with both url="" and subelement -> should throw error (need one or the other)
All the listed tests are now implemented - two are currently still timebombed while awaiting dev fixes to make them pass. Timebombs will expire 28-09-09…