bareos: master 6244bd36

Author Committer Branch Timestamp Parent
arogge arogge master 2021-06-15 17:34 master 3934b8bb Pending
Changeset tests: fix data-race in statefile test

previusly the read and write test used to same statefile path which lead
to a race on the file if both tests were run at the same time (as is the
default when using `ctest -j X`.
This patch makes the read-test use a differently named file so there is
no race anymore.
mod - core/src/tests/statefile.cc Diff File
add - core/src/tests/statefile/bareos-dir-32bit-read.42001.state.original Diff File
add - core/src/tests/statefile/bareos-dir-read.42001.state.original Diff File