Skip to content

Separate Jupyter Server #4351

Merged
IanMatthewHuff merged 30 commits into
microsoft:masterfrom
IanMatthewHuff:dev/ianhu/separateJupyterServer
Feb 12, 2019
Merged

Separate Jupyter Server #4351
IanMatthewHuff merged 30 commits into
microsoft:masterfrom
IanMatthewHuff:dev/ianhu/separateJupyterServer

Conversation

@IanMatthewHuff
Copy link
Copy Markdown
Member

@IanMatthewHuff IanMatthewHuff commented Feb 11, 2019

For #4348

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)

@IanMatthewHuff
Copy link
Copy Markdown
Member Author

I'm going to add a functional test here for this, but getting out the initial review first to make sure that there are not larger changed needed first.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 11, 2019

Codecov Report

Merging #4351 into master will increase coverage by 22%.
The diff coverage is 62%.

@@           Coverage Diff            @@
##           master   #4351     +/-   ##
========================================
+ Coverage      56%     78%    +22%     
========================================
  Files         361     437     +76     
  Lines       15272   20301   +5029     
  Branches     2373    3255    +882     
========================================
+ Hits         8494   15670   +7176     
+ Misses       6234    4627   -1607     
+ Partials      544       4    -540
Flag Coverage Δ
#Linux 67% <32%> (?)
#Windows 67% <32%> (?)
#macOS 66% <32%> (?)

rchiodo
rchiodo previously approved these changes Feb 12, 2019
Copy link
Copy Markdown

@rchiodo rchiodo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@rchiodo rchiodo dismissed their stale review February 12, 2019 17:54

revoking review

Copy link
Copy Markdown

@rchiodo rchiodo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

const firstServer = await serverManager.getOrCreateServer();
const secondServer = await serverManager.getOrCreateServer();

// Execution should only have been called once, not twice
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

once [](start = 50, length = 4)

Comment is out of date. I believe it's called twice in this case

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will update

@IanMatthewHuff IanMatthewHuff merged commit c7ed5b8 into microsoft:master Feb 12, 2019
@IanMatthewHuff IanMatthewHuff deleted the dev/ianhu/separateJupyterServer branch July 25, 2019 23:49
@lock lock Bot locked as resolved and limited conversation to collaborators Aug 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants