Commit 791babd
authored
Stop issues (#20)
* Fix engine shutdown ordering and sink stop behavior (#18) (#19)
* Fix engine shutdown ordering and sink stop behavior
* Use maturin develop in CI test install
* Avoid uv editable install in CI sync
* Exclude macloop from uv sync in CI
* Bypass uv project install in CI commands
* Use actual macOS Swift stdlib path in CI
* Expose Swift stdlib path to CI build tools
* Run maturin directly in wheel build job
* Detect Swift stdlib path dynamically in CI
* Build separate macOS wheels instead of universal2
* Build x86_64 wheel on Intel macOS runner
* Use supported Intel macOS runner label
* Publish arm64 macOS wheel and sdist only
* Add x86_64 Swift runtime debug job
* Restore x86_64 wheel to build matrix
* Resolve Swift stdlib from libswiftCore in CI
* Resolve Swift runtime from swift target info
* Fix workflow YAML for Swift runtime resolver
* Make Swift resolver work on macOS bash 3.2
* Move Swift runtime resolution into Python script
* Add Swift-aware wheel repair step
* Remove temporary Swift debug jobs
* Harden macOS wheel CI validation
* Fix wheel smoke test import path
* Prefer system Swift runtime when available
* Harden Swift repair path validation
* Remove unused Swift debug script
* Enforce real timeout in medium close tests
* Test single-engine hot restart shutdown
* Fix single-engine sink restart shutdown
* Keep ffi sink close backward compatible
* Fix stop_twice unit test expectations1 parent 607aa95 commit 791babd
6 files changed
Lines changed: 238 additions & 30 deletions
File tree
- core_engine/src/outputs
- macloop
- python_ffi/src
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | 181 | | |
186 | 182 | | |
187 | 183 | | |
188 | 184 | | |
189 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
190 | 195 | | |
191 | 196 | | |
192 | 197 | | |
| |||
323 | 328 | | |
324 | 329 | | |
325 | 330 | | |
326 | | - | |
| 331 | + | |
327 | 332 | | |
328 | 333 | | |
329 | 334 | | |
| |||
387 | 392 | | |
388 | 393 | | |
389 | 394 | | |
390 | | - | |
| 395 | + | |
391 | 396 | | |
392 | 397 | | |
393 | 398 | | |
394 | 399 | | |
395 | 400 | | |
396 | | - | |
| 401 | + | |
397 | 402 | | |
398 | 403 | | |
399 | 404 | | |
| |||
408 | 413 | | |
409 | 414 | | |
410 | 415 | | |
411 | | - | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
412 | 423 | | |
413 | 424 | | |
414 | 425 | | |
| |||
430 | 441 | | |
431 | 442 | | |
432 | 443 | | |
433 | | - | |
| 444 | + | |
434 | 445 | | |
435 | 446 | | |
436 | 447 | | |
| |||
672 | 683 | | |
673 | 684 | | |
674 | 685 | | |
675 | | - | |
676 | | - | |
| 686 | + | |
677 | 687 | | |
678 | 688 | | |
679 | 689 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
543 | | - | |
| 542 | + | |
544 | 543 | | |
545 | 544 | | |
546 | 545 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
71 | 90 | | |
72 | 91 | | |
73 | 92 | | |
| |||
506 | 525 | | |
507 | 526 | | |
508 | 527 | | |
| 528 | + | |
509 | 529 | | |
510 | | - | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
511 | 534 | | |
512 | 535 | | |
513 | 536 | | |
514 | 537 | | |
515 | | - | |
516 | 538 | | |
517 | 539 | | |
518 | 540 | | |
| |||
634 | 656 | | |
635 | 657 | | |
636 | 658 | | |
| 659 | + | |
637 | 660 | | |
638 | | - | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
639 | 665 | | |
640 | 666 | | |
641 | 667 | | |
642 | 668 | | |
643 | | - | |
644 | 669 | | |
645 | 670 | | |
646 | 671 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
907 | | - | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
908 | 913 | | |
909 | 914 | | |
910 | 915 | | |
| |||
915 | 920 | | |
916 | 921 | | |
917 | 922 | | |
918 | | - | |
| 923 | + | |
919 | 924 | | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
920 | 951 | | |
921 | 952 | | |
922 | 953 | | |
923 | 954 | | |
924 | 955 | | |
925 | 956 | | |
926 | | - | |
| 957 | + | |
927 | 958 | | |
928 | 959 | | |
929 | 960 | | |
930 | 961 | | |
931 | 962 | | |
932 | 963 | | |
933 | 964 | | |
| 965 | + | |
934 | 966 | | |
935 | 967 | | |
936 | 968 | | |
| |||
944 | 976 | | |
945 | 977 | | |
946 | 978 | | |
947 | | - | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
948 | 985 | | |
949 | 986 | | |
950 | 987 | | |
| 988 | + | |
951 | 989 | | |
952 | 990 | | |
953 | 991 | | |
954 | 992 | | |
955 | 993 | | |
956 | 994 | | |
957 | 995 | | |
958 | | - | |
| 996 | + | |
959 | 997 | | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
960 | 1019 | | |
961 | 1020 | | |
962 | 1021 | | |
963 | 1022 | | |
964 | 1023 | | |
965 | 1024 | | |
966 | | - | |
| 1025 | + | |
967 | 1026 | | |
968 | 1027 | | |
969 | 1028 | | |
| |||
1539 | 1598 | | |
1540 | 1599 | | |
1541 | 1600 | | |
| 1601 | + | |
1542 | 1602 | | |
1543 | 1603 | | |
1544 | 1604 | | |
| |||
1559 | 1619 | | |
1560 | 1620 | | |
1561 | 1621 | | |
| 1622 | + | |
1562 | 1623 | | |
1563 | 1624 | | |
1564 | 1625 | | |
| |||
0 commit comments