You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use GitHub Issues for reporting bugs with Parse Server.
Make sure these boxes are checked before submitting your issue - thanks for reporting issues back to Parse Server!
This isn't a vulnerability disclosure, if it is please follow our security policy.
You're running version >=2.3.2 of Parse Server, we can't accept issues for very outdated releases, please update to a newer version.
This isn't a question, if you need if you have questions about code please use Stack Overflow with the parse-platform tag & other questions can be posted on the community forum.
You've searched through existing issues, your issue may have been reported or resolved before.
Issue Description
Tests for MongoDB transactions are only conducted for MongoDB version == 4.0.4:
This is not an issue in the current CI setup, because we are only not testing against MongoDB > 4.0.4, but it will break with the next MondoDB bump, and already breaks for tests that are executed locally against higher versions of MongoDB.
Expected Results
The tests should be enabled for MongoDB version >= 4.0.4.
Environment Setup
Server
parse-server version (Be specific! Don't say 'latest'.) : 4.3.0
The text was updated successfully, but these errors were encountered:
We use GitHub Issues for reporting bugs with Parse Server.
Make sure these boxes are checked before submitting your issue - thanks for reporting issues back to Parse Server!
This isn't a vulnerability disclosure, if it is please follow our security policy.
You're running version >=2.3.2 of Parse Server, we can't accept issues for very outdated releases, please update to a newer version.
This isn't a question, if you need if you have questions about code please use Stack Overflow with the parse-platform tag & other questions can be posted on the community forum.
You've searched through existing issues, your issue may have been reported or resolved before.
Issue Description
Tests for MongoDB transactions are only conducted for MongoDB version == 4.0.4:
parse-server/spec/MongoStorageAdapter.spec.js
Lines 354 to 356 in fd0b535
parse-server/spec/ParseServerRESTController.spec.js
Lines 104 to 106 in 85ec22c
parse-server/spec/batch.spec.js
Lines 156 to 158 in 14a8d33
This is not an issue in the current CI setup, because we are only not testing against MongoDB > 4.0.4, but it will break with the next MondoDB bump, and already breaks for tests that are executed locally against higher versions of MongoDB.
Expected Results
The tests should be enabled for MongoDB version >= 4.0.4.
Environment Setup
The text was updated successfully, but these errors were encountered: