Skip to content

Commit

Permalink
Add new configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Davoud Eshtehari committed Apr 30, 2021
1 parent 0cf2304 commit 5642e74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BUILDGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,14 @@ Manual Tests require the below setup to run:
|SupportsIntegratedSecurity | (Optional) Whether or not the USER running tests has integrated security access to the target SQL Server.| `true` OR `false`|
|SupportsFileStream | (Optional) Whether or not FileStream is enabled on SQL Server| `true` OR `false`|
|UseManagedSNIOnWindows | (Optional) Enables testing with Managed SNI on Windows| `true` OR `false`|
|DNSCachingConnString | (Optional) Connection String for an Azure SQL Server with dual stack IPv4 and IPv6 network support| `Data Source={server.database.windows.net}; Initial Catalog={Azure_DB_Name};User ID={AAD_User}; Password={AAD_User_Password};`|
|DNSCachingServerCR | ???| ???|
|DNSCachingServerTR | ???| ???|
|IsDNSCachingSupportedCR | ???| ???|
|IsDNSCachingSupportedTR | ???| ???|
|IsAzureSynpase | (Optional) When set to 'true', test suite runs compatible tests for Azure Synapse/Parallel Data Warehouse. | `true` OR `false`|
|EnclaveAzureDatabaseConnString | ???| ???|
|UserManagedIdentityClientId | ???| ???|

### Commands to run Manual Tests:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"DNSCachingConnString": "",
"DNSCachingServerCR": "",
"DNSCachingServerTR": "",
"IsDNSCachingSupportedCR": false,
"IsDNSCachingSupportedTR": false,
"IsAzureSynapse": false,
"EnclaveAzureDatabaseConnString": "",
"UserManagedIdentityClientId": ""
Expand Down

0 comments on commit 5642e74

Please sign in to comment.