mafintosh / hyperdb

Distributed scalable database
MIT License
753 stars 75 forks source link

add failing test case for createReadStream #69

Closed e-e-e closed 6 years ago

e-e-e commented 6 years ago

This is a test checking if createReadStream returns key/values exactly matching the prefix. I am not sure if this is expected behaviour or not? Although as a user my assumption is that when creating a read stream for a key, the stream would return its own value too if present.

mafintosh commented 6 years ago

this test was added in #71