[openssh-commits] [openssh] branch master updated (8ead62ed -> a6f4ac8a)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Mar 1 22:07:16 AEDT 2023


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  8ead62ed  upstream: fatal out if allocating banner string fails to avoid
       new  a6f4ac8a  upstream: Rework logging for the regression tests.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit a6f4ac8a2baf77e5361cfa017d0dc250d1409bec
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Wed Mar 1 09:29:32 2023 +0000

    upstream: Rework logging for the regression tests.
    
    Previously we would log to ssh.log and sshd.log, but that is insufficient
    for tests that have more than one concurent ssh/sshd.
    
    Instead, we'll log to separate datestamped files in a $OBJ/log/ and
    leave a symlink at the previous location pointing at the most recent
    instance with an entry in regress.log showing which files were created
    at each point.  This should be sufficient to reconstruct what happened
    even for tests that use multiple instances of each program.  If the test
    fails, tar up all of the logs for later analysis.
    
    This will let us also capture the output from some of the other tools
    which was previously sent to /dev/null although most of those will be
    in future commits.
    
    OpenBSD-Regress-ID: f802aa9e7fa51d1a01225c05fb0412d015c33e24

Summary of changes:
 Makefile.in                                        |  5 ++
 regress/Makefile                                   |  6 +-
 regress/agent-restrict.sh                          |  6 +-
 regress/agent.sh                                   |  4 +-
 regress/integrity.sh                               |  4 +-
 regress/multiplex.sh                               |  4 +-
 regress/sshd-log-wrapper.sh                        | 12 ----
 regress/test-exec.sh                               | 80 ++++++++++++++++++----
 .../regress/strduptest.c => regress/timestamp.c    | 47 +++++++------
 9 files changed, 105 insertions(+), 63 deletions(-)
 delete mode 100644 regress/sshd-log-wrapper.sh
 copy openbsd-compat/regress/strduptest.c => regress/timestamp.c (54%)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list