krestenkrab / hanoidb

Erlang LSM BTree Storage
Apache License 2.0
307 stars 58 forks source link

Qc sync range #8

Closed jlouis closed 12 years ago

jlouis commented 12 years ago

This patch enables yet another call from LSM Btree to go through the PropEr/Triq tests, namely the sync_range call.

While here, fix a race condition found when trying to run 12000 tests.

krestenkrab commented 12 years ago

Awesome work. Thanks!