From 3ca826a480c1a6c46c2edcbac752c896541c07da Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Fri, 30 Nov 2018 13:52:37 -0800 Subject: [PATCH] re-enable test_tpu_forwarder (#1964) --- ci/test-stable.sh | 3 +-- src/tpu_forwarder.rs | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 3278d63e0c..4adede9f0e 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -13,8 +13,7 @@ _() { } if [[ $(ulimit -n) -lt 65000 ]]; then - echo 'Error: nofiles too small, run "ulimit -n 65000" to continue' - exit 1 + ulimit -n 65000 || echo 'Error: nofiles too small, run "ulimit -n 65000" to continue' && exit 1 fi _ cargo build --all --verbose diff --git a/src/tpu_forwarder.rs b/src/tpu_forwarder.rs index cd30ac1e07..9c552046a2 100644 --- a/src/tpu_forwarder.rs +++ b/src/tpu_forwarder.rs @@ -114,7 +114,6 @@ mod tests { use std::time::Duration; #[test] - #[ignore] pub fn test_tpu_forwarder() { let nodes: Vec<_> = (0..3) .map(|_| {