mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Merge remote-tracking branch 'tor-gitlab/mr/457'
This commit is contained in:
commit
ed4b8ca74b
3
changes/ticket40485
Normal file
3
changes/ticket40485
Normal 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.
|
@ -449,6 +449,8 @@ if [[ "${CHUTNEY}" = "yes" ]]; then
|
|||||||
start_section "Chutney"
|
start_section "Chutney"
|
||||||
export CHUTNEY_TOR_SANDBOX=0
|
export CHUTNEY_TOR_SANDBOX=0
|
||||||
export CHUTNEY_ALLOW_FAILURES=2
|
export CHUTNEY_ALLOW_FAILURES=2
|
||||||
|
# Send 5MB for every verify check.
|
||||||
|
export CHUTNEY_DATA_BYTES=5000000
|
||||||
if runcmd make "${CHUTNEY_MAKE_TARGET}"; then
|
if runcmd make "${CHUTNEY_MAKE_TARGET}"; then
|
||||||
hooray "Chutney tests have succeeded"
|
hooray "Chutney tests have succeeded"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user