-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
Execution Team 2024-03-18, Execution Team 2024-04-01
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The size storer is hardcoded to flush every 60 seconds or 100,000 hits. This means that we may not get very good test coverage of periodic size storer flushes, since many of our tests are very short and will not trigger either of these conditions. It may make sense to turn these thresholds into server parameters which can then be fuzzed.