Skip to content

fix issue with uploading params to queue#24

Merged
tomjemmett merged 1 commit into
mainfrom
fix_queue_filename
May 15, 2026
Merged

fix issue with uploading params to queue#24
tomjemmett merged 1 commit into
mainfrom
fix_queue_filename

Conversation

@tomjemmett

Copy link
Copy Markdown
Member

was using the old "id" value, now should be "container_group_name"

@tomjemmett tomjemmett requested a review from a team as a code owner May 14, 2026 13:07
Copilot AI review requested due to automatic review settings May 14, 2026 13:07
@codecov

codecov Bot commented May 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (7214e17) to head (8365163).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #24   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          314       314           
  Branches        29        29           
=========================================
  Hits           314       314           

☔ View full report in Codecov by Sentry.
📢 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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a bug where upload_params_to_blob used metadata["id"] to name the blob; it now uses metadata["container_group_name"], matching what callers actually provide. Tests are updated accordingly.

Changes:

  • Use container_group_name instead of id for the blob filename in upload_params_to_blob.
  • Update related unit tests to pass container_group_name in metadata.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/nhp/aci/run_model/storage.py Switches blob filename key from id to container_group_name.
tests/unit/nhp/aci/run_model/test_run_model_storage.py Updates test metadata to use the new key.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

was using the old "id" value, now should be "container_group_name"
@tomjemmett tomjemmett force-pushed the fix_queue_filename branch from b0035ea to 8365163 Compare May 14, 2026 13:18
@tomjemmett tomjemmett merged commit 7fdea1d into main May 15, 2026
6 checks passed
@tomjemmett tomjemmett deleted the fix_queue_filename branch May 15, 2026 08:10
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