You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove early return in start_subscription_request that prevented
optimal location nodes from subscribing
- Remove empty test that provided no actual coverage
The early return issue was a critical bug that prevented the k_closest
fix from working in the auto-subscribe path (PUT/GET operations). When
a node was at optimal location, it would skip subscription entirely
rather than trying alternative peers.
These issues made it past testing because:
1. The integration tests were removed due to CI environment constraints
2. The empty test gave false confidence about coverage
3. The auto-subscribe path wasn't explicitly tested
0 commit comments