[CSHARP-3950] Get all tests to pass against a cluster with a single mongos and default configurations Created: 02/Nov/21 Updated: 28/Oct/23 Resolved: 30/Nov/21 |
|
| Status: | Closed |
| Project: | C# Driver |
| Component/s: | Testing |
| Affects Version/s: | None |
| Fix Version/s: | 2.15.0 |
| Type: | Improvement | Priority: | Unknown |
| Reporter: | Robert Stam | Assignee: | Dmitry Lukyanov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | green-build-friday | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
There are a number of tests (47 at the time this ticket is being created) that fail when run against a cluster with a single mongos. To reproduce start a cluster with mlaunch like this:
which results in the following cluster configuration:
Then run the tests using:
The tests should be run using the default connection strings built into the test suite. In other words, the `MONGODB_URI` and `MONGODB_URI_WITH_MULTIPLE_MONGOSES` environment variables should not be set.
|
| Comments |
| Comment by Githook User [ 30/Nov/21 ] |
|
Author: {'name': 'Dmitry Lukyanov', 'email': 'dmitry.lukyanov@mongodb.com', 'username': 'DmitryLukyanov'}Message:
|