Skip to content

Commit 31b0ea9

Browse files
committed
Run multiple TFM tests sequentially.
These are now run in parallel by default (see https://github.com/dotnet/core/blob/main/release-notes/9.0/preview/preview2/sdk.md#parallel-testing-and-terminal-logger-test-display) which will cause interference (due to using the same database).
1 parent 6ab339c commit 31b0ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
inputs:
160160
command: 'test'
161161
projects: 'tests/IntegrationTests/IntegrationTests.csproj'
162-
arguments: '-c Release --no-restore'
162+
arguments: '-c Release --no-restore -p:TestTfmsInParallel=false'
163163
testRunTitle: ${{ format('{0}, $(Agent.OS), {1}, {2}', 'mysql:8.0', 'net481/net9.0', 'No SSL') }}
164164
env:
165165
DATA__UNSUPPORTEDFEATURES: 'Ed25519,QueryAttributes,StreamingResults,Tls11,UnixDomainSocket'
@@ -197,7 +197,7 @@ jobs:
197197
inputs:
198198
command: 'test'
199199
projects: 'tests/IntegrationTests/IntegrationTests.csproj'
200-
arguments: '-c Release --no-restore'
200+
arguments: '-c Release --no-restore -p:TestTfmsInParallel=false'
201201
testRunTitle: ${{ format('{0}, $(Agent.OS), {1}, {2}', 'mysql:8.0', 'net8.0', 'No SSL') }}
202202
env:
203203
DATA__UNSUPPORTEDFEATURES: 'Ed25519,QueryAttributes,StreamingResults,Tls11,UnixDomainSocket'

0 commit comments

Comments
 (0)