commit ed4b8ca74b4300cb5b5b43ee751915a31796ccb7 parent 75e195737e4dabf9979f904e03efddeee58b78df Author: Nick Mathewson <nickm@torproject.org> Date: Thu, 14 Oct 2021 12:25:22 -0400 Merge remote-tracking branch 'tor-gitlab/mr/457' Diffstat:
| A | changes/ticket40485 | | | 3 | +++ |
| M | scripts/ci/ci-driver.sh | | | 2 | ++ |
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/ticket40485 b/changes/ticket40485 @@ -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. diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh @@ -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