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
Branch
chronik_electrum_flush_send
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 33490
Build 66459: Build Diffbuild-clang-tidy · build-debug · build-clang · build-diff · build-without-wallet
Build 66458: arc lint + arc unit