Skip to content
  • Marko Makela's avatar
    179f4e48
    Introduce include files for skipping recovery tests · 179f4e48
    Marko Makela authored
    if a log checkpoint occurred during the critical window.
    
    We cannot prevent a checkpoint from occurring, but we can detect it.
    Some InnoDB recovery tests are testing the redo log apply since the
    latest checkpoint. There must not be extra checkpoints in the
    time frame where we are writing the interesting redo log records.
    
    Approved by Vasil Dimov.
    179f4e48
    Introduce include files for skipping recovery tests
    Marko Makela authored
    if a log checkpoint occurred during the critical window.
    
    We cannot prevent a checkpoint from occurring, but we can detect it.
    Some InnoDB recovery tests are testing the redo log apply since the
    latest checkpoint. There must not be extra checkpoints in the
    time frame where we are writing the interesting redo log records.
    
    Approved by Vasil Dimov.
Loading