Skip to content

Added net_receiver elements in NetworkDetectorToDaqConnection declarations in hdf5write_test_hwmap.data.xml#493

Merged
eflumerf merged 1 commit into
developfrom
kbiery/test_hwmap_updates
Jun 29, 2026
Merged

Added net_receiver elements in NetworkDetectorToDaqConnection declarations in hdf5write_test_hwmap.data.xml#493
eflumerf merged 1 commit into
developfrom
kbiery/test_hwmap_updates

Conversation

@bieryAtFnal

Copy link
Copy Markdown
Collaborator

Description

Addresses #492

This fixes the recently observed crash in the HDF5Write_test unit test, and it brings the NetworkDetectorToDaqConnection declarations more in line with current usage.

I also added NetworkInterface elements in FakeDataSender declarations, in the same spirit (trying to stay up-to-date).

Here are suggested instructions for testing this change:

DATE_PREFIX=`date '+%d%b'`
TIME_SUFFIX=`date '+%H%M'`

source /cvmfs/dunedaq.opensciencegrid.org/setup_dunedaq.sh
setup_dbt latest
dbt-create -n NFD_DEV_260629_A9 ${DATE_PREFIX}FDDevHDF5WriteTestFix_${TIME_SUFFIX}
cd ${DATE_PREFIX}FDDevHDF5WriteTestFix_${TIME_SUFFIX}/sourcecode

git clone https://github.com/DUNE-DAQ/daqsystemtest.git -b develop
git clone https://github.com/DUNE-DAQ/dfmodules.git -b develop
cd ..

. ./env.sh
dbt-build -j 12
dbt-workarea-env

dbt-build -j 12 --unittest dfmodules

echo ""
echo -e "\U1F535 \U2705 Note that the HDF5Write_test unit test failed. \U2705 \U1F535"
echo ""
echo ""
sleep 3

cd sourcecode/dfmodules
git checkout kbiery/test_hwmap_updates
cd ../..

dbt-build -j 12 --unittest dfmodules

echo ""
echo -e "\U1F535 \U2705 Note that the HDF5Write_test unit test works with the updated hdf5write_test_hwmap.data.xml file. \U2705 \U1F535"
echo ""
echo ""

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Testing checklist

  • Unit tests pass (e.g. dbt-build --unittest)

…tions in hdf5write_test_hwmap.data.xml. This fixes the recently observed crash in the HDF5Write_test unit test, and it brings the NetworkDetectorToDaqConnection declarations more in line with current usage. Also added NetworkInterface elements in FakeDataSender declarations, in the same spirit (trying to stay up-to-date).
@eflumerf eflumerf merged commit e5ab491 into develop Jun 29, 2026
6 checks passed
@eflumerf eflumerf deleted the kbiery/test_hwmap_updates branch June 29, 2026 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants