Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible bug in reframe logging #3127

Closed
xinye83 opened this issue Feb 27, 2024 · 3 comments
Closed

possible bug in reframe logging #3127

xinye83 opened this issue Feb 27, 2024 · 3 comments

Comments

@xinye83
Copy link

xinye83 commented Feb 27, 2024

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
Copy link
Contributor

vkarak commented Jun 14, 2024

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
Copy link

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
Copy link
Contributor

vkarak commented Jun 24, 2024

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

@vkarak vkarak closed this as completed Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants