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

Add transaction commands to the testing framework #1933

Merged
merged 3 commits into from
Aug 16, 2023

Conversation

rfdavid
Copy link
Collaborator

@rfdavid rfdavid commented Aug 15, 2023

This commit adds the following commands to the testing framework:

-BEGIN_READ_ONLY_TRANSACTION
-COMMIT
-ROLLBACK

This commit adds the following commands to the testing framework:
-BEGIN_READ_ONLY_TRANSACTION
-COMMIT
-ROLLBACK
@rfdavid rfdavid changed the title Add transaction commands to test framework Add transaction commands to the testing framework Aug 15, 2023
test/include/test_runner/test_group.h Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (c90fb84) 89.90% compared to head (c85d158) 89.91%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1933   +/-   ##
=======================================
  Coverage   89.90%   89.91%           
=======================================
  Files         873      873           
  Lines       31714    31714           
=======================================
+ Hits        28512    28515    +3     
+ Misses       3202     3199    -3     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

test/include/test_runner/test_group.h Outdated Show resolved Hide resolved
test/include/test_runner/test_group.h Outdated Show resolved Hide resolved
@rfdavid rfdavid merged commit 33bd2be into kuzudb:master Aug 16, 2023
10 checks passed
@rfdavid rfdavid deleted the test_commit_rollback branch August 16, 2023 00:29
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.

None yet

2 participants