Skip to content

[bot] Merge master/73a34c64 into rel/dev#1650

Merged
yenkins-admin merged 4 commits into
rel/devfrom
snapshot-master-73a34c64-to-rel/dev
Jun 5, 2026
Merged

[bot] Merge master/73a34c64 into rel/dev#1650
yenkins-admin merged 4 commits into
rel/devfrom
snapshot-master-73a34c64-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 73a34c6 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/27014219147).

hkad98 and others added 4 commits June 4, 2026 15:22
MIT license header plus the FOSSA-generated dependency attribution
report (2026-6-3), matching the LICENSE.txt convention of the other
packages. The raw FOSSA report embedded the entire gooddata-sdk
LICENSE.txt (itself a full 2024 attribution report) twice -- once in
the gooddata-sdk package section and once more in the license-text
appendix -- so the duplicated appendix copy was removed (~78 KB); the
full text remains in the gooddata-sdk section.

jira: GDAI-1766
risk: nonprod
--concurrency K sends up to K dataset items to the agent simultaneously,
load-testing the agent under concurrent requests. Default 1 = sequential
(existing behaviour unchanged).

When K > 1, run_items() dispatches items to ThreadPoolExecutor(max_workers=K).
Each item still runs --runs times sequentially (pass@K); parallelism is
across items, not within an item's K runs. Results are collected in input
order regardless of completion order. All progress callbacks and Langfuse
logging are invoked from worker threads (Console and per-call httpx clients
are thread-safe).

JIRA: GDAI-1832
feat(eval): add --concurrency flag for parallel item evaluation
docs(gooddata-eval): add LICENSE.txt with FOSSA attribution report
@yenkins-admin yenkins-admin merged commit 99e5936 into rel/dev Jun 5, 2026
1 check passed
@yenkins-admin yenkins-admin deleted the snapshot-master-73a34c64-to-rel/dev branch June 5, 2026 12:14
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.18%. Comparing base (d0a608b) to head (73a34c6).
⚠️ Report is 514 commits behind head on rel/dev.

Additional details and impacted files
@@           Coverage Diff            @@
##           rel/dev    #1650   +/-   ##
========================================
  Coverage    79.18%   79.18%           
========================================
  Files          232      232           
  Lines        15791    15791           
========================================
  Hits         12504    12504           
  Misses        3287     3287           

☔ 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.

3 participants