Skip to content

Commit 6753556

Browse files
authored
Add slack to rst allocation tests (#2722)
Motivation: Allocation tests are slightly fragile to small changes. Modifications: Allow 50 extra allocations over the 1000 cycles. Result: Rst tests less flaky
1 parent 5c378ed commit 6753556

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/docker-compose.2204.510.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- MAX_ALLOCS_ALLOWED_1000_getHandlers=8050
3737
- MAX_ALLOCS_ALLOWED_1000_getHandlers_sync=36
3838
- MAX_ALLOCS_ALLOWED_1000_reqs_1_conn=26400
39-
- MAX_ALLOCS_ALLOWED_1000_rst_connections=147000
39+
- MAX_ALLOCS_ALLOWED_1000_rst_connections=147050
4040
- MAX_ALLOCS_ALLOWED_1000_tcpbootstraps=3050
4141
- MAX_ALLOCS_ALLOWED_1000_tcpconnections=155050
4242
- MAX_ALLOCS_ALLOWED_1000_udp_reqs=6050

docker/docker-compose.2204.58.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- MAX_ALLOCS_ALLOWED_1000_getHandlers=8050
3737
- MAX_ALLOCS_ALLOWED_1000_getHandlers_sync=36
3838
- MAX_ALLOCS_ALLOWED_1000_reqs_1_conn=26400
39-
- MAX_ALLOCS_ALLOWED_1000_rst_connections=149000
39+
- MAX_ALLOCS_ALLOWED_1000_rst_connections=149050
4040
- MAX_ALLOCS_ALLOWED_1000_tcpbootstraps=4050
4141
- MAX_ALLOCS_ALLOWED_1000_tcpconnections=157050
4242
- MAX_ALLOCS_ALLOWED_1000_udp_reqs=6050

docker/docker-compose.2204.59.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- MAX_ALLOCS_ALLOWED_1000_getHandlers=8050
3737
- MAX_ALLOCS_ALLOWED_1000_getHandlers_sync=36
3838
- MAX_ALLOCS_ALLOWED_1000_reqs_1_conn=26400
39-
- MAX_ALLOCS_ALLOWED_1000_rst_connections=149000
39+
- MAX_ALLOCS_ALLOWED_1000_rst_connections=149050
4040
- MAX_ALLOCS_ALLOWED_1000_tcpbootstraps=4050
4141
- MAX_ALLOCS_ALLOWED_1000_tcpconnections=157050
4242
- MAX_ALLOCS_ALLOWED_1000_udp_reqs=6050

0 commit comments

Comments
 (0)