mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +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:
parent
d7833c9d27
commit
6f3a862966
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user