Lines Matching full:collection
227 # Forced garbage collection runs whenever the number of entries is
232 # collection. Add an entry, wait 5 seconds and add more entries than
233 # "thresh3" so that forced garbage collection will run.
235 # Note that the garbage collection thresholds are global resources and
257 check_err 1 "Forced garbage collection did not run"
260 check_err $? "Entry with \"extern_valid\" flag did not survive forced garbage collection"
262 check_fail $? "Entry without \"extern_valid\" flag survived forced garbage collection"
264 log_test "$af_str \"extern_valid\" flag: Forced garbage collection"
270 # Periodic garbage collection runs every "base_reachable"/2 seconds and
275 # collection. Add an "extern_valid" entry, add more than "thresh1"
279 # Note that the garbage collection thresholds and "base_reachable" are
304 check_err $? "Periodic garbage collection did not run"
306 check_err $? "Entry with \"extern_valid\" flag did not survive periodic garbage collection"
308 check_fail $? "Entry without \"extern_valid\" flag survived periodic garbage collection"
310 log_test "$af_str \"extern_valid\" flag: Periodic garbage collection"