-
Notifications
You must be signed in to change notification settings - Fork 44
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: Return without an error if relation is finalized #698
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #698 +/- ##
===========================================
- Coverage 57.42% 57.39% -0.04%
===========================================
Files 143 143
Lines 16396 16398 +2
===========================================
- Hits 9416 9412 -4
- Misses 6098 6102 +4
- Partials 882 884 +2
|
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just a few things related to code comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fe4d11f
to
3e687e7
Compare
3e687e7
to
29d9665
Compare
) - Resolves sourcenetwork#697 - Description: Fixes the following errors that took over when starting up `defradb` server with loaded schemas. ``` Error while registering single relation, {"Error": "Cannot update a relation that is already finalized"} ```
Relevant issue(s)
Resolves #697
Description
Fixes the following errors that took over when starting up
defradb
server with loaded schemas.Other Info
I do see issue #574 was resolved in PR #638 but the error is still happening, hence the purpose of this PR.
Tasks
How has this been tested?
Local and CI
Specify the platform(s) on which this was tested: