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

Bump Akka.MultiNode.TestAdapter from 1.5.0 to 1.5.6 #160

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2023

Bumps Akka.MultiNode.TestAdapter from 1.5.0 to 1.5.6.

Release notes

Sourced from Akka.MultiNode.TestAdapter's releases.

Akka.MultiNode.TestAdapter v1.5.6

1.5.6 May 16 2023

1.5.0 March 02 2023

1.5.0-beta1 February 21 2023

1.1.1 April 21 2022

1.1.0 January 6 2022

Version 1.1.0 release.

1.1.0-beta2 December 23 2021

In this release we added MultiNodeTestFramework to simplify non-parallel test setup. This test framework is a simple override of the built-in XunitTestFramework that disables/ignores the Xunit CollectionBehaviorAttribute, put all test classes from a single assembly into a single test collection, and disables the test collection parallelization.

To use this test framework, you will need to add an assembly level attribute that tells Xunit to use this custom test framework instead:

[assembly: TestFramework("Akka.MultiNode.TestAdapter.MultiNodeTestFramework", "Akka.MultiNode.TestAdapter")]

Note that you can also use this assembly level attribute to achieve more or less the same effect:

[assembly: CollectionBehavior(DisableTestParallelization = true)]

1.1.0-beta1 October 20 2021

In this release we removed VSTest Adapter and moved to a pure Xunit implementation. This brings about a few changes that needs to be observed:

... (truncated)

Changelog

Sourced from Akka.MultiNode.TestAdapter's changelog.

1.5.6 May 16 2023

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2023
Bumps [Akka.MultiNode.TestAdapter](https://github.com/akkadotnet/Akka.MultiNodeTestRunner) from 1.5.0 to 1.5.6.
- [Release notes](https://github.com/akkadotnet/Akka.MultiNodeTestRunner/releases)
- [Changelog](https://github.com/akkadotnet/Akka.MultiNodeTestRunner/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/Akka.MultiNodeTestRunner@1.5.0...1.5.6)

---
updated-dependencies:
- dependency-name: Akka.MultiNode.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@malclear malclear force-pushed the dependabot/nuget/Akka.MultiNode.TestAdapter-1.5.6 branch from 502e58f to c13368a Compare June 19, 2023 03:25
@malclear malclear merged commit 4b38d72 into dev Jun 19, 2023
@malclear malclear deleted the dependabot/nuget/Akka.MultiNode.TestAdapter-1.5.6 branch June 19, 2023 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant