(rpc_port: u16)
| 476 | ); |
| 477 | } |
| 478 | println!( |
| 479 | " latest finalized block (epoch {}, view {}) has {} signers, none of which is the observer", |
| 480 | finalized_header.header().epoch(), finalized_header.header().view(), signer_count |
| 481 | ); |
| 482 | |
| 483 | println!("Test completed successfully!"); |
| 484 | |
| 485 | println!("Sending stop signals to all {} nodes...", node_runtimes.len()); |
| 486 | for (idx, node_runtime) in node_runtimes.iter().enumerate() { |
no test coverage detected