Page MenuHomePhabricator

[chronik] Electrum: flush the send buffer in tests
ClosedPublic

Authored by Fabien on Jun 2 2025, 07:50.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCd29b40a59970: [chronik] Electrum: flush the send buffer in tests
Summary

It's possible that sock.send() did not send all the data causing a deadlock, but sock.sendall() will ensure that it's completed.

Test Plan
./test/functional/test_runner.py chronik_electrum_*

Diff Detail

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