Browse Source

Run the download_status_increment test in a forked process.

It messes with global state somehow in a way that makes several of
the entryconn tests fail now.
Nick Mathewson 6 years ago
parent
commit
6f3a862966
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/test/test_dir.c

+ 1 - 1
src/test/test_dir.c

@@ -6218,7 +6218,7 @@ struct testcase_t dir_tests[] = {
   DIR(download_status_schedule, 0),
   DIR(download_status_random_backoff, 0),
   DIR(download_status_random_backoff_ranges, 0),
-  DIR(download_status_increment, 0),
+  DIR(download_status_increment, TT_FORK),
   DIR(authdir_type_to_string, 0),
   DIR(conn_purpose_to_string, 0),
   DIR(should_use_directory_guards, 0),