commit c884a05f3e592a873a8eea03c0552af501288577 Author: teor teor@torproject.org Date: Fri Sep 7 16:00:42 2018 +1000
bootstrap: Silence a duplicate vote warning
Chutney sometimes misses votes, and then gets them from multiple authorities.
Fixes 27303. --- tools/ignore.warnings | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/tools/ignore.warnings b/tools/ignore.warnings index d0f4667..9036132 100644 --- a/tools/ignore.warnings +++ b/tools/ignore.warnings @@ -22,6 +22,8 @@ Could not open.*sr-state.*No such file or directory # Chutney does not use DNS by default Couldn't set up any working nameservers. Network not up yet Currently, sandboxing is only implemented on Linux +# Chutney sometimes misses votes, and then gets them from multiple authorities +Rejecting vote from .*Duplicate discarded # We ignore consensus failure warnings Error publishing .* consensus # Tor 23078, fixed in 0.3.2 and later
tor-commits@lists.torproject.org