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.
This commit is contained in:
Nick Mathewson 2017-12-01 16:06:25 -05:00 committed by teor
parent d7833c9d27
commit 6f3a862966
No known key found for this signature in database
GPG Key ID: 740D9E39025272A2

View File

@ -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),