• Harkrishn Patro's avatar
    Fix test, disable expiration until empty buckets are formed (#12689) · 3fac869f
    Harkrishn Patro authored
    Test failure on freebsd CI:
    ```
    *** [err]: expire scan should skip dictionaries with lot's of empty buckets in tests/unit/expire.tcl
      scan didn't handle slot skipping logic.
    ```
    
    Observation:
    
    expiry of keys might happen before the empty buckets are formed and won't help with the expiry skip logic validation.
    
    Solution:
    
    Disable expiration until the empty buckets are formed.
    3fac869f
expire.tcl 29.7 KB