From b799d81e7212887b0d05941cc72e88f47f1c1038 Mon Sep 17 00:00:00 2001 From: Lucy Zhang Date: Thu, 26 Aug 2021 10:04:50 -0700 Subject: [PATCH] Update sqlite version for smoke tests (#16903) * update sqlite * bump distro Co-authored-by: chgagnon --- package.json | 2 +- test/smoke/src/sql/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bcc320429c..2686fb1058 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azuredatastudio", "version": "1.33.0", - "distro": "b927d42f1e4c2fb06c3f48024e90b0358583a194", + "distro": "db642636eb64c9fb00ee4005d67789de5bbed8c9", "author": { "name": "Microsoft Corporation" }, diff --git a/test/smoke/src/sql/main.ts b/test/smoke/src/sql/main.ts index a4b3781b2e..c602c1c5ed 100644 --- a/test/smoke/src/sql/main.ts +++ b/test/smoke/src/sql/main.ts @@ -35,7 +35,7 @@ const PLATFORM = '${PLATFORM}'; const RUNTIME = '${RUNTIME}'; const VERSION = '${VERSION}'; -const sqliteUrl = `https://github.com/Microsoft/azuredatastudio-sqlite/releases/download/1.4.0/azuredatastudio-sqlite-${PLATFORM}-${RUNTIME}-${VERSION}.zip`; +const sqliteUrl = `https://github.com/Microsoft/azuredatastudio-sqlite/releases/download/1.5.0/azuredatastudio-sqlite-${PLATFORM}-${RUNTIME}-${VERSION}.zip`; export async function setup(app: ApplicationOptions): Promise { console.log('*** Downloading test extensions');