-
Notifications
You must be signed in to change notification settings - Fork 29
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
Correctness issue - "Key length exceeds limit" #47
Comments
Correctness is generating very large index keys. We should a couple of things part of this issue.
|
Instead of fixing this by limiting the document size generated by the random generator, we decided to do following:
|
@apkar reminds me that there is one caveat of this solution:
We would make MongoModel to do its best to estimate the size of the key and we would see how many errors we got from the correctness tests runs and then decide what to do from there. |
Stack trace from trace logs
Found this against d2840e9. Consistently reproducible with the above seed.
The text was updated successfully, but these errors were encountered: