Skip to content

[bot] Merge master/bf412f54 into rel/dev#1673

Merged
yenkins-admin merged 2 commits into
rel/devfrom
snapshot-master-bf412f54-to-rel/dev
Jun 24, 2026
Merged

[bot] Merge master/bf412f54 into rel/dev#1673
yenkins-admin merged 2 commits into
rel/devfrom
snapshot-master-bf412f54-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 bf412f5 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/28102245222).

macekond and others added 2 commits June 23, 2026 14:47
Wrap Rich Console.print() calls in _make_progress_callbacks with
a threading.Lock. Without this, concurrent ThreadPoolExecutor
workers deadlock when stdout is piped (e.g. background process).

The lock serializes only the print calls — actual evaluation work
remains fully concurrent.

Add test_progress_callbacks_thread_safe to verify callbacks can be
called from 8 concurrent threads without errors.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix(eval): thread-safe progress callbacks for --concurrency
@yenkins-admin yenkins-admin merged commit ba43f44 into rel/dev Jun 24, 2026
1 check passed
@yenkins-admin yenkins-admin deleted the snapshot-master-bf412f54-to-rel/dev branch June 24, 2026 13:32
@codecov

codecov Bot commented Jun 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.21%. Comparing base (04bfbc5) to head (bf412f5).
⚠️ Report is 524 commits behind head on rel/dev.

Additional details and impacted files
@@           Coverage Diff            @@
##           rel/dev    #1673   +/-   ##
========================================
  Coverage    79.21%   79.21%           
========================================
  Files          232      232           
  Lines        15809    15809           
========================================
  Hits         12523    12523           
  Misses        3286     3286           

☔ 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