Skip to content

Conversation

@ccdle12
Copy link
Contributor

@ccdle12 ccdle12 commented Jun 22, 2020

fixes #19345

This PR replaces consecutive calls to stop_node() and start_node() with restart_node() where appropriate in the functional tests.

The commit messages are repetitive but focused on each file changed with the intention of squashing if applicable.

@fanquake fanquake added the Tests label Jun 22, 2020
@maflcko
Copy link
Member

maflcko commented Jun 22, 2020

There are less than 25 occurrences, so instead of 13 commits, I think this could be a single commit

@ccdle12
Copy link
Contributor Author

ccdle12 commented Jun 22, 2020

There are less than 25 occurrences, so instead of 13 commits, I think this could be a single commit

Thanks, I'll squash them

@ccdle12 ccdle12 force-pushed the test-refactor-restart-node branch from 3ad7288 to 20b6e95 Compare June 22, 2020 11:06
@DrahtBot
Copy link
Contributor

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Conflicts

Reviewers, this pull request conflicts with the following ones:

If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.

@laanwj
Copy link
Member

laanwj commented Jun 22, 2020

Checked (with git grep -C3 stop_node\() that none of the remaining uses of stop_node(x) is trivially followed by start_node(x).
ACK 20b6e95

@laanwj laanwj merged commit a6aac20 into bitcoin:master Jun 22, 2020
Fabcien pushed a commit to Bitcoin-ABC/bitcoin-abc that referenced this pull request Apr 21, 2021
Summary: This is a backport of [[bitcoin/bitcoin#19350 | core#19350]]

Test Plan: `ninja check-functional`

Reviewers: #bitcoin_abc, majcosta

Reviewed By: #bitcoin_abc, majcosta

Differential Revision: https://reviews.bitcoinabc.org/D9432
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Feb 15, 2022
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.

test: refactor restart_node

5 participants