Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
C
Chutney
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 41
    • Issues 41
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • The Tor Project
  • Core
  • Chutney
  • Issues
  • #33677

Closed
Open
Opened Mar 20, 2020 by teor@teor

Stop waiting a set time for onion service descriptors

After we make chutney check for onion service descriptors in legacy/trac#33609 (moved), we can stop waiting a set time for onion service descriptors to download.

First, set HS_WAIT_FOR_UNCHECKED_DIR_INFO to 0: https://github.com/torproject/chutney/blob/master/lib/chutney/TorNet.py#L953

Then check that make test-network-all still passes on:

  • Tor master,
  • Tor maint-0.3.5

Then check that chutney's CI still passes.

If all those tests pass, we can remove all the code that uses HS_WAIT_FOR_UNCHECKED_DIR_INFO:

  • remove HS_WAIT_FOR_UNCHECKED_DIR_INFO
  • remove getUncheckedDirInfoWaitTime()
  • remove all the variables, code, and comments that depend on getUncheckedDirInfoWaitTime()
    • https://github.com/torproject/chutney/blob/master/lib/chutney/TorNet.py#L2226
    • https://github.com/torproject/chutney/blob/master/lib/chutney/TorNet.py#L2266
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: tpo/core/chutney#33677