Error in ingestion server tests: index audio_temporary
not found
#1059
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟩 priority: low
Low priority and doesn't need to be rushed
🧱 stack: ingestion server
Related to the ingestion/data refresh server
Description
While debugging the CI failure in #904, I saw an error in the logs of the ingestion server test:
This error is repeated a couple of times. You can see it in the logs for passing CI, too. I suspect that moving to a context manager for multiprocessing during ingestion without calling
pool.join()
at the end to wait for all tasks to end was failing because of this error.Reproduction
Additional context
I set the priority to low because the tests still pass, but please raise the priority if this is actually causing more problems.
The text was updated successfully, but these errors were encountered: