Skip to content

Commit

Permalink
check intermed get
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 2, 2024
1 parent cf6d798 commit 5c32e94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/mrts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ def test_abort_api_and_functionality(self, get_status: bool):
self.as_connection.put(self.keys[0], {self.bin_name: 1}, policy)
# Should return intermediate overwritten value from MRT
# TODO: broken
self.as_connection.get(self.keys[0])
_, _, bins = self.as_connection.get(self.keys[0], policy)
assert bins == {self.bin_name, 1}
self.as_connection.put(self.keys[1], {self.bin_name: 2}, policy)
retval = self.as_connection.abort(transaction=mrt, get_abort_status=get_status)
if get_status:
Expand Down

0 comments on commit 5c32e94

Please sign in to comment.