Skip to content

Commit

Permalink
integration test: more debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Nov 26, 2024
1 parent bda2921 commit dbbe97e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/upgrades.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ async fn test_upgrade() -> Result<()> {

while let Some(header) = stream.next().await {
let header = header.unwrap();
println!(
"block: height={}, version={}",
header.height(),
header.version()
);

// TODO is it possible to discover the view at which upgrade should be finished?
// First few views should be `Base` version.
Expand Down

0 comments on commit dbbe97e

Please sign in to comment.