Skip to content

[bugfix] Generate perflog record for XFAIL and XPASS tests#3656

Merged
vkarak merged 1 commit intoreframe-hpc:developfrom
vkarak:bugfix/xfail-xpass-no-perflogs
Apr 30, 2026
Merged

[bugfix] Generate perflog record for XFAIL and XPASS tests#3656
vkarak merged 1 commit intoreframe-hpc:developfrom
vkarak:bugfix/xfail-xpass-no-perflogs

Conversation

@vkarak
Copy link
Copy Markdown
Contributor

@vkarak vkarak commented Apr 25, 2026

Fixes #3655.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

❌ Patch coverage is 77.77778% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.88%. Comparing base (fe5f765) to head (0a73757).
⚠️ Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
reframe/frontend/executors/__init__.py 77.77% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3656      +/-   ##
===========================================
+ Coverage    91.69%   91.88%   +0.18%     
===========================================
  Files           62       62              
  Lines        13758    13759       +1     
===========================================
+ Hits         12616    12643      +27     
+ Misses        1142     1116      -26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

@victorusu victorusu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. This is great!

@github-project-automation github-project-automation Bot moved this from Todo to In Progress in ReFrame Backlog Apr 30, 2026
Signed-off-by: Vasileios Karakasis <vkarak@gmail.com>
@vkarak vkarak force-pushed the bugfix/xfail-xpass-no-perflogs branch from e57a01f to 0a73757 Compare April 30, 2026 09:51
@vkarak vkarak enabled auto-merge April 30, 2026 09:51
@vkarak vkarak merged commit 6436126 into reframe-hpc:develop Apr 30, 2026
31 of 32 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in ReFrame Backlog Apr 30, 2026
@vkarak vkarak deleted the bugfix/xfail-xpass-no-perflogs branch April 30, 2026 11:25
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.

XFAIL tests do not get logged

2 participants