apache / couchdb-erlfdb

Erlang API for FoundationDB
https://www.foundationdb.org
Apache License 2.0
28 stars 20 forks source link

Avoid reserved keys in tests #48

Closed kocolosk closed 2 years ago

kocolosk commented 2 years ago

Prefix keys with a 0 byte to avoid the /xFF space. I suppose we couldapply this same treatment for keys and values as is being done elsewhere in the test suite, but there's no such restriction on value encoding, and I think it's sometimes helpful to reinforce the idea that keys have special requirements that do not carry over to values.

Closes #46