Skip to content
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

Apply missing ensure_async to root session handler methods #386

Merged
merged 1 commit into from
Jan 14, 2021

Conversation

kevin-bates
Copy link
Member

While migrating Enterprise Gateway from using notebook to jupyter_server, I ran across a couple of methods in the session handler that needed ensure_async wrappers around their calls to the session manager.

@codecov-io
Copy link

codecov-io commented Jan 14, 2021

Codecov Report

Merging #386 (792d659) into master (3135bd6) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #386      +/-   ##
==========================================
+ Coverage   69.28%   69.30%   +0.01%     
==========================================
  Files          56       56              
  Lines        6128     6128              
  Branches      798      798              
==========================================
+ Hits         4246     4247       +1     
  Misses       1616     1616              
+ Partials      266      265       -1     
Impacted Files Coverage Δ
jupyter_server/services/sessions/handlers.py 74.03% <100.00%> (ø)
jupyter_server/services/kernels/handlers.py 58.51% <0.00%> (+0.26%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3135bd6...792d659. Read the comment docs.

Copy link
Member

@Zsailer Zsailer left a comment

Choose a reason for hiding this comment

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

Thanks, @kevin-bates! 👍

@Zsailer Zsailer merged commit e93a546 into jupyter-server:master Jan 14, 2021
@kevin-bates kevin-bates deleted the fix-list-sessions branch January 15, 2021 01:08
Zsailer added a commit to Zsailer/jupyter_server that referenced this pull request Nov 18, 2022
… page in reconnect dialogue (jupyter-server#386)

* more debugging logs; add a button to ignore heartbeat dialogue and direct users to spark page

* add details about spark to reconnect dialog
hMED22 pushed a commit to hMED22/jupyter_server that referenced this pull request Jan 23, 2023
Apply missing ensure_async to root session handler methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants