From d9a0c2002b1bf1d8d936238d2b9a3ce99151c2bd Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Fri, 6 Apr 2018 17:15:43 +0200 Subject: [PATCH] Changes to SqlSetup - Integration test is using SQL Server 2017 (issue #858). --- CHANGELOG.md | 2 +- Tests/Integration/MSFT_SqlSetup.Integration.Tests.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3350184db9..a3521a699f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,8 +23,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. diff --git a/Tests/Integration/MSFT_SqlSetup.Integration.Tests.ps1 b/Tests/Integration/MSFT_SqlSetup.Integration.Tests.ps1 index 6abcd8ed24..b4834b8a3d 100644 --- a/Tests/Integration/MSFT_SqlSetup.Integration.Tests.ps1 +++ b/Tests/Integration/MSFT_SqlSetup.Integration.Tests.ps1 @@ -100,7 +100,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))