-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit ef4e942
authored
CSHARP-5592: Separate unit tests into dedicated variants (#1695)
1 parent fcbc397 commit ef4e942
File tree
116 files changed
+286
-100
lines changed- evergreen
- tests
- AtlasConnectivity.Tests
- MongoDB.Bson.TestHelpers
- MongoDB.Driver.Examples
- Aws
- TransactionExamplesForDocs
- MongoDB.Driver.TestHelpers
- MongoDB.Driver.Tests
- Core
- Bindings
- Connections
- Misc
- Operations
- Servers
- Encryption
- GridFS
- Jira
- Linq
- Linq3ImplementationWithLinq2Tests
- Translators
- Linq3Implementation
- Jira
- Samples
- Search
- Specifications
- change-streams/prose-tests
- client-side-encryption
- prose-tests
- connection-monitoring-and-pooling
- crud
- prose-tests
- initial-dns-seedlist-discovery
- retryable-reads
- retryable-writes/prose-tests
- server-discovery-and-monitoring
- prose-tests
- sessions
- uuid/prose-tests
- MongoDB.TestHelpers
- XunitExtensions
- SmokeTests/MongoDB.Driver.SmokeTests.Sdk
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
116 files changed
+286
-100
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | - | ||
131 | + | ||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
101 | 105 | | |
102 | 106 | | |
103 | - | ||
107 | + | ||
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| |||
352 | 356 | | |
353 | 357 | | |
354 | 358 | | |
359 | + | ||
360 | + | ||
361 | + | ||
362 | + | ||
363 | + | ||
364 | + | ||
365 | + | ||
366 | + | ||
367 | + | ||
368 | + | ||
369 | + | ||
370 | + | ||
355 | 371 | | |
356 | 372 | | |
357 | 373 | | |
| |||
508 | 524 | | |
509 | 525 | | |
510 | 526 | | |
511 | - | ||
527 | + | ||
512 | 528 | | |
513 | 529 | | |
514 | 530 | | |
| |||
1031 | 1047 | | |
1032 | 1048 | | |
1033 | 1049 | | |
1050 | + | ||
1051 | + | ||
1052 | + | ||
1053 | + | ||
1054 | + | ||
1055 | + | ||
1056 | + | ||
1057 | + | ||
1058 | + | ||
1059 | + | ||
1060 | + | ||
1061 | + | ||
1062 | + | ||
1063 | + | ||
1064 | + | ||
1065 | + | ||
1066 | + | ||
1067 | + | ||
1068 | + | ||
1069 | + | ||
1070 | + | ||
1071 | + | ||
1072 | + | ||
1073 | + | ||
1074 | + | ||
1075 | + | ||
1076 | + | ||
1077 | + | ||
1078 | + | ||
1079 | + | ||
1034 | 1080 | | |
1035 | 1081 | | |
1036 | 1082 | | |
| |||
2179 | 2225 | | |
2180 | 2226 | | |
2181 | 2227 | | |
2228 | + | ||
2229 | + | ||
2230 | + | ||
2231 | + | ||
2232 | + | ||
2233 | + | ||
2234 | + | ||
2235 | + | ||
2236 | + | ||
2237 | + | ||
2238 | + | ||
2239 | + | ||
2240 | + | ||
2241 | + | ||
2242 | + | ||
2243 | + | ||
2244 | + | ||
2245 | + | ||
2246 | + | ||
2247 | + | ||
2248 | + | ||
2249 | + | ||
2250 | + | ||
2251 | + | ||
2252 | + | ||
2253 | + | ||
2254 | + | ||
2255 | + | ||
2256 | + | ||
2257 | + | ||
2258 | + | ||
2259 | + | ||
2260 | + | ||
2261 | + | ||
2262 | + | ||
2263 | + | ||
2182 | 2264 | | |
2183 | 2265 | | |
2184 | 2266 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
7 | 17 | | |
8 | 18 | | |
9 | 19 | | |
10 | - | ||
20 | + | ||
11 | 21 | | |
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
12 | 26 | | |
13 | 27 | | |
14 | 28 | | |
15 | - | ||
29 | + | ||
16 | 30 | | |
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
17 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | + | ||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | + | ||
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | + | ||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | + | ||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | + | ||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | + | ||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments