Skip to content

Check conn_for_each results in pool test#41

Merged
ryanfowler merged 1 commit intomainfrom
fix-conn-for-each-test-results
Feb 1, 2026
Merged

Check conn_for_each results in pool test#41
ryanfowler merged 1 commit intomainfrom
fix-conn-for-each-test-results

Conversation

@ryanfowler
Copy link
Owner

The test was discarding the Vec<Result<T, Error>> returned by conn_for_each, so a failed attach operation would go unnoticed. Unwrap each result to ensure the test fails if any connection errors.

The test was discarding the Vec<Result<T, Error>> returned by
conn_for_each, so a failed attach operation would go unnoticed.
Unwrap each result to ensure the test fails if any connection errors.
@ryanfowler ryanfowler merged commit 3abfb00 into main Feb 1, 2026
2 checks passed
@ryanfowler ryanfowler deleted the fix-conn-for-each-test-results branch February 1, 2026 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant