vaticle / typedb

TypeDB: the polymorphic database powered by types
https://typedb.com
Mozilla Public License 2.0
3.72k stars 337 forks source link

Add MVCC test for concurrent conflicting write #7033

Closed krishnangovindraj closed 2 months ago

krishnangovindraj commented 2 months ago

Usage and product changes

Adds a test with a conflicting write (write-write dependency) between concurrent transactions. We currently assume the values are irrelevant and neither overwrite the existing value, nor abort the commit.

Implementation