ReplayStage asking ledger for updates (#2597)
* Modify replay stage to ask db_ledger for updates instead of reading from upstream channel * Add signal for db_ledger to update listeners about updates * fix flaky test
This commit is contained in:
@ -28,6 +28,7 @@ use std::thread::sleep;
|
||||
use std::time::Duration;
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_replicator_startup() {
|
||||
solana_logger::setup();
|
||||
info!("starting replicator test");
|
||||
|
Reference in New Issue
Block a user