fix tests, more logs

This commit is contained in:
Anatoly Yakovenko
2018-07-09 17:35:23 -07:00
committed by Greg Fitzgerald
parent 2ea030be48
commit 97dd1834d7
5 changed files with 58 additions and 32 deletions

View File

@ -180,6 +180,7 @@ pub fn crdt_retransmit() {
}
#[test]
#[ignore]
fn test_external_liveness_table() {
logger::setup();
let c1_c4_exit = Arc::new(AtomicBool::new(false));