[tor-commits] [doctor/master] Re-enable check that BadExit flags are in sync
atagar at torproject.org
atagar at torproject.org
Sun Feb 21 01:56:02 UTC 2016
commit 8ada4e0305b16f6b854dae839db2adb7446b7d37
Author: Damian Johnson <atagar at torproject.org>
Date: Sat Feb 20 17:58:05 2016 -0800
Re-enable check that BadExit flags are in sync
Roger says these are useful to him and that he's willing to invest effort to
keep in sync so re-enabling the checks...
https://trac.torproject.org/projects/tor/ticket/17441#comment:3
---
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 68fad73..b0efb5c 100755
--- a/consensus_health_checker.py
+++ b/consensus_health_checker.py
@@ -323,7 +323,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