Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

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.

  • Legacy
  • TracTrac
  • Issues
  • #22224

Closed (moved)
Open
Opened May 11, 2017 by teor@teor

chutney mixed networks never test old clients or hidden services

Because they use the tags [b]cOLD and hOLD.

We can fix this by adding client and hidden_service flags to n._env, like the existing exit flag, and then tagging all the nodes in all the networks. (We might want to do this for authorities, bridge relays, bridge clients, and any other nodes, if they don't already have a tag.)

We can then do a check that each node has at least one tag.

    client_list = filter(lambda n:
                         n._env['tag'] == 'c' or n._env['tag'] == 'bc',
                         network._nodes)
    exit_list = filter(lambda n:
                       ('exit' in n._env.keys()) and n._env['exit'] == 1,
                       network._nodes)
    hs_list = filter(lambda n:
                     n._env['tag'] == 'h',
                     network._nodes)
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: legacy/trac#22224