dependabot[bot] opened a new pull request, #3712:
URL: https://github.com/apache/iggy/pull/3712

   Updated 
[Microsoft.Testing.Extensions.CodeCoverage](https://github.com/microsoft/codecoverage)
 from 18.8.0 to 18.9.0.
   
   <details>
   <summary>Release notes</summary>
   
   _Sourced from [Microsoft.Testing.Extensions.CodeCoverage's 
releases](https://github.com/microsoft/codecoverage/releases)._
   
   No release notes found for this version range.
   
   Commits viewable in [compare 
view](https://github.com/microsoft/codecoverage/commits).
   </details>
   
   Updated 
[Microsoft.Testing.Extensions.Retry](https://github.com/microsoft/testfx) from 
2.2.3 to 2.3.2.
   
   <details>
   <summary>Release notes</summary>
   
   _Sourced from [Microsoft.Testing.Extensions.Retry's 
releases](https://github.com/microsoft/testfx/releases)._
   
   ## 2.3.0-preview-20220810-02
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​230-preview-20220810-02-2022-08-10).
   
   ## 2.2.10
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​2210---2022-04-26).
   
   ## 2.2.10-preview-20220414-01
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​2210-preview-20220414-01---2022-04-14).
   
   ## 2.2.9
   
   # Parallel output
   
   > 🙇 Shout out to @​SimonCropp, for bringing this functionality to XUnit in 
his https://github.com/SimonCropp/XunitContext project. And being an 
inspiration for implementing this.
   
   MSTest 2.2.9 captures all Console output and attaches it to the correct 
test, even if you are running tests in parallel. This output is captured from 
your test code as well as from the tested code. And it requires no special 
setup. 
   
   ## Before
   In 2.2.8, test output is scattered among tests, in our example, one unlucky 
test gets all the output of other tests just mixed together:
   
   
![image](https://user-images.githubusercontent.com/5735905/162252520-0572d932-c798-4b7e-8961-44f39b5a32b9.png)
   
   ## After
   
   With 2.2.9, each output is correctly attached to the test that produced it:
   
   
![image](https://user-images.githubusercontent.com/5735905/162252738-2dae4ff3-d7bf-473a-9304-66cf25510a89.png)
   
![image](https://user-images.githubusercontent.com/5735905/162252762-4304b9c0-1e60-4089-83e3-e8f341cb9329.png)
   
   Also notice that we are also capturing debug, trace and error. And we are 
not awaiting the FastChild method, and the output is still assigned correctly.  
[Souce code.](https://gist.github.com/nohwnd/2936753d94301d7991059660d1d63a8a)
   
   ### Limitations
   Due to the way that class and assembly initialize, and cleanup are invoked, 
their output will end up in the first test that run (or last for cleanup). This 
is unfortunately not easily fixable.
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​229-2022-04-08).
   
   ## 2.2.8
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​228---2021-11-23).
   
   ## 2.2.7
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​227---2021-09-03).
   
   ## 2.2.6
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​226---2021-08-25).
   
   ## 2.2.5
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​225---2021-06-28).
   
   ## 2.2.4
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​224---2021-05-25).
   
   ## 2.2.4-preview-20210331-02
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​224-preview-20210331-02---2021-04-02).
   
   
   Commits viewable in [compare 
view](https://github.com/microsoft/testfx/commits).
   </details>
   
   Updated 
[Microsoft.Testing.Extensions.TrxReport](https://github.com/microsoft/testfx) 
from 2.2.3 to 2.3.2.
   
   <details>
   <summary>Release notes</summary>
   
   _Sourced from [Microsoft.Testing.Extensions.TrxReport's 
releases](https://github.com/microsoft/testfx/releases)._
   
   ## 2.3.0-preview-20220810-02
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​230-preview-20220810-02-2022-08-10).
   
   ## 2.2.10
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​2210---2022-04-26).
   
   ## 2.2.10-preview-20220414-01
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​2210-preview-20220414-01---2022-04-14).
   
   ## 2.2.9
   
   # Parallel output
   
   > 🙇 Shout out to @​SimonCropp, for bringing this functionality to XUnit in 
his https://github.com/SimonCropp/XunitContext project. And being an 
inspiration for implementing this.
   
   MSTest 2.2.9 captures all Console output and attaches it to the correct 
test, even if you are running tests in parallel. This output is captured from 
your test code as well as from the tested code. And it requires no special 
setup. 
   
   ## Before
   In 2.2.8, test output is scattered among tests, in our example, one unlucky 
