Skip to content

Commit

Permalink
Changes to SqlSetup
Browse files Browse the repository at this point in the history
- Integration test is using SQL Server 2017 (issue dsccommunity#858).
  • Loading branch information
johlju committed Jan 24, 2019
1 parent 08ded66 commit 8e77207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@
- Changes to SqlSetup
- Updated the integration tests to stop some services after each integration test.
This is to save memory on the AppVeyor build worker.
- Updated the integration tests to use a SQL Server 2016 Service Pack 1.
- Fixed Script Analyzer rule error.
- Integration test is using SQL Server 2017 ([issue #858](https://github.com/PowerShell/SqlServerDsc/issues/858)).
- Changes to SqlRS
- Updated the integration tests to stop the Reporting Services service after
the integration test. This is to save memory on the AppVeyor build worker.
Expand Down
2 changes: 1 addition & 1 deletion Tests/Integration/MSFT_SqlSetup.Integration.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ try
$mockIsoMediaFilePath = $ConfigurationData.AllNodes.ImagePath
$mockIsoMediaDriveLetter = $ConfigurationData.AllNodes.DriveLetter

$mockSourceMediaUrl = 'https://download.microsoft.com/download/9/0/7/907AD35F-9F9C-43A5-9789-52470555DB90/ENU/SQLServer2016SP1-FullSlipstream-x64-ENU.iso'
$mockSourceMediaUrl = 'https://download.microsoft.com/download/E/F/2/EF23C21D-7860-4F05-88CE-39AA114B014B/SQLServer2017-x64-ENU.iso'

# Download SQL Server media
if (-not (Test-Path -Path $mockIsoMediaFilePath))
Expand Down

0 comments on commit 8e77207

Please sign in to comment.