[tor-commits] [doctor/master] Re-enable check for all signatures

atagar at torproject.org atagar at torproject.org
Wed Nov 2 16:11:46 UTC 2016


commit 5baf8993783de62f0a5f84b2025d7ca24d9a5bd5
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Aug 7 11:00:23 2016 -0700

    Re-enable check for all signatures
    
    This was disabled to avoid noise while removing urras. It's been long enough
    that we can re-enable this.
---
 consensus_health_checker.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consensus_health_checker.py b/consensus_health_checker.py
index f5ab3d2..9dcd197 100755
--- a/consensus_health_checker.py
+++ b/consensus_health_checker.py
@@ -317,7 +317,7 @@ def run_checks(consensuses, votes):
     #vote_parameters_mismatch_consensus,
     certificate_expiration,
     consensuses_have_same_votes,
-    #has_all_signatures,
+    has_all_signatures,
     voting_bandwidth_scanners,
     #unmeasured_relays,
     has_authority_flag,





More information about the tor-commits mailing list