test gets all the output of other tests just mixed together:
   
   
![image](https://user-images.githubusercontent.com/5735905/162252520-0572d932-c798-4b7e-8961-44f39b5a32b9.png)
   
   ## After
   
   With 2.2.9, each output is correctly attached to the test that produced it:
   
   
![image](https://user-images.githubusercontent.com/5735905/162252738-2dae4ff3-d7bf-473a-9304-66cf25510a89.png)
   
![image](https://user-images.githubusercontent.com/5735905/162252762-4304b9c0-1e60-4089-83e3-e8f341cb9329.png)
   
   Also notice that we are also capturing debug, trace and error. And we are 
not awaiting the FastChild method, and the output is still assigned correctly.  
[Souce code.](https://gist.github.com/nohwnd/2936753d94301d7991059660d1d63a8a)
   
   ### Limitations
   Due to the way that class and assembly initialize, and cleanup are invoked, 
their output will end up in the first test that run (or last for cleanup). This 
is unfortunately not easily fixable.
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​229-2022-04-08).
   
   ## 2.2.8
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​228---2021-11-23).
   
   ## 2.2.7
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​227---2021-09-03).
   
   ## 2.2.6
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​226---2021-08-25).
   
   ## 2.2.5
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​225---2021-06-28).
   
   ## 2.2.4
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​224---2021-05-25).
   
   ## 2.2.4-preview-20210331-02
   
   See release notes 
[here](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md#​224-preview-20210331-02---2021-04-02).
   
   
   Commits viewable in [compare 
view](https://github.com/microsoft/testfx/commits).
   </details>
   
   Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.58.0 to 1.59.0.
   
   <details>
   <summary>Release notes</summary>
   
   _Sourced from [TUnit's 
releases](https://github.com/thomhurst/TUnit/releases)._
   
   ## 1.59.0
   
   <!-- Release notes generated using configuration in .github/release.yml at 
v1.59.0 -->
   
   ## What's Changed
   ### Other Changes
   * Fix typed MethodDataSource provider instances by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6378
   * Fix instance MethodDataSource isolation by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6379
   * fix(mocks): CS9262 in generated mock members on VS 17.14 (Roslyn 4.14) by 
@​thomhurst in https://github.com/thomhurst/TUnit/pull/6392
   * Remove EqualTo alias documentation by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6396
   * fix(aspnetcore): guard hosted-service stop against concurrent double 
Host.StopAsync by @​thomhurst in https://github.com/thomhurst/TUnit/pull/6397
   * Add single-item assertion chaining by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6395
   * Improve test framework migrations by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6381
   * Add -f/--framework support to TUnit template with .NET Framework handling 
by @​thomhurst with @​Copilot in https://github.com/thomhurst/TUnit/pull/6262
   ### Dependencies
   * chore(deps): update tunit to 1.58.0 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6351
   * chore(deps): update dependency tunit.core to 1.58.0 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6352
   * chore(deps): update dependency picomatch to v4.0.5 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6354
   * chore(deps): update dependency testcontainers.postgresql to 4.13.0 by 
@​thomhurst in https://github.com/thomhurst/TUnit/pull/6356
   * chore(deps): update dependency testcontainers.redis to 4.13.0 by 
@​thomhurst in https://github.com/thomhurst/TUnit/pull/6357
   * chore(deps): update dependency testcontainers.kafka to 4.13.0 by 
@​thomhurst in https://github.com/thomhurst/TUnit/pull/6355
   * chore(deps): update dependency gitversion.tool to v6.8.1 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6359
   * chore(deps): update dependency typescript to v7 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6372
   * chore(deps): update mstest to 4.3.0 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6374
   * chore(deps): update dependency messagepack to 3.1.8 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6376
   * chore(deps): update dependency opentelemetry.instrumentation.runtime to 
1.16.0 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/6380
   * chore(deps): update dependency vogen to 8.0.6 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6382
   * chore(deps): update dependency gitversion.tool to v6.8.2 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6384
   * chore(deps): update dependency npgsql.entityframeworkcore.postgresql to 
10.0.3 by @​thomhurst in https://github.com/thomhurst/TUnit/pull/6385
   * chore(deps): update docusaurus to v3.10.2 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6386
   * chore(deps): update dependency stackexchange.redis to 3.0.17 by 
@​thomhurst in https://github.com/thomhurst/TUnit/pull/6387
   * chore(deps): update dependency dompurify to v3.4.12 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6389
   * chore(deps): update dependency svgo to v4.0.2 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6390
   * chore(deps): update dependency nsubstitute to v6 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6394
   * chore(deps): update verify to 31.24.0 by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6367
   * chore(deps): update microsoft.testing by @​thomhurst in 
https://github.com/thomhurst/TUnit/pull/6369
   
   
   **Full Changelog**: 
https://github.com/thomhurst/TUnit/compare/v1.58.0...v1.59.0
   
   Commits viewable in [compare 
view](https://github.com/thomhurst/TUnit/compare/v1.58.0...v1.59.0).
   </details>
   
   You can trigger a rebase of this PR by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to