modal-labs / modal-client

Python client library for Modal
https://modal.com/docs
Apache License 2.0
248 stars 31 forks source link

Test cleanup: Run mock blob store server in separate thread #1949

Closed freider closed 1 week ago

freider commented 1 week ago

Prevents accidental deadlocks in code trying to run blob uploads from blocking test calls, e.g. container_entrypoint.main()

freider commented 1 week ago

@prbot approve