Skip to content

Commit 416f8f9

Browse files
probably a red-herring but i want to try with http2 disabled
1 parent d4ef268 commit 416f8f9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ jobs:
118118
CONDUCTOR_SERVER_URL: ${{ vars.SDKDEV_V5_SERVER_URL }}
119119
CONDUCTOR_AUTH_KEY: ${{ vars.SDKDEV_V5_AUTH_KEY }}
120120
CONDUCTOR_AUTH_SECRET: ${{ secrets.SDKDEV_V5_AUTH_SECRET }}
121+
# Force HTTP/1.1 for integration tests: long-lived HTTP/2 connections to
122+
# the shared dev server (through its proxy/LB) intermittently stall
123+
# mid-stream, surfacing as httpcore.ReadTimeout -> ApiException(0). HTTP/1.1
124+
# uses one request per pooled connection, avoiding that failure class.
125+
CONDUCTOR_HTTP2_ENABLED: "false"
121126
steps:
122127
- name: Checkout code
123128
uses: actions/checkout@v4

0 commit comments

Comments
 (0)