Skip to content

Commit

Permalink
Test compression with Azure Pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Sep 24, 2019
1 parent 7b62c79 commit d8e2f78
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .ci/integration-tests-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ steps:
connectionString: 'server=localhost;port=3300;user id=mysqltest;password=test;database=mysqltest;ssl mode=required;DefaultCommandTimeout=3600;certificate file=$(Build.Repository.LocalPath)/.ci/server/certs/ssl-client.pfx'
platform: 'netcoreapp2.1'
description: 'SSL'
- task: DotNetCoreInstaller@0
- task: UseDotNet@2
displayName: 'Install .NET Core'
inputs:
version: $(DotNetCoreSdkVersion)
Expand All @@ -45,3 +45,10 @@ steps:
connectionString: 'server=localhost;port=3300;user id=mysqltest;password=test;database=mysqltest;ssl mode=none;DefaultCommandTimeout=3600'
platform: 'netcoreapp3.0'
description: 'No SSL'
- template: 'sidebyside-test-steps.yml'
parameters:
image: ${{ parameters.image }}
unsupportedFeatures: ${{ parameters.unsupportedFeatures }}
connectionString: 'server=localhost;port=3300;user id=mysqltest;password=test;database=mysqltest;ssl mode=none;UseCompression=True;DefaultCommandTimeout=3600'
platform: 'netcoreapp3.0'
description: 'Compression'

0 comments on commit d8e2f78

Please sign in to comment.