From 7aaf5bc02c33a96516c854153cc20ab21f6781bb Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 27 Aug 2019 08:48:05 -0700 Subject: [PATCH] Add debug to help track down ci/localnet-sanity.sh instability --- ci/test-stable.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ci/test-stable.sh b/ci/test-stable.sh index 57dfad033..2f94eb601 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -84,6 +84,14 @@ test-stable-perf) ;; esac + +## DEBUG to help track down ci/localnet-sanity.sh instability +echo --- ps +ps aux +echo --- netstat +netstat -n --protocol=ip --all +## END DEBUG + # Assumes target/debug is populated. Ensure last build command # leaves target/debug in the state intended for localnet-sanity echo --- ci/localnet-sanity.sh