chroma-core / chroma

the AI-native open-source embedding database
https://www.trychroma.com/
Apache License 2.0
13.36k stars 1.14k forks source link

[ENH] handle panics in query service #2375

Closed codetheweb closed 1 week ago

codetheweb commented 1 week ago

This PR adds a test to confirm Tonic handles panics in the simplest cases for the query node.

Panics within components are untested (I suspect they wouldn't be caught by this).

github-actions[bot] commented 1 week ago

Reviewer Checklist

Please leverage this checklist to ensure your code review is thorough before approving

Testing, Bugs, Errors, Logs, Documentation

codetheweb commented 1 week ago

Are we adding the panic hook in another PR?

yep 👍