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
Using MongoDB 5.0.4 some tests are failing:
2255 passing (24s) 9 failing
All them with this error message:
MongoError: BSON field 'listCollections.nameOnly' is the wrong type 'int', expected type 'bool'
It should be investigated if this is a problem in unit tests only or if it actually affects to STH implementation.
(This issue is not important now, as we are using MongoDB 4.x versions, but important to note for the future)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using MongoDB 5.0.4 some tests are failing:
All them with this error message:
It should be investigated if this is a problem in unit tests only or if it actually affects to STH implementation.
(This issue is not important now, as we are using MongoDB 4.x versions, but important to note for the future)
The text was updated successfully, but these errors were encountered: