Skip to content

Add the task info to the skipped test message#3399

Closed
victorusu wants to merge 1 commit intoreframe-hpc:developfrom
victorusu:skip_message
Closed

Add the task info to the skipped test message#3399
victorusu wants to merge 1 commit intoreframe-hpc:developfrom
victorusu:skip_message

Conversation

@victorusu
Copy link
Contributor

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 becomes, 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

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
@vkarak
Copy link
Contributor

vkarak commented Feb 25, 2025

This is a duplicate of #3388 and is scheduled for 4.7.4. The develop branch will be updated as usual after the release.

@vkarak vkarak closed this Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants