scalar-labs / scalar-jepsen

Jepsen tests for ScalarDB and ScalarDL
45 stars 6 forks source link

Create two two-phase commit transaction managers for 2PC tests #83

Closed brfrn169 closed 2 years ago

brfrn169 commented 2 years ago

After the change in https://github.com/scalar-labs/scalardb/pull/715, we need to create a two-phase commit transaction manager per sub-transaction. This PR modifies the 2PC tests for that.

brfrn169 commented 2 years ago

@yito88 Thank you for taking a look at this! I revised it based on your feedback. Please take a look again when you have time!