[tor-commits] [doctor/master] Drop descriptor validation from consensus checks

atagar at torproject.org atagar at torproject.org
Wed Jan 18 21:09:44 UTC 2017


commit 73a33c7899d591cab4eaa6baf0ddd1ed7481eb51
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon Jan 16 12:22:27 2017 -0800

    Drop descriptor validation from consensus checks
    
    The descriptor checker (which only notifies me) already runs the descriptor
    validation checks. No point in having them block consensus health notices.
    Also, this lets our checks run a lot faster and with less memory usage.
---
 consensus_health_checker.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/consensus_health_checker.py b/consensus_health_checker.py
index 8fd5ca6..bde08cb 100755
--- a/consensus_health_checker.py
+++ b/consensus_health_checker.py
@@ -776,7 +776,6 @@ def _get_documents(label, resource):
       resource,
       endpoints = [(authority.address, authority.dir_port)],
       default_params = False,
-      validate = True,
     )
 
     try:





More information about the tor-commits mailing list