We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mocha version 1.21.5
Comparing Buffers take too long. assert fails instantly, where mocha uses so many resources that my computer crashes.
This has become a problem since mongoose ObjectId's use Buffers, and if two Id's are not the same instead of test failing, our test suite freezes.
https://gist.github.com/t1bb4r/407d88178686b7471911
The text was updated successfully, but these errors were encountered:
Probably related to #1132.
Sorry, something went wrong.
Yeah, the behavior changed recently.
geez, I thought #1132 was merged. sorry. I'll take a look this evening.
7057f7b
Fix buffer diffs (closes mochajs#1132, closes mochajs#1433)
267aabe
boneskull
No branches or pull requests
mocha version 1.21.5
Comparing Buffers take too long. assert fails instantly, where mocha uses so many resources that my computer crashes.
This has become a problem since mongoose ObjectId's use Buffers, and if two Id's are not the same instead of test failing, our test suite freezes.
https://gist.github.com/t1bb4r/407d88178686b7471911
The text was updated successfully, but these errors were encountered: