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

chore(PocketIC): retry in PocketIC bitcoin integration tests #3491

Merged
merged 3 commits into from
Jan 17, 2025

Conversation

mraszyk
Copy link
Contributor

@mraszyk mraszyk commented Jan 17, 2025

This PR prevents spurious errors in PocketIC bitcoin integration tests

---- bitcoin_integration_test stdout ----
thread 'bitcoin_integration_test' panicked at rs/pocket_ic_server/tests/bitcoin_integration_tests.rs:145:10:
called `Result::unwrap()` on an `Err` value: JsonRpc(Transport(SocketError(Os { code: 111, kind: ConnectionRefused, message: "Connection refused" })))
stack backtrace:

by retrying generating blocks until the bitcoind is up and running.

@mraszyk mraszyk requested a review from a team as a code owner January 17, 2025 08:21
@github-actions github-actions bot added the chore label Jan 17, 2025
@mraszyk mraszyk enabled auto-merge January 17, 2025 09:58
@mraszyk mraszyk added this pull request to the merge queue Jan 17, 2025
Merged via the queue into master with commit 393241e Jan 17, 2025
26 checks passed
@mraszyk mraszyk deleted the mraszyk/pic-retry-btc-tests branch January 17, 2025 10:17
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