Page MenuHomePhabricator

Fix chronik with no IPv6
ClosedPublic

Authored by Fabien on Mar 23 2023, 06:14.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCd4c4587a81d4: Fix chronik with no IPv6
Summary

The whole test test_framework assumes that IPv6 might be disabled, but
chronik binds to ::1 by default which will cause the tests to fail.
Also the chronik_serve test checks for IPv6 support before testing the
connection, but not before binding.
This diff fixes both by moving the IPv6 support check and disabling the
IPv6 binding by default.

Test Plan
ninja check-functional

Diff Detail

Event Timeline

Fabien requested review of this revision.Mar 23 2023, 06:14
This revision is now accepted and ready to land.Mar 23 2023, 10:40
This revision was automatically updated to reflect the committed changes.