Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticket33676 squashed fixed #72

Merged

Conversation

Labels
None yet
Projects
None yet
3 participants
@teor2345
Copy link
Contributor

@teor2345 teor2345 commented May 18, 2020

No description provided.

Chutney doesn't check for bridge descriptors or onion service
descriptors, so we need to wait for extra time in bridge and
onion service networks.
@teor2345 teor2345 force-pushed the ticket33676_squashed_fixed branch 2 times, most recently from b24456f to 20b91cf May 18, 2020
There's some kind of timing bug in Tor 0.3.5, where it fails
verification immediately after bootstrapping. Add a wait time to work
around this bug.

Replaces the previous 0.3.5 minimum bootstrap time, which fails for the
ipv6-exit-min network.

Now we're checking microdescriptors, the 0.3.5 timing bug can't be due
to descriptor propagation. So there must be some other subtle timing
bug.

Fortunately, this bug is fixed in 0.4.0 and later.
@teor2345 teor2345 force-pushed the ticket33676_squashed_fixed branch from 20b91cf to 67f27ae May 18, 2020
@torproject-pusher torproject-pusher merged commit 67f27ae into torproject:master Jun 3, 2020
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment