Skip to content

feat(runtime): add session_storage_mount_path to storage_config - #40

Open
jsuwuj wants to merge 4 commits into
huaweicloud:mainfrom
jsuwuj:feature/session-storage-mount-path
Open

feat(runtime): add session_storage_mount_path to storage_config#40
jsuwuj wants to merge 4 commits into
huaweicloud:mainfrom
jsuwuj:feature/session-storage-mount-path

Conversation

@jsuwuj

@jsuwuj jsuwuj commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Summary: Added

session_storage_mount_path to StorageConfig, rewrote to_dict(), fixed deploy.py pass-through,
updated init YAML. ## Test plan: 890 passed, 61 skipped, 0 failures. All skipped are gated
integration/E2E tests unrelated to this change.

Add session_storage_mount_path field to StorageConfig, alongside
sfs_turbo, so users can specify a session storage mount path in
the container when creating/deploying a runtime.
@codecov-commenter

codecov-commenter commented Aug 6, 2026

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 89.47368% with 2 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@659d1b4). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/agentarts/toolkit/utils/runtime/config.py 88.23% 0 Missing and 2 partials ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage        ?   54.22%           
=======================================
  Files           ?       95           
  Lines           ?     7829           
  Branches        ?     1209           
=======================================
  Hits            ?     4245           
  Misses          ?     3290           
  Partials        ?      294           

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

jsuwuj and others added 3 commits August 6, 2026 11:11
…orage object

Replace flat string field session_storage_mount_path with
SessionStorageConfig model containing mount_path, serialized as
{"session_storage": {"mount_path": "..."}}.
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