Add the task info to the skipped test message#3399
Closed
victorusu wants to merge 1 commit intoreframe-hpc:developfrom
Closed
Add the task info to the skipped test message#3399victorusu wants to merge 1 commit intoreframe-hpc:developfrom
victorusu wants to merge 1 commit intoreframe-hpc:developfrom
Conversation
Currently, one does not know, while ReFrame is running, the tests that have been skipped, because the output of ReFrame is similar to [ SKIP ] (10/20) skipped due to skipped dependencies [ SKIP ] (11/20) skipped due to skipped dependencies This PR adds the task info to the output line. So, it becames, similar to [ SKIP ] (10/20) build_uenv_check /240cb0d8 @ScoPi:login+builtin skipped due to skipped dependencies [ SKIP ] (11/20) update_uenv_check /73c7cf7c @ScoPi:login+builtin skipped due to skipped dependencies
teojgo
approved these changes
Feb 25, 2025
Contributor
|
This is a duplicate of #3388 and is scheduled for 4.7.4. The |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, one does not know, while ReFrame is running, the tests that have been skipped, because the output of ReFrame is similar to
This PR adds the task info to the output line. So, it becomes, similar to