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

relay: Stop failing on startup when the relay module is disabled #1515

Merged
merged 2 commits into from Nov 7, 2019

Conversation

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

@teor2345 teor2345 commented Nov 7, 2019

When the relay module is disabled, make "DirCache 0" the default.
(But keep "DirCache 1" as the default for the unit tests.)

Closes ticket 32410.

teor2345 added 2 commits Nov 7, 2019
When the relay module is disabled, make "ClientOnly 1" and
"DirCache 0" by default. (But keep "ClientOnly 0" and
"DirCache 1" as the defaults for the unit tests.)

And run "make autostyle".

Part of ticket 32410.
@coveralls
Copy link

@coveralls coveralls commented Nov 7, 2019

Pull Request Test Coverage Report for Build 7129

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 62.38%

Totals Coverage Status
Change from base Build 7127: 0.0%
Covered Lines: 48619
Relevant Lines: 77940

💛 - Coveralls

@torproject-pusher torproject-pusher merged commit a0820bc into torproject:master Nov 7, 2019
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment