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

Add bokeh server tests #1488

Closed
philippjfr opened this issue May 25, 2017 · 7 comments
Closed

Add bokeh server tests #1488

philippjfr opened this issue May 25, 2017 · 7 comments

Comments

@philippjfr
Copy link
Member

We should some tests for bokeh server, a server can easily be started programmatically and using a client we can perform various tests to ensure it is working correctly.

@philippjfr
Copy link
Member Author

philippjfr commented Jan 3, 2018

These are getting more and more crucial as there have been some high-profile regressions. The main things to test are:

  • Stream callbacks are processed correctly
  • Bokeh models are updated appropriately
  • Ranges are processed correctly

@jlstevens
Copy link
Contributor

I agree this is very important but we should get regular notebook tests running on the improved testing infrastructure before we tackle this. We don't want to tackle too much testing infrastructure at once as it is a right pain to set up.

Ideally we would also have a way of testing linked streams in live notebooks independent of bokeh server...

@philippjfr
Copy link
Member Author

Ideally we would also have a way of testing linked streams in live notebooks independent of bokeh server...

Notebook based callbacks do not use the same codepaths as server based ones, so those are independent problems.

@jlstevens
Copy link
Contributor

Right, I am just mentioning another type of test I would also like...

@philippjfr
Copy link
Member Author

We now have a number of bokeh server tests.

@jlstevens
Copy link
Contributor

Happy to see this closed but maybe a new issue should be opened suggested tests for linked streams in notebooks?

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants