Skip to content

Conversation

@vkarak
Copy link
Contributor

@vkarak vkarak commented Jun 14, 2023

The fix was straightforward; we need to re-calculate the the in-degree of the nodes of the pruned graph, which is the testcase graph after filtering.

Closes #2916.

@vkarak vkarak added this to the ReFrame 4.3 milestone Jun 14, 2023
@vkarak vkarak requested review from ekouts and teojgo June 14, 2023 22:18
@vkarak vkarak self-assigned this Jun 14, 2023
@codecov
Copy link

codecov bot commented Jun 14, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (fe49f64) 86.95% compared to head (4964b48) 86.96%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2927   +/-   ##
=======================================
  Coverage   86.95%   86.96%           
=======================================
  Files          60       60           
  Lines       11546    11551    +5     
=======================================
+ Hits        10040    10045    +5     
  Misses       1506     1506           
Impacted Files Coverage Δ
reframe/frontend/dependencies.py 98.76% <100.00%> (+0.03%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@vkarak vkarak requested a review from victorusu June 15, 2023 12:38
Copy link
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

@vkarak vkarak merged commit 1d9a526 into reframe-hpc:master Jun 16, 2023
@vkarak vkarak deleted the bugfix/cleanup-fixtures branch June 16, 2023 09:16
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.

Cleanup is not called for fixtures that are referenced also in test that are not run

3 participants