-
Notifications
You must be signed in to change notification settings - Fork 316
Tests | Test Lab changes to create/drop databases with pipeline jobs #712
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # src/Microsoft.Data.SqlClient/tests/ManualTests/DataCommon/DataTestUtility.cs
c56696d
to
e8d263a
Compare
0895b34
to
7e3c73d
Compare
7e3c73d
to
098150c
Compare
David-Engel
reviewed
Aug 28, 2020
src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.ExtUtilities/Runner.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.ExtUtilities/SqlDbManager.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/Config.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/Utils.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: David Engel <dengel@magnitude.com>
1591c99
to
a3719b3
Compare
ebacc09
to
d25142f
Compare
d25142f
to
c5887b7
Compare
TrayanZapryanov
pushed a commit
to TrayanZapryanov/SqlClient
that referenced
this pull request
Aug 31, 2020
…otnet#712) <All checks passed - Merging with self-approval>
TrayanZapryanov
added a commit
to TrayanZapryanov/SqlClient
that referenced
this pull request
Aug 31, 2020
…ne jobs (dotnet#712)" This reverts commit da7fdf5.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR brings major updates to Test lab:
Developers may continue to use "Northwind" as test database. Above changes are only reflected through DevOps Pipelines.
Imp Note: The location of "config.json" file is now changed.
FYI.. @Wraith2 @ErikEJ