Skip to content

[bot] Merge master/807d8291 into rel/dev#1691

Merged
yenkins-admin merged 3 commits into
rel/devfrom
snapshot-master-807d8291-to-rel/dev
Jul 16, 2026
Merged

[bot] Merge master/807d8291 into rel/dev#1691
yenkins-admin merged 3 commits into
rel/devfrom
snapshot-master-807d8291-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 807d829 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/29494208573).

The pattern used for the condition waiting was not robust enough
and was susceptible to a race condition.

This prevents that class of race condition by persisting the status
and checking it when the signal is received, rather then relying
on the assumption the notification always happens after all the
relevant waiters are ready to receive it.

JIRA: CQ-2677
risk: low
Move the call_finalizer_middleware before the lock acquisition.
In case it fails, it no longer does so holding (and not releasing)
the lock. There is nothing in the call_finalizer_middleware itself
that would need the lock to be held.

JIRA: CQ-2677
risk: low
fix: handle condition waiting better in thread_task_executor
@yenkins-admin
yenkins-admin merged commit efb8ffd into rel/dev Jul 16, 2026
1 check passed
@yenkins-admin
yenkins-admin deleted the snapshot-master-807d8291-to-rel/dev branch July 16, 2026 11:23
@coderabbitai

coderabbitai Bot commented Jul 16, 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

Run ID: 35f0395a-2e61-4e27-bf39-4f73c77b084e

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.

@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 78.02%. Comparing base (0b272b4) to head (807d829).
⚠️ Report is 535 commits behind head on rel/dev.

Files with missing lines Patch % Lines
..._flight_server/server/flight_rpc/server_methods.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           rel/dev    #1691   +/-   ##
========================================
  Coverage    78.02%   78.02%           
========================================
  Files          271      271           
  Lines        18637    18639    +2     
========================================
+ Hits         14542    14544    +2     
  Misses        4095     4095           

☔ 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