Commit a65b8a4
authored
Tests | ActiveIssues (Part 4) (#3750)
* Reenable tests in SqlCommandCancelTest: TimeoutCancelTcp, TimeoutCancelNamedPipe, TimeoutDuringReadTcp, TimeoutDuringReadNamedPipe
* Reenable tests in SqlCredentialTest - SqlConnectionChangePasswordPlaintext, SqlConnectionChangePasswordSecureString
* Very light cleanup of SqlCredentialTest
* Reenable MarsSessionPoolingTest in MarsExecuteReader_Text_WithGC and MarsExecuteReader_StoredProcedure_WithGC
# Conflicts:
# src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/MARSSessionPoolingTest/MARSSessionPoolingTest.cs
* Split tests into separate tests for each scenario, discover which tests are flaky
* Mostly working . Except for those no close tests
* Clean up old code, but the nocloses test still breaks everything - need to investigate if it's a bug
* Clean up a biiiit more
* Finishing test matrix, improving DisposableArray, renaming test file to match guidelines
* Final iteration of tests, adding backoff to DMV queries, adding #nullable enable
* Fix mistakes in MARS tests
* Rewrite TimeoutCancel to use less custom utilities - hopefully this will make it easier to sort out why we have these failures
* Fix session => request comment
* Re-disable TimeoutCancelNamedPipe due to bug in managed SNI implementation
* Remove AreConnStringsNotAzureSynapse
Adding doc comments to DisposableArray1 parent 2bb4461 commit a65b8a4
File tree
6 files changed
+589
-322
lines changed- src/Microsoft.Data.SqlClient/tests
- Common
- ManualTests
- SQL
- MARSSessionPoolingTest
- SqlCommand
- SqlCredentialTest
6 files changed
+589
-322
lines changedLines changed: 83 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
src/Microsoft.Data.SqlClient/tests/ManualTests/Microsoft.Data.SqlClient.ManualTesting.Tests.csproj
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments