ci: Set 5MB data for all chutney tests

Closes #40485

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet 2021-10-14 11:39:10 -04:00
parent 0ec08b0643
commit aae40113c7
2 changed files with 5 additions and 0 deletions

3
changes/ticket40485 Normal file
View File

@ -0,0 +1,3 @@
o Testing (CI, chutney):
- Bump the data size that chutney transmit to 5MB in order to trigger flow
control and congestion window code. Closes ticket 40485.

View File

@ -449,6 +449,8 @@ if [[ "${CHUTNEY}" = "yes" ]]; then
start_section "Chutney"
export CHUTNEY_TOR_SANDBOX=0
export CHUTNEY_ALLOW_FAILURES=2
# Send 5MB for every verify check.
export CHUTNEY_DATA_BYTES=5000000
if runcmd make "${CHUTNEY_MAKE_TARGET}"; then
hooray "Chutney tests have succeeded"
else