Add debug to help track down ci/localnet-sanity.sh instability
This commit is contained in:
parent
85f03b590d
commit
7aaf5bc02c
|
@ -84,6 +84,14 @@ test-stable-perf)
|
||||||
;;
|
;;
|
||||||
esac
|
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
|
# Assumes target/debug is populated. Ensure last build command
|
||||||
# leaves target/debug in the state intended for localnet-sanity
|
# leaves target/debug in the state intended for localnet-sanity
|
||||||
echo --- ci/localnet-sanity.sh
|
echo --- ci/localnet-sanity.sh
|
||||||
|
|
Loading…
Reference in New Issue