Skip to content

Commit a8fb459

Browse files
probably a red-herring but i want to try with http2 disabled
1 parent aaff540 commit a8fb459

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
@@ -107,6 +107,11 @@ jobs:
107107
CONDUCTOR_SERVER_URL: ${{ vars.SDKDEV_V5_SERVER_URL }}
108108
CONDUCTOR_AUTH_KEY: ${{ vars.SDKDEV_V5_AUTH_KEY }}
109109
CONDUCTOR_AUTH_SECRET: ${{ secrets.SDKDEV_V5_AUTH_SECRET }}
110+
# Force HTTP/1.1 for integration tests: long-lived HTTP/2 connections to
111+
# the shared dev server (through its proxy/LB) intermittently stall
112+
# mid-stream, surfacing as httpcore.ReadTimeout -> ApiException(0). HTTP/1.1
113+
# uses one request per pooled connection, avoiding that failure class.
114+
CONDUCTOR_HTTP2_ENABLED: "false"
110115
steps:
111116
- name: Checkout code
112117
uses: actions/checkout@v4

0 commit comments

Comments
 (0)