lostnet opened a new issue #47:
URL: https://github.com/apache/couchdb-erlfdb/issues/47


   The [test suites use of random 
keys](https://github.com/apache/couchdb-erlfdb/blob/main/test/erlfdb_02_anon_fdbserver_test.erl#L36)
 can cause a random failure which look like 
[this](https://github.com/apache/couchdb/pull/3842) because of the [special 
keys range](https://apple.github.io/foundationdb/special-keys.html).
   
   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.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to