reframe
reframe copied to clipboard
A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
Some tests may have done local modifications that would need to be reverted if they are aborted.
Sometimes a test my need to use `sudo` to run a command. This currently fails, as stdin is set to `/dev/null` when we spawn processes. Reading from stdin is not...
[Pyxis](https://github.com/NVIDIA/pyxis) is a SPANK plugin which uses [enroot](https://github.com/nvidia/enroot) to launch containers.
Would adding tests with the [VkFFT](https://github.com/DTolm/VkFFT) library be considered?
I am opening this after a conversation with @jgphpc : When we define module with the full path there can be unnecessary duplication in the code: `config.py` ```python ... 'modules':...
Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 3.3.0 to 3.4.0. Release notes Sourced from argcomplete's releases. v3.4.0 No stdin for python calls from bash completion functions (#488) Prevents usage of stdin by (python) executables...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2. Release notes Sourced from pytest's releases. 8.2.2 pytest 8.2.2 (2024-06-04) Bug Fixes #12355: Fix possible catastrophic performance slowdown on a certain parametrization pattern involving...
Bumps [setuptools](https://github.com/pypa/setuptools) from 59.6.0 to 70.1.1. Release notes Sourced from setuptools's releases. v70.1.1 No release notes provided. v70.1.0 No release notes provided. v70.0.0 No release notes provided. v69.5.1 No release...
Closes #3024. Still WIP – I am following the codecov tutorial to set it up properly.
When running with `--restore-session` and `--failed`, the following error occurs if any of the tests were skipped in the run being restored: ``` Traceback (most recent call last): File "/mnt/.../.venv/lib/python3.9/site-packages/reframe/frontend/runreport.py",...