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

Add regtest support #249

Merged
merged 23 commits into from Oct 17, 2020
Merged

Add regtest support #249

merged 23 commits into from Oct 17, 2020

Conversation

erikarvstedt
Copy link
Collaborator

@erikarvstedt erikarvstedt commented Oct 16, 2020

Regtest allows testing services in a synced-blockchain scenario.

Run the test via test/run-tests.sh -s regtest.

Besides enabling in-depth service testing, this is also a great consistency check for our service modules. The number of service bugfixes included in this PR is testament to this.

regtest revealed that lightning-loop always requires server.host to be set. Should we add an option for it?

@erikarvstedt
Copy link
Collaborator Author

Rebased to master.

@jonasnick
Copy link
Member

ACK. This is excellent! Feeling a bit useless because I have nothing to complain about.

regtest revealed that lightning-loop always requires server.host to be set. Should we add an option for it?

Yeah generally that seems better but can be different PR.

@erikarvstedt
Copy link
Collaborator Author

Ah, server.host is missing a default only on regtest, so an option is not needed.

Copy link
Member

@jonasnick jonasnick left a comment

Choose a reason for hiding this comment

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

ACK 9951f10

@jonasnick jonasnick merged commit 06cba7b into fort-nix:master Oct 17, 2020
@erikarvstedt erikarvstedt deleted the regtest branch December 15, 2020 21:30
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.

None yet

2 participants