-
Notifications
You must be signed in to change notification settings - Fork 1.2k
close restart session right away #7153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
close restart session right away #7153
Conversation
@@ -124,8 +123,8 @@ export class JupyterSession implements IJupyterSession { | |||
if (oldStatusHandler) { | |||
oldSession.statusChanged.disconnect(oldStatusHandler); | |||
} | |||
// Don't shutdown old sessions yet. This seems to hang tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes me worry a bit, but I tried the tests locally with both mock and real jupyter and they all passed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They might have issues on AzDO (I've seen that at times) but this code looks clearly wrong and we can always investigate a failing test later.
Codecov Report
@@ Coverage Diff @@
## master #7153 +/- ##
==========================================
- Coverage 58.5% 58.43% -0.07%
==========================================
Files 485 485
Lines 21446 21446
Branches 3462 3462
==========================================
- Hits 12546 12533 -13
- Misses 8122 8137 +15
+ Partials 778 776 -2
Continue to review full report at Codecov.
|
* close restart session right away * ignore errors on await, don't want to stop and wait for shutdown
For #6975
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed)