Commit Graph

1424 Commits

Author SHA1 Message Date
Daniel Imms
074632a51f Try enable remote terminal integration tests
Part of #96057
2021-03-06 10:20:30 -08:00
Daniel Imms
02a5d5925b Disable relaunch in tests 2021-03-05 17:51:34 -08:00
Daniel Imms
755fae50ab Bail out of create process if it's been disposed
This is likely the cause of several terminal test issues we've been seeing,
especially on remote. When process creation becomes async, the process
seems to hang around if the terminal was disposed during the process
creation.

Another thing to consider if env var relaunches messing with tests.
2021-03-05 17:47:39 -08:00
Daniel Imms
b15bbfa851 More test logs 2021-03-05 16:21:33 -08:00
Daniel Imms
7af259ab84 Add logs to test 2021-03-05 14:59:23 -08:00
Sandeep Somavarapu
04770364fd #118222 skip failed test 2021-03-05 16:24:57 +01:00
Johannes Rieken
6117524374 make NotebookCellData and NotebookData classes, rename NotebookCellData#cellKind to NotebookCellData#kind 2021-03-05 15:17:55 +01:00
Johannes Rieken
997c9f2930 add showNotebookDocument overload or uri 2021-03-05 14:50:47 +01:00
Daniel Imms
88d9e2b46b Refactor second task test 2021-03-02 10:59:16 -08:00
Daniel Imms
f8c41a80b0 Refactor first task test 2021-03-02 10:59:15 -08:00
Daniel Imms
c8fc575275 Ignore terminal events not related to task test 2021-03-02 10:59:13 -08:00
Benjamin Pasero
be11cb2de0 disable failing test (#117446) 2021-03-02 10:10:36 +01:00
Benjamin Pasero
e916637528 tests - enable color output for integration tests 2021-03-01 15:10:15 +01:00
Daniel Imms
faccfff275 Make terminal test less strict
Fixes #117371
2021-02-24 09:41:24 -08:00
Johannes Rieken
8d9b2e65bd more tests for https://github.com/microsoft/vscode/issues/117273 2021-02-24 15:31:10 +01:00
Johannes Rieken
e7150f1fd3 add skipped test for https://github.com/microsoft/vscode/issues/117273 2021-02-24 15:06:53 +01:00
Benjamin Pasero
09a093d0d8 calm down integration tests 2021-02-24 09:26:18 +01:00
Rob Lourens
bd74308b5a Revert "Merge pull request #117069 from microsoft/roblou/refactorKernel"
This reverts commit c159b34535, reversing
changes made to ba3bd11ac7.
2021-02-22 19:22:52 -08:00
Rob Lourens
1fd9f9eb28 Update test for api 2021-02-22 16:39:37 -08:00
Daniel Imms
ce7cd0abac Make env var tests more resilient to other terminal events 2021-02-22 04:04:48 -08:00
Daniel Imms
d2a6dea323 Disable conpty in integration tests again
Fixes #117028
2021-02-22 03:52:59 -08:00
Johannes Rieken
61df1625ef assert no RPC leakage in notebook tests 2021-02-19 17:05:25 +01:00
Johannes Rieken
9fe7b6446d support setTextDocumentLanguage-api for notebook cells, fyi @rebornix 2021-02-19 15:29:42 +01:00
Johannes Rieken
fa6c46b74b Merge pull request #116968 from DonJayamanne/fixOutputMetadata
Cell output metadata to be added to Notebook Model
2021-02-19 12:53:44 +01:00
Don Jayamanne
73ccfc027c Oops 2021-02-18 20:36:06 -08:00
rebornix
9c77f4d86a add NotebookDocument.save(). 2021-02-18 11:57:49 -08:00
Don Jayamanne
33dc53fe95 Oops 2021-02-18 10:17:17 -08:00
Don Jayamanne
6b7bb2308b Cell output metadata to be added to Notebook Model 2021-02-18 10:14:05 -08:00
Daniel Imms
666351b321 Merge remote-tracking branch 'origin/main' into tyriar/megan 2021-02-18 04:35:54 -08:00
Daniel Imms
16510dfc86 Remove logs from test 2021-02-18 04:29:19 -08:00
Johannes Rieken
869fb74662 Merge pull request #116901 from DonJayamanne/fixRunState
Ensure Notebook Cell runState is updated correctly
2021-02-18 08:53:39 +01:00
Don Jayamanne
473c7ddd50 Ensure tests run to completion 2021-02-17 17:41:18 -08:00
Don Jayamanne
58f86d083d Fixes to enure tests complete 2021-02-17 16:52:03 -08:00
Don Jayamanne
c0b69b03a9 Ensure runState is updated correctly 2021-02-17 16:33:10 -08:00
rebornix
086112d496 move cell output tests to document. 2021-02-17 12:09:32 -08:00
rebornix
0354f334ed remove unreached code. 2021-02-17 12:09:32 -08:00
Johannes Rieken
5870204e95 make notebook and cell metadata classes, https://github.com/microsoft/vscode/issues/116333 2021-02-17 14:19:49 +01:00
rebornix
79b8259abb change cell language with cell change events. 2021-02-16 19:41:30 -08:00
rebornix
b3f8737839 fix #116808. 2021-02-16 16:40:51 -08:00
rebornix
b0bd28137a add test for #115855. 2021-02-16 16:40:51 -08:00
rebornix
1267767472 fix #116598. broadcast output items change. 2021-02-16 14:59:58 -08:00
Daniel Imms
c41fb76299 Re-enable all tests 2021-02-16 12:13:39 -08:00
Daniel Imms
994ad37588 Log more in test 2021-02-16 08:36:03 -08:00
Daniel Imms
35abaaf606 Log all lines in failing test 2021-02-16 08:08:09 -08:00
Daniel Imms
982b28f42d Merge remote-tracking branch 'origin/main' into tyriar/megan 2021-02-16 02:44:34 -08:00
Johannes Rieken
ac916cbb2d don't assert rpc strictness yet 2021-02-16 09:32:37 +01:00
Johannes Rieken
d9c653c8b6 increase default timeout for event waiting, fixes https://github.com/microsoft/vscode/issues/116704 2021-02-15 17:17:10 +01:00
Johannes Rieken
ac5b7117ec assert no rpc in notebook doc test 2021-02-15 12:52:54 +01:00
Johannes Rieken
cc4d7e8a11 update (restore) language test for new cells 2021-02-15 11:52:14 +01:00
Johannes Rieken
196bf678a1 reset dirty state when reverting a notebook, update extension host when dirty state of a notebook (working copy) changes 2021-02-15 11:44:51 +01:00