[DRIVERS-2419] Add Linux build for C#/.NET driver to Astrolabe to test with Kind Created: 19/Aug/22 Updated: 09/Sep/22 Resolved: 01/Sep/22 |
|
| Status: | Closed |
| Project: | Drivers |
| Component/s: | Astrolabe, Containerized Testing |
| Fix Version/s: | None |
| Type: | Task | Priority: | Unknown |
| Reporter: | Matt Dale | Assignee: | Matt Dale |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||||||
| Epic Link: | DRIVERS-718 | ||||||||||||||||
| Driver Changes: | Not Needed | ||||||||||||||||
| Quarter: | FY23Q1 | ||||||||||||||||
| Description |
SummaryCurrently the C#/.NET driver is only built and tested on Windows for Astrolabe. However, Kind requires Linux Docker containers to run in. The Evergreen Windows hosts do not (currently) have a VM available, so there's no way to run Kind on Evergreen Windows hosts right now. The C#/.NET driver does support Linux (check out the build script here), so the simplest fix seems to be to add a Linux task for testing the C#/.NET driver against Kind using Astrolabe. MotivationWho is the affected end user?Astrolabe devs, users of the C#/.NET driver. How does this affect the end user?Astrolabe devs can't currently test the C#/.NET driver against Kind (Kubernetes). As a result, there is no test coverage for containerized MongoDB deployments for the C#/.NET driver. How likely is it that this problem or use case will occur?N/A If the problem does occur, what are the consequences and how severe are they?No visibility into possible unexpected behavior of the C#/.NET driver when connected to MongoDB deployments in Kubernetes. Is this issue urgent?No. Is this ticket required by a downstream team?No. Is this ticket only for tests?No. |
| Comments |
| Comment by Githook User [ 01/Sep/22 ] |
|
Author: {'name': 'Matt Dale', 'email': '9760375+matthewdale@users.noreply.github.com', 'username': 'matthewdale'}Message: |