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

docs: to README.md add tests troubleshooting (run in series) #1729

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

riverKanies
Copy link
Contributor

@riverKanies riverKanies commented Nov 18, 2024

Description

This PR addresses #1723
Shows how to force tests to run in series (rather than parallel) in case of issues running tests that use bitcoind or electrsd

Notes to the reviewers

Can also enforce running in series like #1728
I figured it wouldn't hurt to add this to the README.md anyway so made a PR for both

Bugfixes:

  • I'm linking the issue being fixed by this PR

README.md Outdated
Comment on lines 85 to 86
If tests are failing with `cargo test` it could be an issue related to tests that use bitcoind or electrsd running in parallel. To force tests to run in series you can try:

Copy link
Contributor

Choose a reason for hiding this comment

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

Do you know if anyone else faced this on Linux? I guess it's a macOS-related issue, maybe we should point that out here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am having this issue on mac, however I have no idea if it's exclusive to mac so it's probably worth being aware of for anyone who's having issues running the tests

Copy link
Contributor Author

Choose a reason for hiding this comment

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

went ahead and added a note that it's known to affect mac users

@riverKanies riverKanies force-pushed the docs/add-troubleshooting-tests-to-readme branch from 4cbab45 to 6c80080 Compare November 21, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants