Commit b350aa0
committed
Wire
Continues the hygiene pattern from de60167 (cancel tests) into
`tests/test_infected_asyncio.py`: many tests here were calling
`tractor.open_nursery()` w/o `registry_addrs=[reg_addr]` and thus racing
on the default `:1616` registry across sessions. Thread the
session-unique `reg_addr` through so leaked or slow-to-teardown
subactors from a prior test can't cross-pollute.
Deats,
- add `registry_addrs=[reg_addr]` to `open_nursery()`
calls in suite where missing.
- `test_sigint_closes_lifetime_stack`:
- add `reg_addr`, `debug_mode`, `start_method`
fixture params
- `delay` now reads the `debug_mode` param directly
instead of calling `tractor.debug_mode()` (fires
slightly earlier in the test lifecycle)
- sanity assert `if debug_mode: assert
tractor.debug_mode()` after nursery open
- new print showing SIGINT target
(`send_sigint_to` + resolved pid)
- catch `trio.TooSlowError` around
`ctx.wait_for_result()` and conditionally
`pytest.xfail` when `send_sigint_to == 'child'
and start_method == 'subint_forkserver'` — the
known orphan-SIGINT limitation tracked in
`ai/conc-anal/subint_forkserver_orphan_sigint_hang_issue.md`
- parametrize id typo fix: `'just_trio_slee'` → `'just_trio_sleep'`
(this commit msg was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-codereg_addr through infected-asyncio tests1 parent d6e70e9 commit b350aa0
1 file changed
Lines changed: 70 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
208 | | - | |
| 209 | + | |
209 | 210 | | |
210 | | - | |
211 | | - | |
212 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
| |||
277 | 278 | | |
278 | 279 | | |
279 | 280 | | |
280 | | - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
281 | 284 | | |
282 | 285 | | |
283 | 286 | | |
| |||
360 | 363 | | |
361 | 364 | | |
362 | 365 | | |
363 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
364 | 369 | | |
365 | 370 | | |
366 | 371 | | |
| |||
569 | 574 | | |
570 | 575 | | |
571 | 576 | | |
572 | | - | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
573 | 580 | | |
574 | 581 | | |
575 | 582 | | |
| |||
582 | 589 | | |
583 | 590 | | |
584 | 591 | | |
585 | | - | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
586 | 595 | | |
587 | | - | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
588 | 599 | | |
589 | 600 | | |
590 | 601 | | |
| |||
619 | 630 | | |
620 | 631 | | |
621 | 632 | | |
| 633 | + | |
622 | 634 | | |
623 | 635 | | |
624 | 636 | | |
| |||
667 | 679 | | |
668 | 680 | | |
669 | 681 | | |
| 682 | + | |
670 | 683 | | |
671 | 684 | | |
672 | 685 | | |
| |||
707 | 720 | | |
708 | 721 | | |
709 | 722 | | |
| 723 | + | |
710 | 724 | | |
711 | 725 | | |
712 | 726 | | |
| |||
806 | 820 | | |
807 | 821 | | |
808 | 822 | | |
| 823 | + | |
809 | 824 | | |
810 | 825 | | |
811 | 826 | | |
| |||
984 | 999 | | |
985 | 1000 | | |
986 | 1001 | | |
987 | | - | |
| 1002 | + | |
988 | 1003 | | |
989 | 1004 | | |
990 | 1005 | | |
| |||
1000 | 1015 | | |
1001 | 1016 | | |
1002 | 1017 | | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
1003 | 1021 | | |
1004 | 1022 | | |
1005 | 1023 | | |
1006 | | - | |
1007 | 1024 | | |
| 1025 | + | |
1008 | 1026 | | |
1009 | 1027 | | |
1010 | 1028 | | |
| |||
1014 | 1032 | | |
1015 | 1033 | | |
1016 | 1034 | | |
1017 | | - | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
1018 | 1040 | | |
1019 | 1041 | | |
1020 | 1042 | | |
| 1043 | + | |
1021 | 1044 | | |
1022 | 1045 | | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
1023 | 1051 | | |
1024 | 1052 | | |
1025 | 1053 | | |
| |||
1054 | 1082 | | |
1055 | 1083 | | |
1056 | 1084 | | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
1057 | 1089 | | |
1058 | 1090 | | |
1059 | 1091 | | |
| |||
1064 | 1096 | | |
1065 | 1097 | | |
1066 | 1098 | | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
1067 | 1103 | | |
1068 | | - | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
1069 | 1107 | | |
1070 | 1108 | | |
1071 | 1109 | | |
1072 | 1110 | | |
1073 | 1111 | | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
1074 | 1130 | | |
1075 | 1131 | | |
1076 | 1132 | | |
| |||
1170 | 1226 | | |
1171 | 1227 | | |
1172 | 1228 | | |
| 1229 | + | |
1173 | 1230 | | |
1174 | 1231 | | |
1175 | 1232 | | |
| |||
0 commit comments