Commit 9e3722a
test: add target_connections logging to debug flaky connect tests
Add detailed logging to the Connect operation's handle_response method
to capture:
- target_connections value at response receipt
- accepted_count before and after register_acceptance
- satisfied result
This will help diagnose why test_gateway_reconnection occasionally times
out despite receiving ConnectResponse - we need to verify whether
target_connections is being set correctly to 1 for 2-node test networks.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 981b3cb commit 9e3722a
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| 674 | + | |
| 675 | + | |
674 | 676 | | |
675 | 677 | | |
676 | 678 | | |
677 | 679 | | |
678 | 680 | | |
679 | 681 | | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
680 | 689 | | |
681 | 690 | | |
682 | 691 | | |
| |||
0 commit comments