diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-27 07:05:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-27 07:05:15 -0400 |
commit | 979c7e5c83531089aa4bf3998ae3353fbdd2031d (patch) | |
tree | 20a0b7381814932e9b665b4dde231d5b3a20faa6 /src/test | |
parent | 0eed0899cdeadd84dc5323f8ca0a3a13cd3779de (diff) | |
parent | 46c2b0ca228d2d95666f28d4e42411dce0a59e15 (diff) | |
download | tor-979c7e5c83531089aa4bf3998ae3353fbdd2031d.tar.gz tor-979c7e5c83531089aa4bf3998ae3353fbdd2031d.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_hs_service.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/test_hs_service.c b/src/test/test_hs_service.c index d62fcc8cab..2e5280610f 100644 --- a/src/test/test_hs_service.c +++ b/src/test/test_hs_service.c @@ -1237,6 +1237,10 @@ test_build_update_descriptors(void *arg) node->is_running = node->is_valid = node->is_fast = node->is_stable = 1; } + /* We have to set thise, or the lack of microdescriptors for these + * nodes will make them unusable. */ + get_options_mutable()->UseMicrodescriptors = 0; + /* We expect to pick only one intro point from the node above. */ setup_full_capture_of_logs(LOG_INFO); update_all_descriptors(now); |