oscarngncc / COMP4111_project

COMP4111 project
0 stars 0 forks source link

[Functional] Transaction last modified time not updated on prepare operation #17

Closed elise-ng closed 4 years ago

elise-ng commented 4 years ago

when operation is queued in the transaction, CREATE_TIME is not updated, which does not conform to spec that A transaction should be automatically canceled if it timeouts (e.g., there are no operations in 2 min).. Preparing operation in the transaction should be considered as an operation and should delay the timeout timer.

sample request time: image

database record after request: image

comp4111ta commented 4 years ago

TA-verified: Invalid