Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(BA-517): Raise exception if multiple VFolders exist in decorator #3465

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

HyeockJinKim
Copy link
Collaborator

resolves #3463 (BA-517)

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Installer updates including:
    • Fixtures for db schema changes
    • New mandatory config options
  • Update of end-to-end CLI integration tests in ai.backend.test
  • API server-client counterparts (e.g., manager API -> client SDK)
  • Test case(s) to:
    • Demonstrate the difference of before/after
    • Demonstrate the flow of abstract/conceptual models with a concrete implementation
  • Documentation
    • Contents in the docs directory
    • docstrings in public interfaces and type annotations

@HyeockJinKim HyeockJinKim added this to the 24.03 milestone Jan 15, 2025
@HyeockJinKim HyeockJinKim self-assigned this Jan 15, 2025
@github-actions github-actions bot added comp:manager Related to Manager component size:S 10~30 LoC labels Jan 15, 2025
@HyeockJinKim HyeockJinKim force-pushed the fix/vfolder-decorator branch from 3ab5c6a to f813d98 Compare January 15, 2025 08:07
@github-actions github-actions bot added size:M 30~100 LoC and removed size:S 10~30 LoC labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:manager Related to Manager component size:M 30~100 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix the VFolder decorator to perform an early cut for unintended cases
1 participant