Skip to content

Commit

Permalink
add a fixme for "walreceiver-after-ingest"
Browse files Browse the repository at this point in the history
  • Loading branch information
koivunej committed Aug 12, 2024
1 parent 2110989 commit b0d118c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ pub(super) async fn handle_walreceiver_connection(
filtered_records += 1;
}

// FIXME: this cannot be made pausable_failpoint without fixing the
// failpoint library; in tests, the added amount of debugging will cause us
// to timeout the tests.
fail_point!("walreceiver-after-ingest");

last_rec_lsn = lsn;
Expand Down

0 comments on commit b0d118c

Please sign in to comment.