Charles Gagnon
599a64c631
Add encoded path name tests for SQL kernel ( #15197 )
...
* Add encoded path name tests for SQL kernel
* Remove invocation count
2021-04-22 09:03:48 -07:00
Hai Cao
e3ef4e1755
Onboarding pull request (caohai) ( #15184 )
2021-04-19 12:52:17 -07:00
Vasu Bhog
9f63653a53
Fixes notebook integration tests + running parameterized notebook ( #15107 )
...
* fix interface
* fix run all cells on new parameterized notebook
* add getNotebookUri function
2021-04-13 17:23:15 -07:00
Lucy Zhang
24a425ac64
temp skip failingnb integration tests ( #15087 )
2021-04-09 15:57:45 -07:00
Sakshi Sharma
9df7c6c1aa
Added integration tests for schema compare ( #14479 )
...
* Added integration tests for schema compare
* Addressed comments
* Revert beforeEach change
* Addressed comments and reverted table creation change
* Removed cancelCompare test and addressed a comment
* Increase test timeout from 5 to 10mins
2021-03-14 11:27:16 -07:00
Karl Burtram
692336e6a7
Turn back on Notebook unit tests ( #14237 )
...
* Turn back on Notebook unit tests
* Don't skip notebook tests
* Remove done calls from tests
2021-02-12 01:40:21 -08:00
Karl Burtram
ce612a3d96
Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79 ( #14050 )
...
* Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79
* Fix breaks
* Extension management fixes
* Fix breaks in windows bundling
* Fix/skip failing tests
* Update distro
* Add clear to nuget.config
* Add hygiene task
* Bump distro
* Fix hygiene issue
* Add build to hygiene exclusion
* Update distro
* Update hygiene
* Hygiene exclusions
* Update tsconfig
* Bump distro for server breaks
* Update build config
* Update darwin path
* Add done calls to notebook tests
* Skip failing tests
* Disable smoke tests
2021-02-09 16:15:05 -08:00
Charles Gagnon
dd9d247950
Disable dacpac integration tests ( #13961 )
2021-01-14 09:17:49 -08:00
Charles Gagnon
8ef9b1cc1f
Re-enable some unstable tests ( #13944 )
...
* Re-enable some unstable tests
* Remove some tests that have failed recently
2021-01-13 15:36:58 -08:00
Chris LaFreniere
2d6074706a
Have same connection logic for all nb int tests ( #13844 )
2020-12-17 15:38:41 -08:00
Sai Avishkar Sreerama
adf848c1ef
Added developer name to the list of developers. ( #13725 )
...
onboarding commit: Added developer name to the list.
2020-12-08 15:56:02 -06:00
Leila Lali
e182649adc
Fixed Schema compare integration tests by adding retry ( #13649 )
2020-12-08 08:43:58 -08:00
Kim Santiago
c7ab69d46d
mark dacpac and schema compare tests as unstable ( #13059 )
2020-10-23 11:22:51 -07:00
Lucy Zhang
b910bf2f33
Notebooks: Fix strict compile errors ( #12591 )
...
* strict compile for sqlSessionManager.ts
* start clientSession.ts fixes
* strict compile for clientSession.ts
* strict compile for notebookModel.ts
* add display name
* clean up code
* clean up code
* initialize string to empty string
* address PR comments
* address PR comments
* address PR comments
* remove errorMessage check
2020-10-08 15:39:57 -07:00
Udeesha Gautam
09cb0764d7
marking intermittent test failure as unstable ( #12402 )
2020-09-17 12:41:30 -07:00
Kim Santiago
8a6c776a5f
make schema compare test unstable ( #12234 )
...
* make schema compare test unstable
* also make Standalone database context menu test unstable
2020-09-11 10:57:48 -07:00
Amir Omidi
c4e06f4db3
Fix test failure ( #11973 )
...
* Fix test failure
* Fix the right thing
* move them around
2020-08-26 15:49:52 -07:00
anjalia
4cf7f9ed66
Onboarding Check In ( #11520 )
...
* t-anjaga onboarding check in
* Onboarding check in, using GitHub username
2020-07-27 08:29:30 -07:00
Charles Gagnon
4594943b53
Don't throw if cleanup drop fails ( #11405 )
2020-07-17 10:59:13 -07:00
Sakshi Sharma
81008d3803
Mark failing schema compare test as unstable ( #11310 )
2020-07-12 07:57:32 -07:00
Christopher Suh
30e8edd875
added name ( #11302 )
2020-07-10 18:16:01 -04:00
Vasu Bhog
e714c876c2
Onboarding Pull Request ( #11298 )
...
Co-authored-by: Vasu Bhog <vasubhog@Vasus-MacBook-Pro.local >
2020-07-10 16:17:35 -05:00
Lucy Zhang
826a0cf9ec
added name to developers.ts ( #11288 )
2020-07-10 10:02:46 -07:00
Kartik Arora
29509ccfbb
Onboarding pull request ( #11176 )
...
* initial check in for kartik
2020-07-02 11:59:23 -07:00
Amir Omidi
0283d4d5ed
Amir/onboarding change ( #10908 )
...
* onboarding
* Revert "onboarding"
This reverts commit 0f00737a8782a3cdee367839b944b02b4d87b6ab.
* Onboarding in integration-tests
2020-06-15 13:22:02 -07:00
Cory Rivera
59575aa305
Wait for clientSession to become available before running a cell. ( #10796 )
2020-06-09 05:30:13 -07:00
Cory Rivera
2e4aee944c
Disable some unreliable notebook integration tests. ( #10701 )
2020-06-03 12:30:36 -07:00
Charles Gagnon
7305bdaec4
Add integration-test code coverage ( #10632 )
...
* wip
* Update to latest vscodetestcover and add tests back in
* Update to latest version of vscodetestcover
* updates
* another yarn.lock
* update version
* Revert import path change
2020-06-01 14:54:07 -07:00
Amir Omidi
fbb701d49c
Fixes integration tests ( #10582 )
2020-05-27 08:49:16 -07:00
Charles Gagnon
916ac7c7d1
Remove adstest package ( #9956 )
2020-04-15 10:38:20 -07:00
Anthony Dresser
f056086662
Remove checks for integration testing ( #9856 )
...
* remove checks for testing
* fix schema compare tests
* move some files
* fix file location
* fixc another file path
2020-04-07 14:50:20 -07:00
Anthony Dresser
6e6649d006
Smoke tests ( #9814 )
...
* move
* add inital test; need basic sqllite connection
* before sqlite
* sqlite
* add smoke tests
* working tests
* fix app names
* fix quick open
* fix smoke tests
* add win32 smoke tests
* fix smoke test
* fix win32 smoke
* no continue
* continue on error
* add vscode smokes
* remove vscode tests
* continue on error
* allow sqlite to use relative paths
* add linux smoke tests
* fix build files
* use dispatch instead of select
* fix linux build again
* fix darwin
* get select working
* try and use screen shots
* screen shots
* remove smoke tests linux
* try vscodes sqlite
* fix compile
* fix webpack
* fix deps
* try this again
* try force a rebuild
* try npm rebuild
* add sqlite to be rebuilt
* distro
* try vscode sqlite again
* revert changes to driver and simplify edits
* fix compile
* fix imports
* move sqlite out
* remove unneeded change
* add extensions path
* fix web tests
* no continue on error
2020-04-03 00:01:32 -07:00
Alan Ren
ff0992510b
mark as test as unstable ( #9426 )
2020-03-03 10:47:47 -08:00
Anthony Dresser
bd7aac8ee0
Merge from vscode a234f13c45b40a0929777cb440ee011b7549eed2 ( #8911 )
...
* Merge from vscode a234f13c45b40a0929777cb440ee011b7549eed2
* update distro
* fix layering
* update distro
* fix tests
2020-01-22 13:42:37 -08:00
Cory Rivera
c09e7b9e2f
Increase timeouts for some integration tests. ( #8869 )
2020-01-13 13:43:18 -08:00
Charles Gagnon
7ecb6b4427
Change test timeout for extension unit tests to 10sec ( #8848 )
2020-01-08 13:49:34 -08:00
Kim Santiago
8cdb5b36a9
Add test for schema compare include exclude ( #8765 )
...
* add test for schema compare include exclude
* combine a few checks
* small fixes
* add testData folder to whtiespace check exclusion list
* addressing comments
* fix testData path in gulpfile.hygiene.js
* move change up a couple lines
2020-01-07 10:05:36 -08:00
Alan Ren
8529b52e73
fix unstable tests ( #8799 )
...
* fix tests
* mark dac test unstable
* import export bac
* remove rel tag
* Update dacpac.test.ts
* bump sts and enable dac tests
2020-01-03 14:29:28 -08:00
Alan Ren
102d820935
Alanren/remove bdc ( #8737 )
...
* remove bdc server dependency
* revert the change to script
* cms needs 2 servers, adding 2019 server
* fix pipeline yaml
2019-12-19 13:53:32 -08:00
Chris LaFreniere
62565e0577
Notebooks: Only have One Connection in Attach To Dropdown ( #8582 )
...
* Have only one connection in attach to dropdown
* LGTM fixes
* Test fixes not unnecessarily changing context 2x
* PR Feedback
2019-12-08 11:03:51 -08:00
Alan Ren
3de95af25c
check setting directly to avoid value reset ( #8583 )
2019-12-05 15:57:13 -08:00
Anthony Dresser
7f7052ad42
Clean up some of the extensions ( #8267 )
...
* 💄
* prune unused code
* more cleanup
* remove abunch of used code
2019-11-08 11:44:43 -08:00
Amir Omidi
5efb2cf918
Add a new unstable test ( #7874 )
2019-10-21 19:19:03 -07:00
Amir Omidi
fa1d5cc49d
Revert "Move Notebook tests back to stable" ( #7755 )
...
* Revert "Move Notebook tests back to stable (#7749 )"
This reverts commit 5d4da455bd .
* Update notebook.test.ts
* Update notebook.test.ts
2019-10-17 11:30:58 -07:00
Amir Omidi
de5fd11155
Add some more asserts to integration tests ( #7759 )
2019-10-17 10:55:16 -07:00
Charles Gagnon
5d4da455bd
Move Notebook tests back to stable ( #7749 )
...
* SqlClient fix is in so these should be stable again
* removed comments
2019-10-16 16:44:36 -07:00
Amir Omidi
f475c04ce3
Fix mocha issues ( #7588 )
...
* mocha invert boolean
* Run integration test setup either way
2019-10-08 22:14:06 -07:00
Amir Omidi
eee7e52bd4
Release tests ( #7577 )
2019-10-08 15:06:21 -07:00
Amir Omidi
bcaa09e910
Disable unstable tests ( #7571 )
2019-10-08 13:01:49 -07:00
Amir Omidi
37f651fe08
Mark test as unstable ( #7493 )
2019-10-03 12:56:42 -07:00