[tor-commits] [tor/main] ci: Set 5MB data for all chutney tests

nickm at torproject.org nickm at torproject.org
Thu Oct 14 16:25:29 UTC 2021


commit aae40113c76a5b0eb93562bcfba9dddcd6d5cdd5
Author: David Goulet <dgoulet at torproject.org>
Date:   Thu Oct 14 11:39:10 2021 -0400

    ci: Set 5MB data for all chutney tests
    
    Closes #40485
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 changes/ticket40485     | 3 +++
 scripts/ci/ci-driver.sh | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/changes/ticket40485 b/changes/ticket40485
new file mode 100644
index 0000000000..849ee0719f
--- /dev/null
+++ 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
index d0b563a09b..ff4881dd8e 100755
--- 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





More information about the tor-commits mailing list