]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ci: Set 5MB data for all chutney tests
authorDavid Goulet <dgoulet@torproject.org>
Thu, 14 Oct 2021 15:39:10 +0000 (11:39 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 14 Oct 2021 15:43:28 +0000 (11:43 -0400)
Closes #40485

Signed-off-by: David Goulet <dgoulet@torproject.org>
changes/ticket40485 [new file with mode: 0644]
scripts/ci/ci-driver.sh

diff --git a/changes/ticket40485 b/changes/ticket40485
new file mode 100644 (file)
index 0000000..849ee07
--- /dev/null
@@ -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.
index d0b563a09bb2816e9a250841eecdc5407b4866cf..ff4881dd8e62e09fba3b26a2f22ba1755c30a8fd 100755 (executable)
@@ -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