Skip to content

[bot] Merge master/357532ea into rel/dev#1688

Merged
yenkins-admin merged 2 commits into
rel/devfrom
snapshot-master-357532ea-to-rel/dev
Jul 13, 2026
Merged

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

myhoai and others added 2 commits July 13, 2026 14:07
Metric-skill and conversation evaluators create metrics in a shared,
persistent eval workspace but never removed them. A leftover metric is
detected and reused by a later test (the agent returns
`SELECT {existing_id}` instead of full MAQL), so the assertion fails —
and it makes some conversation metric-turns produce no create_metric
call at all.

Delete each metric a run creates on the way out, keyed on the exact
metric_id from the create_metric tool result, in a finally block:
- metric_skill: per-run cleanup in _execute_single_metric_run.
- conversation: collect metric_ids across turns, delete after the
  conversation completes (deferred so a later turn's $ref still resolves).

Mirrors the existing alert_skill._delete_alert pattern. Parallelism-safe:
each run deletes only the id it created, so concurrent tests sharing the
workspace never touch each other's objects. No version bump.

JIRA: QA-28379
risk: nonprod
fix(gooddata-eval): delete metrics created during agentic eval runs
@yenkins-admin yenkins-admin merged commit 08c583e into rel/dev Jul 13, 2026
1 check passed
@yenkins-admin yenkins-admin deleted the snapshot-master-357532ea-to-rel/dev branch July 13, 2026 07:25
@coderabbitai

coderabbitai Bot commented Jul 13, 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: b3a031d2-e8aa-40dc-9b00-f0b8b0359309

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 13, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 92.59259% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.02%. Comparing base (c31c1ec) to head (357532e).
⚠️ Report is 532 commits behind head on rel/dev.

Files with missing lines Patch % Lines
...eval/src/gooddata_eval/core/agentic/alert_skill.py 60.00% 2 Missing ⚠️
...val/src/gooddata_eval/core/agentic/metric_skill.py 95.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           rel/dev    #1688      +/-   ##
===========================================
+ Coverage    77.91%   78.02%   +0.11%     
===========================================
  Files          271      271              
  Lines        18603    18637      +34     
===========================================
+ Hits         14494    14542      +48     
+ Misses        4109     4095      -14     

☔ 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