-
Notifications
You must be signed in to change notification settings - Fork 117
[bugfix] Get performance info from within the changedir #2625
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
Conversation
|
@jgphpc can you check this? |
Codecov ReportBase: 86.26% // Head: 86.26% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2625 +/- ##
=======================================
Coverage 86.26% 86.26%
=======================================
Files 60 60
Lines 10985 10987 +2
=======================================
+ Hits 9476 9478 +2
Misses 1509 1509
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
@jenkins-cscs retry daint |
vkarak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like that this fix is a workaround for something different. At this point the test has finished and perfvalues is a "static" value; it does not compute anything on-the-fly, so I was wondering how this could fail?
The problem was coming when trying to run the test given here: eth-cscs/cscs-reframe-tests#30 It was because the performance info was querying |
|
The problem in this case is not how we call the |
This allows performing more complicated performance queries such as:
If the above is executed outside the stagedir then
self.stdoutis not found.