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

make stash.[set,update,upsert] atomic #9310

Merged
merged 3 commits into from
Sep 23, 2024
Merged

make stash.[set,update,upsert] atomic #9310

merged 3 commits into from
Sep 23, 2024

Conversation

abyesilyurt
Copy link
Contributor

Description

Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues, please tag them as described here.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

  • Describe the tests that you ran to verify your changes.
  • Provide instructions so we can reproduce.
  • List any relevant details for your test configuration.

Checklist

Comment on lines 571 to 580
if isinstance(code, PublicAPIEndpoint):
self.mock_function = code
else:
self.private_function = code # type: ignore

api_service = context.server.get_service("apiservice")
api_service.stash.upsert(
context.server.services.user.root_verify_key, self
).unwrap()

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This code is no-op since we always call exec_code with either self.mock_function or self.private_function.

@abyesilyurt abyesilyurt merged commit 08b4f53 into dev Sep 23, 2024
39 checks passed
@abyesilyurt abyesilyurt deleted the aziz/atomic branch September 23, 2024 10:56
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