mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
+1
-1
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user