[SERVER-30959] session_jscore_passthrough.yml test suite should fail if command is sent without a session Created: 05/Sep/17 Updated: 30/Oct/23 Resolved: 27/Sep/17 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Testing Infrastructure |
| Affects Version/s: | None |
| Fix Version/s: | 3.6.0-rc0 |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Max Hirschhorn | Assignee: | Eddie Louie |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Backwards Compatibility: | Fully Compatible | ||||||||
| Sprint: | TIG 2017-10-02 | ||||||||
| Participants: | |||||||||
| Description |
|
The Mongo.prototype.runCommand() and Mongo.prototype.runCommandWithMetadata() functions should be overridden such that an error is thrown if they receive a command object without an "lsid" property. This approach would have caught the issue with getMore command requests described in Note: Until |
| Comments |
| Comment by Githook User [ 27/Sep/17 ] |
|
Author: {'email': 'eddie.louie@mongodb.com', 'name': 'Eddie Louie', 'username': 'elouie99'}Message: Override runCommand() and runCommandWithMetadata() to throw an error if |