You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… leaves. (#487)
* Fix#483, #484 and above all handle errors happening in leaves.
* Add test on search stream with a leaf error.
* Add test on leaf search stream result.
* Add cli serve tests on a local file index.
* Fix typo in tests.
* Fix typo in test variable name.
Co-authored-by: Adrien Guillo <adrien@quickwit.io>
* Improve code syntax/readability.
* Fix fmt
Co-authored-by: Adrien Guillo <adrien@quickwit.io>
Co-authored-by: Paul Masurel <paul@quickwit.io>
To efficiently parallelize tasks with tokio, cpu heavy tasks need to be spawn using
task::spawn_blocking
.The text was updated successfully, but these errors were encountered: