reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
224 stars 104 forks source link

ReFrame session hangs when filesystem does not support locking #3311

Open teojgo opened 2 weeks ago

teojgo commented 2 weeks ago

If the filesystem does not support locking, ReFrame deadlocks when it ries to add the performance results to the database: https://reframe-hpc.readthedocs.io/en/develop/tutorial.html#run-reports-and-performance-logging

vkarak commented 2 weeks ago

If you disable the DB feature does it still hang? Because I think that locks are now used also for generating the file reports.