Failed tests must be rerun with concurrency 1

main
Dmitri Smirnov 9 years ago
parent 9b8c9be0b5
commit 2a0510c9f4
  1. 2
      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

Loading…
Cancel
Save