Skip to content

Commit

Permalink
reset e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Oct 1, 2024
1 parent 72428b9 commit 3aaa919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/SmokeTests/e2e-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Exit-OnError() {
}

$ErrorActionPreference = "Stop"
$AzuriteVersion = "3.26.0"
$AzuriteVersion = "3.32.0"

if ($NoSetup -eq $false) {
# Build the docker image first, since that's the most critical step
Expand Down Expand Up @@ -65,7 +65,7 @@ if ($NoSetup -eq $false) {

# Create the database with strict binary collation
Write-Host "Creating '$dbname' database with '$collation' collation" -ForegroundColor DarkYellow
docker exec -d mssql-server /opt/mssql-tools/bin/sqlcmd -S . -U sa -P "$pw" -Q "CREATE DATABASE [$dbname] COLLATE $collation"
docker exec -d mssql-server /opt/mssql-tools18/bin/sqlcmd -S . -U sa -P "$pw" -Q "CREATE DATABASE [$dbname] COLLATE $collation"
Exit-OnError

# Wait for database to be ready
Expand Down

0 comments on commit 3aaa919

Please sign in to comment.