Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(test): propagate join errors in deno test #11953

Merged
merged 1 commit into from
Sep 8, 2021

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Sep 7, 2021

Cause of #11937, which is already fixed by #11942 so this is just future proofing.

@@ -715,28 +715,12 @@ async fn test_specifiers(

let (join_results, result) = future::join(join_stream, handler).await;

let mut join_errors = join_results.into_iter().filter_map(|join_result| {
join_result
.ok()
Copy link
Member Author

@dsherret dsherret Sep 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug is here.

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dsherret dsherret merged commit 2958b05 into denoland:main Sep 8, 2021
@dsherret dsherret deleted the deno-test-propagate-join-errors branch September 8, 2021 15:18
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.

2 participants