erikgrinaker / toydb

Distributed SQL database in Rust, written as a learning project
Apache License 2.0
5.99k stars 555 forks source link

fix anomaly_read_skew test #66

Closed Light-City closed 3 months ago

Light-City commented 3 months ago

Resolves #65.

Light-City commented 3 months ago

related issue: #65

Light-City commented 3 months ago

image

The first time a is read, the second time b should be read. This PR is used to repair this test.

erikgrinaker commented 3 months ago

Indeed, thanks!