-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(transaction): add some test cases for nested transactions
Test whether we can start two nested transactions ... 1. ... complete them and see the result in the database 2. ... rollback the outer one after completing the inner one, and see that the result is _not_ in the database. 3. ... roll back the inner one and see if the result of the outer one is in the database after completing.
- Loading branch information
Moritz Küttel
committed
Apr 27, 2024
1 parent
747108f
commit c346098
Showing
1 changed file
with
86 additions
and
0 deletions.
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