Skip to content

Commit

Permalink
Add slack to rst allocation tests (#2722)
Browse files Browse the repository at this point in the history
Motivation:

Allocation tests are slightly fragile to small changes.

Modifications:

Allow 50 extra allocations over the 1000 cycles.

Result:

Rst tests less flaky
  • Loading branch information
PeterAdams-A committed May 14, 2024
1 parent 5c378ed commit 6753556
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.2204.510.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- MAX_ALLOCS_ALLOWED_1000_getHandlers=8050
- MAX_ALLOCS_ALLOWED_1000_getHandlers_sync=36
- MAX_ALLOCS_ALLOWED_1000_reqs_1_conn=26400
- MAX_ALLOCS_ALLOWED_1000_rst_connections=147000
- MAX_ALLOCS_ALLOWED_1000_rst_connections=147050
- MAX_ALLOCS_ALLOWED_1000_tcpbootstraps=3050
- MAX_ALLOCS_ALLOWED_1000_tcpconnections=155050
- MAX_ALLOCS_ALLOWED_1000_udp_reqs=6050
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.2204.58.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- MAX_ALLOCS_ALLOWED_1000_getHandlers=8050
- MAX_ALLOCS_ALLOWED_1000_getHandlers_sync=36
- MAX_ALLOCS_ALLOWED_1000_reqs_1_conn=26400
- MAX_ALLOCS_ALLOWED_1000_rst_connections=149000
- MAX_ALLOCS_ALLOWED_1000_rst_connections=149050
- MAX_ALLOCS_ALLOWED_1000_tcpbootstraps=4050
- MAX_ALLOCS_ALLOWED_1000_tcpconnections=157050
- MAX_ALLOCS_ALLOWED_1000_udp_reqs=6050
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.2204.59.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- MAX_ALLOCS_ALLOWED_1000_getHandlers=8050
- MAX_ALLOCS_ALLOWED_1000_getHandlers_sync=36
- MAX_ALLOCS_ALLOWED_1000_reqs_1_conn=26400
- MAX_ALLOCS_ALLOWED_1000_rst_connections=149000
- MAX_ALLOCS_ALLOWED_1000_rst_connections=149050
- MAX_ALLOCS_ALLOWED_1000_tcpbootstraps=4050
- MAX_ALLOCS_ALLOWED_1000_tcpconnections=157050
- MAX_ALLOCS_ALLOWED_1000_udp_reqs=6050
Expand Down

0 comments on commit 6753556

Please sign in to comment.