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
test: Fix announcement address assertion and simplify stress test
Read node_b's listening addresses from the node after setup instead of
using the pre-retry variable, which may differ if setup_node retried
with new ports.
Simplify the stress test to run 1 process per shard with 10 iterations
instead of 3 concurrent processes. The concurrent processes caused port
collisions in code paths outside setup_node that don't have retry logic,
which is noise unrelated to the electrs crash we're investigating.
AI tools were used in preparing this commit.
0 commit comments