Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Display skipped tests reason #26031

Merged
merged 1 commit into from
Sep 9, 2022

Conversation

aureleoules
Copy link
Contributor

Attempt to fix #26023.

@fanquake fanquake added the Tests label Sep 7, 2022
Copy link
Contributor

@kouloumos kouloumos left a comment

Choose a reason for hiding this comment

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

ACK f5a46ab, looks good and it definitely adds more context to someone running the functional tests to better understand why those tests are skipped.

Note: As most of the skip_test_if_missing_module checks are based on ./configuration options, reviewers can check for different skip reasons just with different configuration parameters instead of re-building.

@brunoerg
Copy link
Contributor

brunoerg commented Sep 7, 2022

Concept ACK

test/functional/test_runner.py Outdated Show resolved Hide resolved
@aureleoules aureleoules force-pushed the 2022-09-print-test-skip-reason branch from f5a46ab to 07b6e74 Compare September 8, 2022 10:41
Copy link
Contributor

@brunoerg brunoerg left a comment

Choose a reason for hiding this comment

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

ACK 07b6e74

@maflcko maflcko merged commit 013924a into bitcoin:master Sep 9, 2022
sidhujag pushed a commit to syscoin/syscoin that referenced this pull request Sep 11, 2022
07b6e74 test: Display skipped tests reason (Aurèle Oulès)

Pull request description:

  Attempt to fix bitcoin#26023.

ACKs for top commit:
  brunoerg:
    ACK 07b6e74

Tree-SHA512: 5d8f7fbd8d65772000a5da8c01276948b157d93d359203c6442cf2681cdcc2426b1fee7ec62cee100019c59a486a96ad98d5e819bffe1fd37624dcd28f42aed2
@aureleoules aureleoules deleted the 2022-09-print-test-skip-reason branch November 2, 2022 10:51
@bitcoin bitcoin locked and limited conversation to collaborators Nov 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running functional tests using test_runner.py does NOT display the SkipTest() message
5 participants