[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [chutney/master] Travis: Use tools/diagnostics.sh on failure
commit d1430d36c7bd5a1d0f5207bc7b2a27b0a713e33f
Author: teor <teor@xxxxxxxxxxxxxx>
Date: Mon Feb 17 16:45:19 2020 +1000
Travis: Use tools/diagnostics.sh on failure
Closes 32792.
---
.travis.yml | 23 ++++-------------------
1 file changed, 4 insertions(+), 19 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 05a688f..1317392 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -264,25 +264,10 @@ script:
#- tools/test-network.sh --data "$FIVE_MEGABYTES" --connections 2 --rounds 2 --hs-multi-client 1 --start-time 130 --bootstrap-time 70 --stop-time 10
after_failure:
- ## List the permissions on chutney and chutney/net
- - ls -al . net
- ## List the contents of net/nodes
- - ls -lR net/nodes/
- ## Dump the config
- - cat net/nodes/000a*/torrc
- ## Dump the important directory documents
- #- cat net/nodes/000a*/cached-certs
- - cat net/nodes/000a*/cached-consensus
- - cat net/nodes/000a*/cached-descriptors*
- #- cat net/nodes/000a*/cached-extrainfo*
- - cat net/nodes/000a*/cached-microdesc-consensus
- - cat net/nodes/000a*/cached-microdescs*
- #- cat net/nodes/000a*/key-pinning-journal
- #- cat net/nodes/000a*/router-stability
- #- cat net/nodes/00*a*/sr-state
- #- cat net/nodes/00*a*/state
- - for f in net/nodes/00*a*/v3-status-votes ; do echo "$f"; cat "$f"; done
- - for f in net/nodes/00*a*/unparseable-descs/* ; do echo "$f"; cat "$f"; done
+ ## Show some diagnostics
+ ## Pass the node name as the first argument, to see detailed diagnostics for
+ ## a particular node
+ - tools/diagnostics.sh
## And repeat the warnings at the end
- tools/test-network.sh --only-warnings
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits