[tor-commits] [chutney/master] warnings: ignore warnings about late votes
teor at torproject.org
teor at torproject.org
Wed Mar 11 02:58:03 UTC 2020
commit 8bf12fab209f8b4206466a9c9250180868f7635f
Author: teor <teor at torproject.org>
Date: Wed Mar 11 12:53:36 2020 +1000
warnings: ignore warnings about late votes
Chutney creates a lot of late votes, because its consensus intervals
are very short. So we want to ignore those late vote warnings by
default.
We will still see any consensus failure warnings. And the full logs
will still be available for diagnostics.
Related to tor's ticket 4631.
---
tools/ignore.warnings | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/ignore.warnings b/tools/ignore.warnings
index 872db6f..53ea9f7 100644
--- a/tools/ignore.warnings
+++ b/tools/ignore.warnings
@@ -48,7 +48,10 @@ Option 'ExitPolicyRejectPrivate' used more than once
Option 'ExitRelay' used more than once
Option 'IPv6Exit' used more than once
# We ignore consensus failure warnings
+our cutoff for received votes
+Posted vote received too late
Received http status code 404 .* from server .* while fetching
+Vote received too late
# Tor Bug 21525
Rejected vote from .*Bad valid-after time
Rejecting vote from .* with valid-after time of .* we were expecting 1970-01-01 00:00:00
More information about the tor-commits
mailing list