OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-353-g09c4cad

Gerrit Code Review gerrit@openafs.org
Tue, 28 Oct 2025 23:46:34 -0400


The following commit has been merged in the master branch:
commit 09c4cad329530a7a2deb04036c8b79b1ad440cde
Author: Marcio Barbosa <mbarbosa@sinenomine.net>
Date:   Tue Oct 28 18:05:14 2025 +0000

    tests: Use pthread-based binaries instead of LWP
    
    The test suite currently runs the LWP versions of vos and pt_util
    instead of the pthreaded ones. On macOS arm64, the LWP implementation
    has been unreliable for various reasons, often causing segmentation
    faults during execution.
    
    While those are bugs and could be fixed, LWP in general is deprecated,
    and we care more about the pthreaded versions. At least for now, just
    update these tests to run the pthreaded versions of binaries, so we can
    run the tests on more platforms, and so we test the binaries that are
    more likely to actually be used.
    
    Change-Id: I27038a075511a6bc1379bae72a51995b6c222a13
    Reviewed-on: https://gerrit.openafs.org/16596
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 tests/ptserver/pt_util-t | 2 +-
 tests/volser/vos-t.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository