-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0-M20
-
Component/s: None
-
Labels:None
There is a sporadic test-failure in kerberos-codec due to the fix for DIRSERVER-2034. Essentially, 4 elements with a short TTL are cached + then expiry is checked after a short sleep. However, the test only configured a max of 2 elements in memory, which means that the remaining 2 are now serialized to disk due to DIRSERVER-2034, and expiry takes a bit longer as a result.