Skip to content
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

Merge to shared - TdsParserSessionPool #1595

Merged
merged 9 commits into from
Oct 5, 2022

Conversation

lcheunglci
Copy link
Contributor

Relates to #1261. Merged netfx into netcore for TdsParserSessionPool, and moving it to shared src and updating file to conform with coding style. I left a TODO comment on line 203 because I noticed that #1520 is merging TdsParserStateObject into shared src, and once that change is in we can update this so it uses the property instead of the internal field.

@codecov
Copy link

codecov bot commented May 31, 2022

Codecov Report

Base: 71.47% // Head: 71.44% // Decreases project coverage by -0.03% ⚠️

Coverage data is based on head (460b799) compared to base (ac7c1a4).
Patch coverage: 54.32% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1595      +/-   ##
==========================================
- Coverage   71.47%   71.44%   -0.04%     
==========================================
  Files         292      290       -2     
  Lines       61302    61066     -236     
==========================================
- Hits        43814    43626     -188     
+ Misses      17488    17440      -48     
Flag Coverage Δ
addons 92.38% <ø> (ø)
netcore 74.95% <51.06%> (-0.13%) ⬇️
netfx 69.35% <54.32%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...c/Microsoft/Data/SqlClient/TdsParserSessionPool.cs 86.25% <22.22%> (ø)
.../Microsoft/Data/SqlClient/SqlInternalConnection.cs 72.77% <58.33%> (ø)
...re/src/Microsoft/Data/SqlClient/SNI/SNINpHandle.cs 68.85% <0.00%> (-9.84%) ⬇️
...nt/src/Microsoft/Data/ProviderBase/TimeoutTimer.cs 78.57% <0.00%> (-3.58%) ⬇️
...c/Microsoft/Data/SqlClient/SqlConnectionFactory.cs 68.85% <0.00%> (-0.82%) ⬇️
...rc/Microsoft/Data/ProviderBase/DbConnectionPool.cs 85.19% <0.00%> (-0.67%) ⬇️
.../Microsoft/Data/SqlClient/SNI/SNIMarsConnection.cs 76.72% <0.00%> (-0.63%) ⬇️
...crosoft/Data/SqlClient/SqlInternalConnectionTds.cs 72.88% <0.00%> (-0.40%) ⬇️
.../netcore/src/Microsoft/Data/SqlClient/TdsParser.cs 73.65% <0.00%> (-0.13%) ⬇️
... and 9 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@JRahnama JRahnama added the ➕ Code Health Changes related to source code improvements label Aug 16, 2022
@JRahnama JRahnama added this to In Progress in SqlClient v5.1 via automation Aug 16, 2022
@JRahnama JRahnama added this to the 5.1.0-preview1 milestone Aug 16, 2022
SqlClient v5.1 automation moved this from In Progress to Review Approved Oct 5, 2022
@JRahnama JRahnama merged commit c68dd0e into dotnet:main Oct 5, 2022
SqlClient v5.1 automation moved this from Review Approved to Done Oct 5, 2022
@lcheunglci lcheunglci deleted the MergeShared-TdsParserSessionPool branch October 6, 2022 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
➕ Code Health Changes related to source code improvements
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

5 participants