groom replay_stage and poh_recorder (#4961)

* groom replay_stage and poh_recorder

* fixup

* fixup

* don't freeze() parent, need to review bank_forks and maybe vote...
This commit is contained in:
Rob Walker
2019-07-09 15:36:30 -07:00
committed by GitHub
parent d111223085
commit f777a1a74c
3 changed files with 186 additions and 201 deletions

View File

@ -308,6 +308,7 @@ fn test_faulty_node(faulty_node_type: BroadcastStageType) {
#[test]
#[serial]
fn test_repairman_catchup() {
solana_logger::setup();
run_repairman_catchup(3);
}