[GODRIVER-1848] Fix failing versioned API tests in new tasks Created: 22/Jan/21 Updated: 28/Oct/23 Resolved: 25/Jan/21 |
|
| Status: | Closed |
| Project: | Go Driver |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Benji Rewis (Inactive) | Assignee: | Benji Rewis (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
There are three tests that fail on and off in the new versioned API tasks. Unsure why they didn't come up before... There's also occasionally a seemingly random timeout in the CSE tests when apiVersion fields are sent to the server. This might have to do with an incompatibility with mongocryptd, but needs to be investigated. |
| Comments |
| Comment by Benji Rewis (Inactive) [ 25/Jan/21 ] |
|
Fixed all failing tests (including the CSE timeout) by testing only against standalone (instead of replset), and using noauth for the separate task that runs enableTestCommands=1 and acceptAPIVersion2=1. |
| Comment by Githook User [ 25/Jan/21 ] |
|
Author: {'name': 'Benjamin Rewis', 'email': '32186188+benjirewis@users.noreply.github.com', 'username': 'benjirewis'}Message: |
| Comment by Benji Rewis (Inactive) [ 22/Jan/21 ] |