commit efc2422c45d025ef600b990260da313c74fd6e84 Author: Damian Johnson atagar@torproject.org Date: Mon Oct 13 23:22:16 2014 -0700
Disabling check that the BadExit flag is in sync
This check was busted for quite some time and I fixed it this last weekend. However, it's generating a lot of noise and it's not useful so disabling this 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 473a57c..38481f3 100755 --- a/consensus_health_checker.py +++ b/consensus_health_checker.py @@ -297,7 +297,7 @@ def run_checks(consensuses, votes): #unmeasured_relays, has_authority_flag, is_recommended_versions, - bad_exits_in_sync, + #bad_exits_in_sync, bandwidth_authorities_in_sync, )
tor-commits@lists.torproject.org