Commit 6dccfb5
committed
Issue #127: the SSH-round-trip oracle skips macOS CI, and its job gets headroom
The macos legs died at timeout-minutes=30 with the suite only 15% done:
measured 14.4 tests/min vs ubuntu's 253 -- and 1,482 of the 1,780 seconds
spent sat in one file, TestLocalAndRemoteAgree. Every case is a real
SSH round-trip against the in-process server, and macOS CI runners pay
Gatekeeper verification on every process spawn.
That class now skips where it hurts (darwin AND CI); developer macOS and
two other platforms keep the full oracle coverage. The test job's bound
moves to 45 minutes so a slow leg reports pass/fail instead of being
executed for time.1 parent 987ee33 commit 6dccfb5
2 files changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
512 | 514 | | |
513 | 515 | | |
514 | 516 | | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
515 | 534 | | |
516 | 535 | | |
517 | 536 | | |
| |||
0 commit comments