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-beta1 to 1.5.0 #181

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 3, 2023

Bumps Akka.MultiNode.TestAdapter from 1.5.0-beta1 to 1.5.0.

Release notes

Sourced from Akka.MultiNode.TestAdapter's releases.

Akka.MultiNode.TestAdapter v1.5.0

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:

  • Moved .runsettings configuration feature to xunit.multinode.runner.json

    .runsettings content are not passed downstream by dotnet test to the actual test runner, so this feature is moved to Xunit-like configuration through a .json file. You can declare your setting file name as either {assembly_name}.xunit.multinode.runner.json or xunit.multinode.runner.json. Supported settings are:

    • outputDirectory: the output directory where all the runner logs will be stored. Note that this is different than the dotnet test --result-directory settings which dictates where the VSTest reporter will export their outputs.

... (truncated)

Changelog

Sourced from Akka.MultiNode.TestAdapter's changelog.

1.5.0 March 02 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.

Bumps [Akka.MultiNode.TestAdapter](https://github.com/akkadotnet/Akka.MultiNodeTestRunner) from 1.5.0-beta1 to 1.5.0.
- [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-beta1...1.5.0)

---
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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2023
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
0 participants