goodboy / tractor

A distributed, structured concurrent runtime for Python (and friends)
GNU Affero General Public License v3.0
271 stars 12 forks source link

Add context test that opens an inter-task-channel that errors #318

Closed goodboy closed 2 years ago

goodboy commented 2 years ago

Turns out the to_asyncio. stuff wasn't robust enough to handle this; we weren't propagating errors from an IPC context embedded task opened via .open_channel_from()..


To start this adds 2 more tests: