-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#3092] fix(relational-entity-store): Return false when deleting thro…
…w a `NoSuchEntityException` (#3311) ### What changes were proposed in this pull request? When Relational Entity Store deleteing an entity and throwing a NoSuchEntityException, return false finally. It's consistent with KV Store. ### Why are the changes needed? Fix: #3092 ### How was this patch tested? Add some duplicate deleted uts. Co-authored-by: xloya <[email protected]> Co-authored-by: xiaojiebao <[email protected]>
- Loading branch information
1 parent
664ae0c
commit f29b1d2
Showing
2 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters