compare contents of serialized banks instead of exact file format (#24141)
* compare contents of serialized banks instead of exact file format * Update runtime/src/snapshot_utils.rs Co-authored-by: Brooks Prumo <brooks@prumo.org> * Update runtime/src/snapshot_utils.rs Co-authored-by: Brooks Prumo <brooks@prumo.org> * pr feedback * get rid of clone * pr feedback Co-authored-by: Brooks Prumo <brooks@prumo.org>
This commit is contained in:
committed by
GitHub
parent
fddd162645
commit
550ca7bf92
@ -349,6 +349,7 @@ mod tests {
|
||||
snapshots_dir,
|
||||
accounts_dir,
|
||||
archive_format,
|
||||
snapshot_utils::VerifyBank::Deterministic,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@ -558,6 +558,7 @@ mod tests {
|
||||
saved_snapshots_dir.path(),
|
||||
saved_accounts_dir.path(),
|
||||
ArchiveFormat::TarBzip2,
|
||||
snapshot_utils::VerifyBank::NonDeterministic(saved_slot),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user