Page MenuHomePhabricator

[chronik] Make chronik_serve bind once to the same ip
ClosedPublic

Authored by Fabien on Mar 18 2024, 20:23.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCa8e8f277059d: [chronik] Make chronik_serve bind once to the same ip
Summary

The datadir's default config file from the test framework always adds a binding to 127.0.0.1 which is not what the test is expecting.

Test Plan
./test/functional/test_runner.py chronik_serve

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Mar 18 2024, 20:23
Fabien retitled this revision from [chronik] Make chornik_serve bind once to the same ip to [chronik] Make chronik_serve bind once to the same ip.Mar 18 2024, 20:30

@bot build-linux-arm build-linux-aarch64

The datadir always adds a binding to 127.0.0.1 which is not what the test is expecting.

-"datadir" +"test framework" or +"config file" ?

Otherwise LGTM, except for the confusing summary.

This revision is now accepted and ready to land.Mar 19 2024, 07:50
In D15730#355246, @PiRK wrote:

Otherwise LGTM, except for the confusing summary.

I edited the summary to avoid confusion