This commit is contained in:
Joseph Henry 2023-05-02 12:57:11 -07:00
parent 771523f464
commit 098e0c4393
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
2 changed files with 11 additions and 1 deletions

View file

@ -105,6 +105,16 @@ $NS1 sudo valgrind --demangle=yes --exit-on-first-error=yes \
# Second instance, not run in memory profiler # Second instance, not run in memory profiler
$NS2 sudo ./zerotier-one node2 -p9995 >>node_2.log 2>&1 & $NS2 sudo ./zerotier-one node2 -p9995 >>node_2.log 2>&1 &
sleep 5
ls -lga node1
tree node1
ls -lga node2
tree node2
ps aux | grep zerotier
################################################################################ ################################################################################
# Online Check # # Online Check #
################################################################################ ################################################################################

View file

@ -36,7 +36,7 @@ jobs:
CXX: 'g++' CXX: 'g++'
BRANCH: ${{ github.ref_name }} BRANCH: ${{ github.ref_name }}
run: | run: |
sudo apt install -y valgrind xmlstarlet gcovr iperf3 sudo apt install -y valgrind xmlstarlet gcovr iperf3 tree
make one ZT_COVERAGE=1 ZT_TRACE=1 make one ZT_COVERAGE=1 ZT_TRACE=1
sudo chmod +x ./.github/workflows/validate-1m-linux.sh sudo chmod +x ./.github/workflows/validate-1m-linux.sh
sudo ./.github/workflows/validate-1m-linux.sh sudo ./.github/workflows/validate-1m-linux.sh