apache / couchdb-erlfdb

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

random keys in tests can randomly select the special key range #47

Closed lostnet closed 2 years ago

lostnet commented 2 years ago

The test suites use of random keys can cause a random failure which look like this because of the special keys range.

I think the exact range may vary between foundationdb versions, but I verified that:

Key = <<255, 255, 97, 98, 99, 97, 98, 99>>, has a 2004 error and Key = <<253, 255, 97, 98, 99, 97, 98, 99>>, works in the current couchdb-erlfdb ci test matrix.

lostnet commented 2 years ago

duplicate of https://github.com/apache/couchdb-erlfdb/issues/46