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

Port connection pool tests from devdiv #1155

Merged
merged 17 commits into from
Sep 20, 2021
Prev Previous commit
Next Next commit
Merge branch 'main' into devdivtests
  • Loading branch information
Johnny Pham authored Aug 4, 2021
commit 2685c1306af135c968fba04fd3861a0e0759c443
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public static void ExecuteTest()
{
using (SqlConnection connection = new SqlConnection(DataTestUtility.TCPConnectionString))
{

using SqlCommand command = new SqlCommand(GenerateCommandText(), connection);
connection.Open();

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.