Revert sequential execution of validator_exit and validator_parallel_exit tests (#24048)

* handle channel disconnect

* revert sequential execution of validator_exit and parallel_validator_exit tests
This commit is contained in:
HaoranYi 2022-04-02 10:22:47 -05:00 committed by GitHub
parent 4968e7d38c
commit ffa4cafe1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -1815,6 +1815,7 @@ mod tests {
std::{fs::remove_dir_all, thread, time::Duration},
};
#[test]
fn validator_exit() {
solana_logger::setup();
let leader_keypair = Keypair::new();
@ -1894,6 +1895,7 @@ mod tests {
}
}
#[test]
fn validator_parallel_exit() {
let leader_keypair = Keypair::new();
let leader_node = Node::new_localhost_with_pubkey(&leader_keypair.pubkey());
@ -1951,12 +1953,6 @@ mod tests {
}
}
#[test]
fn test_validator_exit() {
validator_exit();
validator_parallel_exit();
}
#[test]
fn test_wait_for_supermajority() {
solana_logger::setup();