Skip to content

feat: ✨ add grains (virtual actors) capabilities #802

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

Merged
merged 7 commits into from
Jun 27, 2025
Merged

Conversation

Tochemey
Copy link
Owner

revised version of #760

Copy link

codecov bot commented Jun 26, 2025

Codecov Report

Attention: Patch coverage is 83.76561% with 169 lines in your changes missing coverage. Please review.

Project coverage is 87.10%. Comparing base (559c61b) to head (717861d).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
actor/grain_engine.go 81.25% 37 Missing and 14 partials ⚠️
actor/actor_system.go 63.00% 32 Missing and 5 partials ⚠️
internal/cluster/engine.go 78.19% 23 Missing and 6 partials ⚠️
actor/rebalancer.go 81.95% 17 Missing and 7 partials ⚠️
actor/grain_pid.go 90.08% 8 Missing and 4 partials ⚠️
actor/grain_context.go 85.91% 10 Missing ⚠️
actor/grain_mailbox.go 89.28% 2 Missing and 1 partial ⚠️
internal/duration/duration.go 94.82% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #802      +/-   ##
==========================================
- Coverage   87.38%   87.10%   -0.28%     
==========================================
  Files         100      108       +8     
  Lines        9107    10076     +969     
==========================================
+ Hits         7958     8777     +819     
- Misses        906     1022     +116     
- Partials      243      277      +34     

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

@Tochemey Tochemey merged commit 1ff8de7 into main Jun 27, 2025
7 checks passed
@Tochemey Tochemey deleted the issue-760 branch June 27, 2025 23:40
ErrGrainDeactivationFailure = errors.New("grain deactivation failed")

// ErrInvalidGrainIdentity is returned when a Grain identity is malformed or invalid.
ErrInvalidGrainIdentity = errors.New("invalid graind identity")
Copy link
Collaborator

Choose a reason for hiding this comment

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

@Tochemey typo

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