srotya / sidewinder

Fast and scalable timeseries database
http://sidewinder.srotya.com
Apache License 2.0
25 stars 10 forks source link

Linearizability Tests for Storage Engine #63

Open ambud opened 7 years ago

ambud commented 7 years ago

Summary: Add linearizability tests for Storage Engine.

Description: Sidewinder, just like any other database supports concurrent access, which involves concurrency support for both reads and writes. It's important for the database to guarantee the linearizability property to ensure there are no concurrency bugs.

Tests should cover the following: