Query Runner Tests (#10252)

* rework some code and write an inital test

* fix strict

* add more to standard test

* add to existing workflow test

* fix tests

* simplify the code

* add more tests

* remove bad import

* fix compile

* fix timestampiong
This commit is contained in:
Anthony Dresser
2020-05-06 13:38:12 -07:00
committed by GitHub
parent 4199cec393
commit df5df38a55
25 changed files with 856 additions and 430 deletions

View File

@@ -349,7 +349,7 @@ suite('SQL ConnectionManagementService tests', () => {
onConnectCanceled: undefined,
uri: uri
},
querySelection: undefined,
queryRange: undefined,
runQueryOnCompletion: RunQueryOnConnectionMode.none
},
saveTheConnection: true,
@@ -456,7 +456,7 @@ suite('SQL ConnectionManagementService tests', () => {
onConnectCanceled: undefined,
uri: uri1,
},
querySelection: undefined,
queryRange: undefined,
runQueryOnCompletion: RunQueryOnConnectionMode.none,
isEditConnection: false
},
@@ -494,7 +494,7 @@ suite('SQL ConnectionManagementService tests', () => {
onConnectCanceled: undefined,
uri: uri1
},
querySelection: undefined,
queryRange: undefined,
runQueryOnCompletion: RunQueryOnConnectionMode.none,
isEditConnection: false
},
@@ -705,7 +705,7 @@ suite('SQL ConnectionManagementService tests', () => {
onConnectCanceled: undefined,
uri: uri
},
querySelection: undefined,
queryRange: undefined,
runQueryOnCompletion: RunQueryOnConnectionMode.none
},
saveTheConnection: true,