Skip to content

[bot] Merge master/9f97835f into rel/dev - #1756

Merged
yenkins-admin merged 3 commits into
rel/devfrom
snapshot-master-9f97835f-to-rel/dev
Aug 24, 2026
Merged

[bot] Merge master/9f97835f into rel/dev#1756
yenkins-admin merged 3 commits into
rel/devfrom
snapshot-master-9f97835f-to-rel/dev

Conversation

@yenkins-admin

Copy link
Copy Markdown
Contributor

🚀 Automated PR to perform merge from master into rel/dev with changes up to 9f97835 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/32703694087).

Tomkess and others added 3 commits August 22, 2026 21:59
Mid-stream disconnects ("peer closed connection without sending
complete message body") were not retried at all -- _is_retryable_exc
only handled TransientChatError and HTTPStatusError. Confirmed live:
this contaminated ~1-4% of visualization runs with a hard fail on pure
network flake, indistinguishable from a real agent/content failure in
the result.
…t time

parse_sse_lines wrapped every next(it) failure in the non-retryable ChatError,
including httpx.RemoteProtocolError -- so _is_retryable_exc's RemoteProtocolError
branch only ever fired for a disconnect at connect time, never for the mid-stream
case CodeRabbit flagged and the one actually seen in production. Raise
TransientChatError instead when the wrapped exception is a RemoteProtocolError.
Fix: retry httpx.RemoteProtocolError in the SSE chat client
@yenkins-admin
yenkins-admin merged commit b9cb715 into rel/dev Aug 24, 2026
2 of 3 checks passed
@yenkins-admin
yenkins-admin deleted the snapshot-master-9f97835f-to-rel/dev branch August 24, 2026 07:55
@coderabbitai

coderabbitai Bot commented Aug 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 1577de07-f822-4cfc-b269-80cefa6beb11

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@yenkins-admin
yenkins-admin restored the snapshot-master-9f97835f-to-rel/dev branch August 24, 2026 07:55
@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.59%. Comparing base (bf0e858) to head (9f97835).
⚠️ Report is 564 commits behind head on rel/dev.

Additional details and impacted files
@@           Coverage Diff            @@
##           rel/dev    #1756   +/-   ##
========================================
  Coverage    80.58%   80.59%           
========================================
  Files          272      272           
  Lines        19218    19223    +5     
========================================
+ Hits         15487    15492    +5     
  Misses        3731     3731           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants