[tor-commits] [doctor/master] Disabling check that the BadExit flag is in sync
atagar at torproject.org
atagar at torproject.org
Tue Oct 14 06:23:15 UTC 2014
commit efc2422c45d025ef600b990260da313c74fd6e84
Author: Damian Johnson <atagar at 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,
)
More information about the tor-commits
mailing list