Two unused vars were mistakenly left in the test_checkpoint GLOBAL structure and can be removed:
bool failpoint_hs_insert_1; /* Failpoint for hs insertion. */ bool failpoint_hs_insert_2; /* Failpoint for hs insertion. */
See here for the exact code location.
Definition of done:
- Code is removed and compiles.