forked from goodboy/tractor
				
			Expect context cancelled when we cancel
							parent
							
								
									b21e2a6caa
								
							
						
					
					
						commit
						0623de0b47
					
				| 
						 | 
					@ -262,7 +262,7 @@ async def test_caller_closes_ctx_after_callee_opens_stream(
 | 
				
			||||||
            async with ctx.open_stream() as stream:
 | 
					            async with ctx.open_stream() as stream:
 | 
				
			||||||
                async for msg in stream:
 | 
					                async for msg in stream:
 | 
				
			||||||
                    pass
 | 
					                    pass
 | 
				
			||||||
        except trio.ClosedResourceError:
 | 
					        except tractor.ContextCancelled:
 | 
				
			||||||
            pass
 | 
					            pass
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            assert 0, "Should have received closed resource error?"
 | 
					            assert 0, "Should have received closed resource error?"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue