Commit Graph

  • 674fbbc6b3 Docs and comments tidying ctx_debugger Tyler Goodlet 2021-08-01 10:43:21 -0400
  • f173012fea Handle repeat child tty-acquires race Tyler Goodlet 2021-07-31 15:01:26 -0400
  • 6006adc0de Hide `_invoke()` tb, move actor error to exceptions mod Tyler Goodlet 2021-07-31 13:56:26 -0400
  • 0afa7f0f8e Fix lock context manager return type Tyler Goodlet 2021-07-31 12:50:58 -0400
  • b3d28a1ee4 Drop debugger path and duplicate func from rebasing Tyler Goodlet 2021-07-05 17:09:10 -0400
  • 13b76c9439 Add fast fail test using the context api Tyler Goodlet 2021-06-30 16:48:32 -0400
  • 632c666a7d Adjust debug tests to accomodate no more root clobbering Tyler Goodlet 2021-06-30 13:49:56 -0400
  • 09f00a5a00 Go back to only logging tbs on no debugger Tyler Goodlet 2021-06-30 08:45:43 -0400
  • 44bfacc0c2 Comment hard-kill-sidestep for now since nursery version covers it? Tyler Goodlet 2021-06-30 08:44:28 -0400
  • 551816e80d Solve the root-cancels-child-in-tty-lock race Tyler Goodlet 2021-06-29 15:15:32 -0400
  • be1fcb2a5b Distinguish between a local pdb unlock and the tty unlock in root Tyler Goodlet 2021-06-27 11:59:21 -0400
  • ef89ed947a Fix hard kill in debug mode; only do it when debug lock is empty Tyler Goodlet 2021-06-25 20:52:08 -0400
  • 5b3894827f Move some infos to runtime level Tyler Goodlet 2021-06-26 23:35:59 -0400
  • 0fdcfa0ba1 Move debugger wait inside OCA nursery Tyler Goodlet 2021-06-10 14:02:12 -0400
  • 37a1897c47 Don't shield debugger status wait; it causes hangs Tyler Goodlet 2021-06-02 08:24:59 -0400
  • 0f2a39a311 Catch and delay errors in the root if debugger is active Tyler Goodlet 2021-05-30 11:33:08 -0400
  • 23a1622256 Don't kill root's immediate children when in debug Tyler Goodlet 2021-05-10 07:47:38 -0400
  • 63bdddd0c9 Add debug example that causes pdb stdin clobbering Tyler Goodlet 2021-05-10 07:46:16 -0400
  • 49d439b681 Add some brief todo notes on idea of shielded breakpoint Tyler Goodlet 2021-06-27 00:45:59 -0400
  • 6f05f5d5e6 Wait for debugger lock task context termination Tyler Goodlet 2021-06-13 20:21:18 -0400
  • b369b91357 Fix up var naming and typing Tyler Goodlet 2021-05-12 12:01:43 -0400
  • 969bce3aa4 Use context for remote debugger locking Tyler Goodlet 2021-05-10 07:25:55 -0400
  • 54d8c93f1b
    Merge pull request #219 from goodboy/bi_streaming_no_debugger_stuff goodboy 2021-07-31 12:27:53 -0400
  • 240f591234 Add 2-way streaming example to readme and scripts bi_streaming_no_debugger_stuff Tyler Goodlet 2021-07-31 12:10:25 -0400
  • 69bbf6a957 Install test deps and py3.9 for type check job Tyler Goodlet 2021-07-08 13:53:28 -0400
  • 443ebea165 Use "pdb" level logging in debug mode Tyler Goodlet 2021-07-08 13:02:33 -0400
  • 25779d48a8 Define explicit adapter level methods for mypy Tyler Goodlet 2021-07-08 12:51:35 -0400
  • fde52d2464 Mypy fixes Tyler Goodlet 2021-07-08 12:48:34 -0400
  • 8c927d708d Change trace to transport level round_2_ci_windows Tyler Goodlet 2021-06-30 13:47:07 -0400
  • 31590e82a3 Flip "trace" level to "transport" level logging Tyler Goodlet 2021-06-30 09:07:21 -0400
  • 5d74490f1e Change trace to transport level CI_increment_for_windows_bidirstreaming Tyler Goodlet 2021-06-30 13:47:07 -0400
  • 0d599e213c Flip "trace" level to "transport" level logging Tyler Goodlet 2021-06-30 09:07:21 -0400
  • a5e657713c Add fast fail test using the context api Tyler Goodlet 2021-06-30 16:48:32 -0400
  • 2305e1d4d3 Adjust debug tests to accomodate no more root clobbering Tyler Goodlet 2021-06-30 13:49:56 -0400
  • 623f473b84 Go back to only logging tbs on no debugger Tyler Goodlet 2021-06-30 08:45:43 -0400
  • 6af30d5609 Comment hard-kill-sidestep for now since nursery version covers it? Tyler Goodlet 2021-06-30 08:44:28 -0400
  • d39c56e4ac Solve the root-cancels-child-in-tty-lock race Tyler Goodlet 2021-06-29 15:15:32 -0400
  • 6a388deb9b Distinguish between a local pdb unlock and the tty unlock in root Tyler Goodlet 2021-06-27 11:59:21 -0400
  • b7b0b7d3fd Fix hard kill in debug mode; only do it when debug lock is empty Tyler Goodlet 2021-06-25 20:52:08 -0400
  • 996fe953dd Move debugger wait inside OCA nursery Tyler Goodlet 2021-06-10 14:02:12 -0400
  • 38c22dd82b Don't shield debugger status wait; it causes hangs Tyler Goodlet 2021-06-02 08:24:59 -0400
  • 1e864c168a Catch and delay errors in the root if debugger is active Tyler Goodlet 2021-05-30 11:33:08 -0400
  • f30fdae328 Don't kill root's immediate children when in debug Tyler Goodlet 2021-05-10 07:47:38 -0400
  • f69229b11a Add debug example that causes pdb stdin clobbering Tyler Goodlet 2021-05-10 07:46:16 -0400
  • 3367df4ae6 Wait for debugger lock task context termination Tyler Goodlet 2021-06-13 20:21:18 -0400
  • 079e1925b9 Fix up var naming and typing Tyler Goodlet 2021-05-12 12:01:43 -0400
  • 970d8b371c Use context for remote debugger locking Tyler Goodlet 2021-05-10 07:25:55 -0400
  • 929b6dcc83 Skip debugger tests on windows at module level Tyler Goodlet 2021-07-06 07:56:38 -0400
  • 2513c652c1 Go back to only logging crashes if no pdb gets engaged Tyler Goodlet 2021-06-29 15:55:03 -0400
  • 9ddb654783 Avoid mutate on iterate race Tyler Goodlet 2021-06-10 13:59:08 -0400
  • 7f86d63e77 Drop trip kwarg Tyler Goodlet 2021-07-05 14:16:23 -0400
  • 12f987514d Don't enter debug on closed resource errors Tyler Goodlet 2021-07-05 14:03:14 -0400
  • 98bbf8e0df Move join event trigger to direct exit path Tyler Goodlet 2021-07-05 13:37:09 -0400
  • b1cd7fdedf Don't shield on root cancel it can causes hangs Tyler Goodlet 2021-05-30 11:32:33 -0400
  • ef725c5972 Always hard kill sub-procs on teardown Tyler Goodlet 2021-06-25 20:52:08 -0400
  • a134bc490f Avoid mutate during interate error Tyler Goodlet 2021-06-30 13:52:31 -0400
  • 0623de0b47 Expect context cancelled when we cancel Tyler Goodlet 2021-06-30 13:52:04 -0400
  • b21e2a6caa Add pre-stream open error conditions Tyler Goodlet 2021-06-30 13:47:38 -0400
  • c6cdaf9c31 De-densify some code Tyler Goodlet 2021-06-30 08:45:09 -0400
  • 91640facbc Always shield cancel the caller on cancel-causing-errors, add teardown logging Tyler Goodlet 2021-06-28 00:18:28 -0400
  • c2484e88a1 First try: pack cancelled tracebacks and ship to caller Tyler Goodlet 2021-06-27 11:37:35 -0400
  • 3423ea4011 Add temp warning msg for context cancel call Tyler Goodlet 2021-06-27 00:46:36 -0400
  • af701c16ee Consider relaying context error via raised-in-scope-nursery task Tyler Goodlet 2021-06-24 19:56:05 -0400
  • 1703171bea Set stream "end of channel" after shielded check! Tyler Goodlet 2021-06-14 16:34:44 -0400
  • 3d633408fc Don't clobber msg loop mem chan on rx stream close Tyler Goodlet 2021-06-14 13:30:09 -0400
  • 8eb889a745 Modernize streaming tests Tyler Goodlet 2021-06-13 20:26:41 -0400
  • 349d82d182 Speedup the dynamic pubsub test Tyler Goodlet 2021-06-13 20:26:01 -0400
  • 7c5fd8ce9f Add detailed ``@tractor.context`` cancellation/termination tests Tyler Goodlet 2021-06-13 20:25:36 -0400
  • 196dea80db Drop trailing comma Tyler Goodlet 2021-06-13 20:22:26 -0400
  • 54916be601 Adjustments for non-frozen context dataclass change Tyler Goodlet 2021-06-13 20:21:49 -0400
  • 1a69727b75 Fix exception typing Tyler Goodlet 2021-06-13 20:19:52 -0400
  • 348148ff1e Explicitly formalize context/streaming teardown Tyler Goodlet 2021-06-13 19:58:52 -0400
  • 73302d9d16 Specially raise a `ContextCancelled` for a task-context rpc Tyler Goodlet 2021-06-13 18:03:50 -0400
  • 409f7f0d5a Expose streaming components at top level Tyler Goodlet 2021-06-13 18:02:27 -0400
  • eb3662f981 Add a specially handled `ContextCancelled` error Tyler Goodlet 2021-06-13 18:01:49 -0400
  • 3999849b03 Add a multi-task streaming test Tyler Goodlet 2021-06-10 14:00:09 -0400
  • 39b9896a62 Only close recv chan if we get a ref Tyler Goodlet 2021-06-10 13:58:06 -0400
  • 5b8b7d374a Add error case Tyler Goodlet 2021-06-10 13:57:16 -0400
  • 9a4244b9a6 Support no arg to `Context.started()` like trio Tyler Goodlet 2021-05-25 09:19:07 -0400
  • a2e2f7e7a8 Only send stop msg if not received from far end Tyler Goodlet 2021-05-11 23:42:34 -0400
  • 6559fb72aa Expose msg stream types at top level Tyler Goodlet 2021-05-11 23:41:26 -0400
  • e5bc07f355 Add dynamic pubsub test using new bidir stream apis Tyler Goodlet 2021-05-11 23:30:10 -0400
  • e311430d25 Be more pedantic with error handling Tyler Goodlet 2021-05-10 07:23:39 -0400
  • 08eb6bd019 Fix typing Tyler Goodlet 2021-05-07 11:52:08 -0400
  • 98133a984e Parametrize with async for style tests Tyler Goodlet 2021-05-07 11:41:18 -0400
  • 1f8966ba64 Support passing `shield` at stream contruction Tyler Goodlet 2021-05-07 11:20:51 -0400
  • 4240efc7e3 Add basic test set Tyler Goodlet 2021-05-02 14:13:44 -0400
  • 4846c6d498 Cancel scope on stream consumer completion Tyler Goodlet 2021-05-02 14:13:23 -0400
  • 14114547e8 Expose `@context` decorator at top level Tyler Goodlet 2021-05-02 14:12:35 -0400
  • e3955bb62b Add initial bi-directional streaming Tyler Goodlet 2021-05-01 15:10:03 -0400
  • 4d530deac3
    Merge pull request #215 from goodboy/transport_cleaning goodboy 2021-07-06 08:20:19 -0400
  • 00c4d69bd2 Change trace to transport level ctx_debugger_from_hardening Tyler Goodlet 2021-06-30 13:47:07 -0400
  • bd3832e70f Flip "trace" level to "transport" level logging Tyler Goodlet 2021-06-30 09:07:21 -0400
  • af61d93bad Add fast fail test using the context api Tyler Goodlet 2021-06-30 16:48:32 -0400
  • 1bca5c8144 Adjust debug tests to accomodate no more root clobbering Tyler Goodlet 2021-06-30 13:49:56 -0400
  • c174a59758 Go back to only logging tbs on no debugger Tyler Goodlet 2021-06-30 08:45:43 -0400
  • 91c70cad24 Comment hard-kill-sidestep for now since nursery version covers it? Tyler Goodlet 2021-06-30 08:44:28 -0400
  • 9b4f7a3076 Go back to only logging crashes if no pdb gets engaged Tyler Goodlet 2021-06-29 15:55:03 -0400
  • 3179eded73 Solve the root-cancels-child-in-tty-lock race Tyler Goodlet 2021-06-29 15:15:32 -0400
  • b603904d3e Distinguish between a local pdb unlock and the tty unlock in root Tyler Goodlet 2021-06-27 11:59:21 -0400