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

chore: WebSocket server improvements #14257

Merged
merged 3 commits into from
Apr 21, 2021

Conversation

benjreinhart
Copy link
Contributor

@benjreinhart benjreinhart commented Apr 20, 2021

SUMMARY

This PR:

  1. Tidies up some TypeScript types
  2. Updates the logger

For the logger, this ensures that exception objects will be properly logged with their stack trace. It also silences logs in the tests to remove noise -- though it would be good to eventually handle this by mocking the logger and asserting expected output.

TEST PLAN

  • Unit tests
  • Manual

* Ensure logger can log exception objects
* Remove logging output in tests (for now)
@robdiciuccio robdiciuccio merged commit 3ef6317 into apache:master Apr 21, 2021
@robdiciuccio robdiciuccio deleted the benjreinhart/ws-server branch April 21, 2021 00:28
QAlexBall pushed a commit to QAlexBall/superset that referenced this pull request Dec 29, 2021
* Update some types and resolve conflicts

* Logger improvements

* Ensure logger can log exception objects
* Remove logging output in tests (for now)

* Add License
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.2.0 labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/M 🚢 1.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants