Skip to content

Conversation

@vkarak
Copy link
Contributor

@vkarak vkarak commented Apr 6, 2023

ReFrame 4.0 erroneously changed the check_perf_lower/upper_thres log record attributes to check_perf_lower/upper, but only for the single line output of perflog. The multiline output still recognised the original names. This PR fixes this inconsistency by using the original names everywhere.

Closes #2809.

@vkarak vkarak added this to the ReFrame 4.2 milestone Apr 6, 2023
@vkarak vkarak requested review from ekouts, teojgo and victorusu April 6, 2023 20:32
@vkarak vkarak self-assigned this Apr 6, 2023
@codecov-commenter
Copy link

codecov-commenter commented Apr 6, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (7255aef) 86.79% compared to head (856fad0) 86.80%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2852   +/-   ##
=======================================
  Coverage   86.79%   86.80%           
=======================================
  Files          60       60           
  Lines       11348    11348           
=======================================
+ Hits         9850     9851    +1     
+ Misses       1498     1497    -1     
Impacted Files Coverage Δ
reframe/core/logging.py 80.67% <ø> (ø)
reframe/core/settings.py 100.00% <ø> (ø)

... and 1 file with indirect coverage changes

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 in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@vkarak vkarak merged commit 613856a into reframe-hpc:master Apr 7, 2023
@vkarak vkarak deleted the bugfix/logging-perf-thres branch April 7, 2023 08:51
@vkarak vkarak linked an issue Apr 7, 2023 that may be closed by this pull request
@vkarak vkarak linked an issue Apr 7, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Unclear reference threshold log attribute names

3 participants