-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly wait for completion of DelegatingXmlCreationSink (#906)
With #62501 we were only waiting for completion of the DelegatingExecutionSummarySink, not the DelegatingXmlCreationSink. Since DelegatingXmlCreationSink doesn't provide a callback when testing is done we need to add a wrapper execution sink that listens for the ITestAssemblyFinished message. I also noticed we were using MemoryStream.ToArray() when sending the results which creates an additional copy that we can avoid. Fixes dotnet/xharness#903
- Loading branch information
1 parent
a194f1a
commit 5a55841
Showing
1 changed file
with
33 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters