[SERVER-22959] Remove assert.gleError* functions from the shell Created: 03/Mar/16 Updated: 07/Mar/18 Resolved: 07/Mar/18 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Testing Infrastructure |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor - P4 |
| Reporter: | Kamran K. | Assignee: | DO NOT USE - Backlog - Test Infrastructure Group (TIG) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | neweng, tig-assertjs | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Participants: |
| Description |
|
The assert.gleError* functions appear to be unused. |
| Comments |
| Comment by Max Hirschhorn [ 07/Mar/18 ] |
|
The assert.gleError*() functions are used to test the server correctly returns an error response after doing a legacy write. https://github.com/mongodb/mongo/blob/r3.7.2/jstests/noPassthrough/views_legacy.js#L47-L57 makes use of them that we're better off leaving support for them in the mongo shell. Closing this ticket as "Won't fix". |