Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lostnet opened this issue Nov 23, 2021 · 1 comment
Closed

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

lostnet opened this issue Nov 23, 2021 · 1 comment

Comments

@lostnet
Copy link

lostnet commented Nov 23, 2021

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
Copy link
Author

lostnet commented Nov 23, 2021

duplicate of #46

@lostnet lostnet closed this as completed Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant