Skip to content

Add ResetInterrupted method to function stores#125

Merged
stidsborg merged 3 commits into
mainfrom
add-reset-interrupted
Apr 5, 2026
Merged

Add ResetInterrupted method to function stores#125
stidsborg merged 3 commits into
mainfrom
add-reset-interrupted

Conversation

@stidsborg
Copy link
Copy Markdown
Owner

Summary

  • Add ResetInterrupted(IReadOnlyList<StoredId>) to IFunctionStore and all implementations
  • Sets the interrupted flag to false for the given stored IDs
  • Implemented across InMemory, SQL Server, PostgreSQL, and MariaDB stores

Test plan

  • Run in-memory store tests
  • Run PostgreSQL store tests
  • Run SQL Server store tests
  • Run MariaDB store tests

🤖 Generated with Claude Code

Add ResetInterrupted(IReadOnlyList<StoredId>) to IFunctionStore and all
implementations to allow clearing the interrupted flag for a set of stored IDs.
Replace test usages with GetInterruptedFunctions() and GetFunction().
The method was only used in tests and is now redundant.
@stidsborg stidsborg merged commit 5e7ff85 into main Apr 5, 2026
8 checks passed
@stidsborg stidsborg deleted the add-reset-interrupted branch April 5, 2026 08:11
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.

1 participant