mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-23 06:28:23 +00:00
pageserver/walingest: fix failpoint name typo
This commit is contained in:
@@ -463,7 +463,7 @@ impl WalIngest {
|
||||
// we could peek into the message and only pause if it contains
|
||||
// a particular string, for example, but this is enough for now.
|
||||
failpoint_support::sleep_millis_async!(
|
||||
"pagserver-wal-ingest-logical-message-sleep"
|
||||
"pageserver-wal-ingest-logical-message-sleep"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user