Add integration test for optimistic confirmation failure detection (#11353)
* Add optimistic conf failure test * Add check for optimistic failure log Co-authored-by: Carl <carl@solana.com>
This commit is contained in:
@@ -95,8 +95,10 @@ impl OptimisticConfirmationVerifier {
|
||||
.map(|s| s.stake())
|
||||
.unwrap_or(0);
|
||||
|
||||
warn!(
|
||||
"Optimistic slot {}, hash: {}, epoch: {} was not rooted,
|
||||
error!(
|
||||
"Optimistic slot {} was not rooted,
|
||||
hash: {},
|
||||
epoch: {},
|
||||
voted keys: {:?},
|
||||
root: {},
|
||||
root bank hash: {},
|
||||
|
Reference in New Issue
Block a user