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
214 stars 101 forks source link

possible bug in reframe logging #3127

Closed xinye83 closed 2 months ago

xinye83 commented 6 months ago

reframe-bug.tar.gz

Steps to reproduce after downloading the attached tarball

tar -xf reframe-bug.tar.gz
cd reframe-bug
module load cray-python
python3 -m venv venv
pip install reframe-hpc
reframe -C config.py -c test.py -r

The tests defined in run_2 are OK but those defined in run_1 all give a logging error.

vkarak commented 2 months ago

What is the exact log error that you get? One obvious thing I see is that you don't activate the venv environment before installing reframe, so you're doing a global installation.

xinye-hpe commented 2 months ago

I can't reproduce this issue with reframe 4.6.1 (with or without activating the virtual env). Looks like the original conversation on Slack was more than 90 days ago and is hidden.

vkarak commented 2 months ago

Closing this then. Feel free to reopen if you hit it again.