1. 05 Mar, 2024 19 commits
  2. 04 Mar, 2024 4 commits
  3. 01 Mar, 2024 15 commits
  4. 28 Feb, 2024 1 commit
    • Dridi Boukelmoune's avatar
      vtc: Coverage for withdrawn bgfetch · 3eeb8c4f
      Dridi Boukelmoune authored
      This adds coverage for a non-delivery transition from vcl_hit, where the
      busy objcore would drop its sole reference in the event of a grace hit.
      The lack of coverage was visible in the gcov dashboard:
      
          669   580   if (busy != NULL) {
          670   0     	(void)HSH_DerefObjCore(wrk, &busy, 0);
          671   0     	VRY_Clear(req);
          672   0     }
      
      There should now be at least one pass inside this block.
      
      Refs #4032
      3eeb8c4f
  5. 26 Feb, 2024 1 commit