[GODRIVER-1891] Testing changes to reduce complexity of future matrix testing versions Created: 19/Feb/21 Updated: 28/Oct/23 Resolved: 02/Jun/21 |
|
| Status: | Closed |
| Project: | Go Driver |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.6.0 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Divjot Arora (Inactive) | Assignee: | Isabella Siu (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
There are some changes required to work with the drivers matrix testing infrastructure. For the Go implementation, we had to make these changes in each of the three branches being tested, which correspond to the 4.4, 4.2, and 4.0 server releases. We should also make these changes directly on the driver's master branch so we won't need to replicate them for each 5.0+ server release. Summary of changes:
|
| Comments |
| Comment by Githook User [ 02/Jun/21 ] |
|
Author: {'name': 'Isabella Siu', 'email': 'isabella.siu@mongodb.com', 'username': 'iwysiu'}Message: |
| Comment by Githook User [ 14/May/21 ] |
|
Author: {'name': 'Isabella Siu', 'email': 'sakurablossom@blueblueworld.com', 'username': 'iwysiu'}Message: |
| Comment by Divjot Arora (Inactive) [ 05/Mar/21 ] |
|
benji.rewis Seems like the only use is in mongo/integration/client_test.go for the X509 integration test, which I plan to fix as part of this PR, so we can probably remove that directory in the scope of this ticket. Thanks for calling out that change!
|
| Comment by Benji Rewis (Inactive) [ 05/Mar/21 ] |
|
Could we remove `data/certificates` once this work is done? Or, are there other internal uses? |