Fixes to repair and orphan logic for data shreds (#5587)

This commit is contained in:
Pankaj Garg
2019-08-21 15:27:42 -07:00
committed by GitHub
parent d651cb7a25
commit 0dc0594aaa
6 changed files with 76 additions and 72 deletions

View File

@ -15,7 +15,7 @@ use solana_sdk::{client::SyncClient, poh_config::PohConfig, timing};
use std::{collections::HashSet, thread::sleep, time::Duration};
#[test]
#[ignore]
#[serial]
fn test_ledger_cleanup_service() {
solana_logger::setup();
error!("test_ledger_cleanup_service");
@ -69,7 +69,7 @@ fn test_spend_and_verify_all_nodes_1() {
}
#[test]
#[ignore]
#[serial]
fn test_spend_and_verify_all_nodes_2() {
solana_logger::setup();
error!("test_spend_and_verify_all_nodes_2");
@ -84,7 +84,7 @@ fn test_spend_and_verify_all_nodes_2() {
}
#[test]
#[ignore]
#[serial]
fn test_spend_and_verify_all_nodes_3() {
solana_logger::setup();
error!("test_spend_and_verify_all_nodes_3");