test: Fail if connect_nodes fails#25443
Merged
laanwj merged 1 commit intobitcoin:masterfrom Jun 22, 2022
Hidden character warning
The head ref may contain hidden characters: "2206-test-fail-connect-\ud83d\udc47"
Merged
Conversation
Also replace the use of wait_until_helper, which is not allowed to be called directly. Otherwise, --timeout-factor will not be honoured.
faac5d9 to
faee330
Compare
Member
|
Tested ACK faee330 |
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Jun 22, 2022
faee330 test: Fail if connect_nodes fails (MacroFake) Pull request description: Currently, `connect_nodes` will return silently when the connection is disconnected while connecting. This is confusing, so fix it. Can be tested by reverting the signet test change and observing the failure when running the test. ACKs for top commit: laanwj: Tested ACK faee330 Tree-SHA512: 641ca8adcb9f5ff33239b143573bddc0dfde41dbd103751ee870f1572ca2469f6a0d4bab6693102454cd3e270ef8251d87fbfac48f6d8adac70d2d6bbffaae56
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Jun 22, 2022
This reverts commit 51fcdf5.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently,
connect_nodeswill return silently when the connection is disconnected while connecting. This is confusing, so fix it.Can be tested by reverting the signet test change and observing the failure when running the test.