Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
doctor
Commits
be40bb3b
Commit
be40bb3b
authored
Nov 11, 2020
by
David Goulet
🤘
Browse files
Merge branch 'bug_40005' into 'master'
Bug 40005: Discard dannenberg from missing_authorities See merge request
!1
parents
28262d9d
03ab17f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
consensus_health_checker.py
View file @
be40bb3b
#!/usr/bin/env python
# Copyright 2013-20
19
, Damian Johnson and The Tor Project
# Copyright 2013-20
20
, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
...
...
@@ -644,6 +644,8 @@ def has_authority_flag(latest_consensus, consensuses, votes):
known_authorities
=
set
(
DIRECTORY_AUTHORITIES
.
keys
())
missing_authorities
=
known_authorities
.
difference
(
seen_authorities
)
# Discard dannenberg for now until tor#40128 is solved, see #40005.
missing_authorities
.
discard
(
'dannenberg'
)
extra_authorities
=
seen_authorities
.
difference
(
known_authorities
)
issues
=
[]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment