d9e793d4ba 
								
							
								 
							
						 
						
							
							
								
								Can't use built-in generics till 3.9...  
							
							
							
						 
						
							2021-09-02 21:12:54 -04:00  
				
					
						
							
							
								 
						
							
							
								5182ee7782 
								
							
								 
							
						 
						
							
							
								
								Add a "faster task is cancelled" test  
							
							
							
						 
						
							2021-09-02 21:12:54 -04:00  
				
					
						
							
							
								 
						
							
							
								39cf9af9fc 
								
							
								 
							
						 
						
							
							
								
								Rename test module  
							
							
							
						 
						
							2021-09-02 21:12:54 -04:00  
				
					
						
							
							
								 
						
							
							
								0d70e3081a 
								
							
								 
							
						 
						
							
							
								
								Add laggy parent stream tests  
							
							... 
							
							
							
							Add a couple more tests to check that a parent and sub-task stream can
be lagged and recovered (depending on who's slower). Factor some of the
test machinery into a new ctx mngr to make it all happen. 
							
						 
						
							2021-09-02 21:12:54 -04:00  
				
					
						
							
							
								 
						
							
							
								d7ad8982ff 
								
							
								 
							
						 
						
							
							
								
								Add subscribe after close test  
							
							
							
						 
						
							2021-09-02 21:12:54 -04:00  
				
					
						
							
							
								 
						
							
							
								2bad2bac50 
								
							
								 
							
						 
						
							
							
								
								Don't enable debug mode..it borks CI  
							
							
							
						 
						
							2021-09-02 21:12:54 -04:00  
				
					
						
							
							
								 
						
							
							
								236ed0b0dd 
								
							
								 
							
						 
						
							
							
								
								Initial broadcaster tests including one to test our `MsgStream.subscribe()` api  
							
							
							
						 
						
							2021-09-02 21:12:54 -04:00  
				
					
						
							
							
								 
						
							
							
								af85d35685 
								
							
								 
							
						 
						
							
							
								
								Drop stream shielding; it was from a legacy design  
							
							... 
							
							
							
							The whole origin was not having an explicit open/close semantic for
streams. We have that now so this internal mechanic isn't needed and
further our streams become more correct by having `.aclose()` be
independent of cancellation. 
							
						 
						
							2021-09-02 08:24:18 -04:00  
				
					
						
							
							
								 
						
							
							
								c5c7e694ec 
								
							
								 
							
						 
						
							
							
								
								Better early timeout handling, continue on child re-lock  
							
							
							
						 
						
							2021-08-01 13:10:51 -04:00  
				
					
						
							
							
								 
						
							
							
								674fbbc6b3 
								
							
								 
							
						 
						
							
							
								
								Docs and comments tidying  
							
							
							
						 
						
							2021-08-01 10:44:13 -04:00  
				
					
						
							
							
								 
						
							
							
								f173012fea 
								
							
								 
							
						 
						
							
							
								
								Handle repeat child tty-acquires race  
							
							
							
						 
						
							2021-07-31 15:01:26 -04:00  
				
					
						
							
							
								 
						
							
							
								13b76c9439 
								
							
								 
							
						 
						
							
							
								
								Add fast fail test using the context api  
							
							
							
						 
						
							2021-07-31 12:46:40 -04:00  
				
					
						
							
							
								 
						
							
							
								632c666a7d 
								
							
								 
							
						 
						
							
							
								
								Adjust debug tests to accomodate no more root clobbering  
							
							... 
							
							
							
							We may get multiple re-entries to debugger by `bp_forever` sub-actor
now since the root will incrementally try to cancel it only when the tty
lock is not held. 
							
						 
						
							2021-07-31 12:46:40 -04:00  
				
					
						
							
							
								 
						
							
							
								240f591234 
								
							
								 
							
						 
						
							
							
								
								Add 2-way streaming example to readme and scripts  
							
							
							
						 
						
							2021-07-31 12:10:25 -04:00  
				
					
						
							
							
								 
						
							
							
								929b6dcc83 
								
							
								 
							
						 
						
							
							
								
								Skip debugger tests on windows at module level  
							
							
							
						 
						
							2021-07-06 13:26:30 -04:00  
				
					
						
							
							
								 
						
							
							
								a134bc490f 
								
							
								 
							
						 
						
							
							
								
								Avoid mutate during interate error  
							
							
							
						 
						
							2021-07-06 08:23:30 -04:00  
				
					
						
							
							
								 
						
							
							
								0623de0b47 
								
							
								 
							
						 
						
							
							
								
								Expect context cancelled when we cancel  
							
							
							
						 
						
							2021-07-06 08:23:30 -04:00  
				
					
						
							
							
								 
						
							
							
								8eb889a745 
								
							
								 
							
						 
						
							
							
								
								Modernize streaming tests  
							
							
							
						 
						
							2021-07-06 08:23:29 -04:00  
				
					
						
							
							
								 
						
							
							
								349d82d182 
								
							
								 
							
						 
						
							
							
								
								Speedup the dynamic pubsub test  
							
							
							
						 
						
							2021-07-06 08:23:29 -04:00  
				
					
						
							
							
								 
						
							
							
								7c5fd8ce9f 
								
							
								 
							
						 
						
							
							
								
								Add detailed ``@tractor.context`` cancellation/termination tests  
							
							
							
						 
						
							2021-07-06 08:23:29 -04:00  
				
					
						
							
							
								 
						
							
							
								3999849b03 
								
							
								 
							
						 
						
							
							
								
								Add a multi-task streaming test  
							
							
							
						 
						
							2021-07-06 08:23:29 -04:00  
				
					
						
							
							
								 
						
							
							
								5b8b7d374a 
								
							
								 
							
						 
						
							
							
								
								Add error case  
							
							
							
						 
						
							2021-07-06 08:23:29 -04:00  
				
					
						
							
							
								 
						
							
							
								e5bc07f355 
								
							
								 
							
						 
						
							
							
								
								Add dynamic pubsub test using new bidir stream apis  
							
							
							
						 
						
							2021-07-06 08:23:29 -04:00  
				
					
						
							
							
								 
						
							
							
								98133a984e 
								
							
								 
							
						 
						
							
							
								
								Parametrize with async for style tests  
							
							
							
						 
						
							2021-07-06 08:23:29 -04:00  
				
					
						
							
							
								 
						
							
							
								4240efc7e3 
								
							
								 
							
						 
						
							
							
								
								Add basic test set  
							
							
							
						 
						
							2021-07-06 08:23:29 -04:00  
				
					
						
							
							
								 
						
							
							
								4846c6d498 
								
							
								 
							
						 
						
							
							
								
								Cancel scope on stream consumer completion  
							
							
							
						 
						
							2021-07-06 08:23:29 -04:00  
				
					
						
							
							
								 
						
							
							
								55760b3fe0 
								
							
								 
							
						 
						
							
							
								
								Only expect further message in non-name-error first case  
							
							
							
						 
						
							2021-07-04 12:55:36 -04:00  
				
					
						
							
							
								 
						
							
							
								9c9309faf8 
								
							
								 
							
						 
						
							
							
								
								Handle race for tty by child actors  
							
							
							
						 
						
							2021-07-04 10:25:41 -04:00  
				
					
						
							
							
								 
						
							
							
								b372f4c92b 
								
							
								 
							
						 
						
							
							
								
								Handle top level multierror that presents now?  
							
							
							
						 
						
							2021-07-02 11:55:16 -04:00  
				
					
						
							
							
								 
						
							
							
								2b4cf59ee1 
								
							
								 
							
						 
						
							
							
								
								Drop sleep  
							
							
							
						 
						
							2021-05-07 11:21:40 -04:00  
				
					
						
							
							
								 
						
							
							
								5ca963148e 
								
							
								 
							
						 
						
							
							
								
								Disable leftover debug mode  
							
							
							
						 
						
							2021-05-07 11:21:40 -04:00  
				
					
						
							
							
								 
						
							
							
								4798d3b5db 
								
							
								 
							
						 
						
							
							
								
								Drop lingering rpc_module_paths refs  
							
							
							
						 
						
							2021-05-07 11:21:40 -04:00  
				
					
						
							
							
								 
						
							
							
								247483ee93 
								
							
								 
							
						 
						
							
							
								
								Drop run and rpc_module_paths from streaming tests  
							
							
							
						 
						
							2021-05-07 11:21:40 -04:00  
				
					
						
							
							
								 
						
							
							
								9e64161538 
								
							
								 
							
						 
						
							
							
								
								Drop run and rpc_module_paths from rpc tests  
							
							
							
						 
						
							2021-05-07 11:21:40 -04:00  
				
					
						
							
							
								 
						
							
							
								3bddf9a94b 
								
							
								 
							
						 
						
							
							
								
								Drop run and rpc_module_paths from spawning tests  
							
							
							
						 
						
							2021-05-07 11:21:40 -04:00  
				
					
						
							
							
								 
						
							
							
								1eedd463cb 
								
							
								 
							
						 
						
							
							
								
								Drop run and rpc_module_paths from pubsub tests  
							
							
							
						 
						
							2021-05-07 11:21:40 -04:00  
				
					
						
							
							
								 
						
							
							
								b46e60ab9d 
								
							
								 
							
						 
						
							
							
								
								Drop run from multi prog tests  
							
							
							
						 
						
							2021-05-07 11:21:40 -04:00  
				
					
						
							
							
								 
						
							
							
								cb527c2562 
								
							
								 
							
						 
						
							
							
								
								Mostly drop run from local tests  
							
							
							
						 
						
							2021-05-07 11:21:40 -04:00  
				
					
						
							
							
								 
						
							
							
								1584c547cd 
								
							
								 
							
						 
						
							
							
								
								Drop run and rpc_module_paths from discovery tests  
							
							
							
						 
						
							2021-05-07 11:21:40 -04:00  
				
					
						
							
							
								 
						
							
							
								2efd8ed167 
								
							
								 
							
						 
						
							
							
								
								Drop run and rpc_module_paths from cancel tests  
							
							
							
						 
						
							2021-05-07 11:21:40 -04:00  
				
					
						
							
							
								 
						
							
							
								b1f657e246 
								
							
								 
							
						 
						
							
							
								
								De-compact async with tuple on 3.8-  
							
							... 
							
							
							
							Turns out can't use the nicer syntax before python 3.9 (even though it
doesn't seem documented anywhere?).
Relates to #207  
							
						 
						
							2021-04-28 16:35:15 -04:00  
				
					
						
							
							
								 
						
							
							
								2498a4963b 
								
							
								 
							
						 
						
							
							
								
								Update all tests to new streaming API  
							
							
							
						 
						
							2021-04-28 12:23:14 -04:00  
				
					
						
							
							
								 
						
							
							
								1f1619c730 
								
							
								 
							
						 
						
							
							
								
								Convert all test suite sync funcs  
							
							
							
						 
						
							2021-04-27 12:08:30 -04:00  
				
					
						
							
							
								 
						
							
							
								47565cfbf3 
								
							
								 
							
						 
						
							
							
								
								Use root as default name from `tractor.run()`  
							
							
							
						 
						
							2021-02-25 08:51:28 -05:00  
				
					
						
							
							
								 
						
							
							
								cd636b270e 
								
							
								 
							
						 
						
							
							
								
								Update debug tests to expect 'root' actor name  
							
							
							
						 
						
							2021-02-24 13:38:20 -05:00  
				
					
						
							
							
								 
						
							
							
								8fabd27dbe 
								
							
								 
							
						 
						
							
							
								
								Lint fixes  
							
							
							
						 
						
							2021-02-24 13:13:51 -05:00  
				
					
						
							
							
								 
						
							
							
								a93321e48e 
								
							
								 
							
						 
						
							
							
								
								Don't run stdlib example as part of test set  
							
							
							
						 
						
							2021-02-21 15:41:21 -05:00  
				
					
						
							
							
								 
						
							
							
								07653bc02e 
								
							
								 
							
						 
						
							
							
								
								Run parallel examples  
							
							
							
						 
						
							2021-02-21 14:08:23 -05:00  
				
					
						
							
							
								 
						
							
							
								59421d9f3a 
								
							
								 
							
						 
						
							
							
								
								Fix some borked tests  
							
							
							
						 
						
							2021-01-08 20:55:11 -05:00  
				
					
						
							
							
								 
						
							
							
								5127effd88 
								
							
								 
							
						 
						
							
							
								
								Drop warning level logging assert(s)  
							
							
							
						 
						
							2020-12-26 15:45:55 -05:00