From 2a0510c9f477997e9592d1fe8d2b85632e04aa3a Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Tue, 17 Nov 2015 11:23:09 -0800 Subject: [PATCH] Failed tests must be rerun with concurrency 1 --- build_tools/run_ci_db_test.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/run_ci_db_test.ps1 b/build_tools/run_ci_db_test.ps1 index c646f194e..2e2b679da 100644 --- a/build_tools/run_ci_db_test.ps1 +++ b/build_tools/run_ci_db_test.ps1 @@ -299,7 +299,7 @@ if($Rerun.Count -gt 0) { Write-Host "Rerunning " ($Rerun.Count) " tests sequentially" $success = $true $count = 0 - RunJobs -TestToLog $Rerun -ConcurrencyVal $Concurrency -AddForRerun $false + RunJobs -TestToLog $Rerun -ConcurrencyVal 1 -AddForRerun $false } Get-Date