[tor-commits] [doctor/master] Disabling check that consensus parameters are in sync

atagar at torproject.org atagar at torproject.org
Mon Oct 27 04:44:40 UTC 2014


commit fbe4a77376189bfbee269cec1c7b837db368d4ad
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Oct 26 21:45:03 2014 -0700

    Disabling check that consensus parameters are in sync
    
    Roger's authority has been out of sync for a couple weeks, and a couple emails
    about this have gone unanswered. Disabling the check.
---
 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 38481f3..0719fd6 100755
--- a/consensus_health_checker.py
+++ b/consensus_health_checker.py
@@ -289,7 +289,7 @@ def run_checks(consensuses, votes):
     different_recommended_client_version,
     different_recommended_server_version,
     unknown_consensus_parameters,
-    vote_parameters_mismatch_consensus,
+    #vote_parameters_mismatch_consensus,
     certificate_expiration,
     consensuses_have_same_votes,
     has_all_signatures,



More information about the tor-commits mailing list