-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests | Activate "ActiveIssue" tests #3012
base: main
Are you sure you want to change the base?
Conversation
… "incorrect initial ParseSynonyms size"
- Move tests around to TestSet when necessary, consolidate AE test sets
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3012 +/- ##
==========================================
+ Coverage 72.66% 72.95% +0.29%
==========================================
Files 283 283
Lines 58975 58975
==========================================
+ Hits 42853 43027 +174
+ Misses 16122 15948 -174
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@MichelZ Maybe worth mentioning that this PR includes a product change? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. The corefx issues were moved to runtime, so accessing dotnet/corefx/issues/ID will redirect appropriately. This doesn't actually help though, none of the IDs seem to correspond to issues in corefx, runtime or SqlClient.
I've added a few comments, but I can't validate whether any of the ActiveIssue removals are valid because I can't tell where to look. Where we need to retain the ActiveIssue attributes, I'd suggest using this PR to set & enforce a code standard where identifiers in these attribute include a reference to the bug tracking system in question. The runtime repo uses the issue URLs, which seems like a sensible starting point...
...crosoft.Data.SqlClient/tests/ManualTests/Microsoft.Data.SqlClient.ManualTesting.Tests.csproj
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/AsyncTest/AsyncTest.cs
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/ConnectionTestWithSSLCert/CertificateTest.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/ExceptionTest/ConnectionExceptionTest.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlConnectionStringBuilder.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/tests/FunctionalTests/SqlExceptionTest.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Edward Neal <[email protected]>
Yes, but I have not found any "valid" issue ID's (I have checked a few) |
Co-authored-by: Edward Neal <[email protected]>
…elZ/SqlClient into pr/enable-activeissue-tests
The issue IDs correspond to issues filed in our internal AzDO system. They are still valid, just not visible publicly. Interesting that the serialization issue fixed itself. 😄 The original exception from 2020 was
|
or my favourite:
|
Factor out tests that have different conditions
This PR activates a couple of tests that were marked with "ActiveIssue"
Upon trying them out, they seem to run fine.
Also does some minor improvements on a few tests or disable some tests on specific platform
Fixes #3035
This also fixes and allows to close the following ActiveIssue's in AzDO: