OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-247-gc0ece25
Gerrit Code Review
gerrit@openafs.org
Wed, 1 Mar 2023 23:04:34 -0500
The following commit has been merged in the master branch:
commit c0ece254caf41a64cb28aa52a4a98578f006cde1
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Dec 30 19:03:56 2022 -0600
tests: Add unit tests for rx_atomic.h
Add tests for our rx_atomic macros to make sure they do what they say
they do (e.g. rx_atomic_inc() adds 1). Also add a simple test running
a bunch of atomic ops in multiple threads, to try to check that the
operations are actually atomic.
Change-Id: I6e776f280eaf547e9862ceed9798d0d43773fa2c
Reviewed-on: https://gerrit.openafs.org/15279
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
tests/TESTS | 1 +
tests/rx/.gitignore | 1 +
tests/rx/Makefile.in | 5 +-
tests/rx/atomic-t.c | 196 +++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 202 insertions(+), 1 deletion(-)
--
OpenAFS Master Repository