Consider all peers as potential candidates during pull-request in case of offline nodes (#18333)

* Try all peers during pull-request in case of offline nodes

* fix clippy err
This commit is contained in:
Ashwin Sekar
2021-07-01 12:00:10 -07:00
committed by GitHub
parent d5961e9d9f
commit f4fb5de545
2 changed files with 32 additions and 14 deletions

View File

@ -2851,14 +2851,12 @@ fn test_hard_fork_invalidates_tower() {
#[test]
#[serial]
#[ignore]
fn test_no_optimistic_confirmation_violation_with_tower() {
do_test_optimistic_confirmation_violation_with_or_without_tower(true);
}
#[test]
#[serial]
#[ignore]
fn test_optimistic_confirmation_violation_without_tower() {
do_test_optimistic_confirmation_violation_with_or_without_tower(false);
}