This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Description
ISSUE: tx_intr_poolset tests are failing on Fedora
Environment Information
PMDK package version(s): e25fc87
OS(es) version(s): Fedora 34
kernel version(s): 5.13.13-200
CMake version: 3.20.5
Please provide a reproduction of the bug:
Clone PMDK-convert repo
Create build directory and select it as the current working directory
Generate solution with CMake options:
$ cmake .. -DCMAKE_INSTALL_PREFIX=<install_directory> -DDEVELOPER_MODE=1 -DTRACE_TESTS=1 -DCMAKE_BUILD_TYPE=Release -DTESTS_USE_FORCED_PMEM=ON -DDEVICE_DAX_PATHS=\"/dev/dax0.0 /dev/dax0.17"
4.Run tests:
ctest -T test --test-output-size-passed 307200 --test-output-size-failed 307200 --no-compress-output --output-on-failure
How often bug is revealed: (always, often, rare): always
Actual behavior:
76% tests passed, 6 tests failed out of 25
Total Test time (real) = 665.40 sec
The following tests FAILED:
20 - tx_intr_pool_devdax (Failed)
21 - tx_intr_poolset_local_devdax (Failed)
22 - tx_intr_poolset_local_2devdaxes (Failed)
23 - tx_intr_poolset_local_devdax_rep_devdax (Failed)
24 - tx_intr_poolset_local_2devdaxes_rep_2regfiles (Failed)
25 - tx_intr_poolset_local_2regfiles_rep_2devdaxes (Failed)
Errors while running CTest
Expected behavior:
Tests should pass
Details
console.log.txt
Reactions are currently unavailable
ISSUE:
tx_intr_poolsettests are failing on FedoraEnvironment Information
Please provide a reproduction of the bug:
$ cmake .. -DCMAKE_INSTALL_PREFIX=<install_directory> -DDEVELOPER_MODE=1 -DTRACE_TESTS=1 -DCMAKE_BUILD_TYPE=Release -DTESTS_USE_FORCED_PMEM=ON -DDEVICE_DAX_PATHS=\"/dev/dax0.0 /dev/dax0.17"4.Run tests:
ctest -T test --test-output-size-passed 307200 --test-output-size-failed 307200 --no-compress-output --output-on-failureHow often bug is revealed: (always, often, rare): always
Actual behavior:
Expected behavior:
Tests should pass
Details
console.log.txt