mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
fixup! relay: Change DNS timeout label on MetricsPort
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
parent
b37674fec7
commit
eb06d52dae
@ -721,7 +721,7 @@ test_overload_stats(void *arg)
|
|||||||
stats_str = rep_hist_get_overload_stats_lines();
|
stats_str = rep_hist_get_overload_stats_lines();
|
||||||
tt_assert(!stats_str);
|
tt_assert(!stats_str);
|
||||||
|
|
||||||
/* Note a overload */
|
/* Note an overload */
|
||||||
rep_hist_note_overload(OVERLOAD_GENERAL);
|
rep_hist_note_overload(OVERLOAD_GENERAL);
|
||||||
|
|
||||||
/* Move the time forward one hour */
|
/* Move the time forward one hour */
|
||||||
@ -742,7 +742,7 @@ test_overload_stats(void *arg)
|
|||||||
|
|
||||||
/* Now the time should be 2002-01-07 00:00:00 */
|
/* Now the time should be 2002-01-07 00:00:00 */
|
||||||
|
|
||||||
/* Note a overload */
|
/* Note an overload */
|
||||||
rep_hist_note_overload(OVERLOAD_GENERAL);
|
rep_hist_note_overload(OVERLOAD_GENERAL);
|
||||||
|
|
||||||
stats_str = rep_hist_get_overload_general_line();
|
stats_str = rep_hist_get_overload_general_line();
|
||||||
|
Loading…
Reference in New Issue
Block a user