test: add OpenSSH compatibility score gate (#276) - #288
Merged
Conversation
Pin OpenSSH portable and add a client-only harness that cross-checks failures with the reference client and enforces per-test timeouts. Commit the audited 89-test manifest, baseline artifacts, focused harness self-tests, local documentation, and Linux/macOS CI coverage. Refs #276
Export the Homebrew OpenSSL 3 include, library, and pkg-config paths so the pinned OpenSSH configure step can find a working libcrypto on macOS runners. Refs #276
Add evidence-based eligible-result floors, verify the immutable OpenSSH commit, and keep generated artifacts out of the executable build cache. Bound diagnostic capture and logs, make skip classification strict, and clean up timed-out sshd processes before reference reruns. Refs #276
Use a nonblocking output reader so detached descendants cannot bypass the per-test timeout, and verify process identity again before forced cleanup. Require an ownership marker before replacing log directories and unlink result paths without following symlinks. Refs #276
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a pinned OpenSSH portable regression harness that:
V_10_3_P1commit and drives an audited 89-test client candidate inventory with the complete upstreamt-exechelper environmentThe manifest keeps
forwardingrunnable, excludes the pure sshd-sideallow-deny-userstest, and documents the historicalpubkey-priorityinventory discrepancy without rewriting the measured baseline.Validation
make openssh-regress-selftest(13 focused tests)make openssh-regress-listpython3 -m py_compile tests/openssh-regress/run.py tests/openssh-regress/test_run.pycargo check --locked --bin bsshpython3 tests/openssh-regress/run.py --test addrmatch --timeout 60git diff --checkCloses #276